summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/compaction-times-report
blob: 3dc13897cfdeb2bba90b6828074bd2437ad2b958 (plain)
1
2
3
4
#!/bin/bash
#description: display time taken by mm compaction
#args: [-h] [-u] [-p|-pv] [-t | [-m] [-fs] [-ms]] [pid|pid-range|comm-regex]
perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
12.y&id=896260a6d69d01ceb1aad8cfe4298bd837a67432'>watchdog/softlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson 2023-12-29watchdog/hardlockup: adopt softlockup logic avoiding double-dumpsDouglas Anderson 2023-12-10softlockup: serialized softlockup's logLi Zhe 2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen 2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson 2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson 2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek 2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek 2023-06-19watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson 2023-06-19watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson 2023-06-19watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson 2023-06-19watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson 2023-06-19watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson 2023-06-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson 2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen 2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson 2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson 2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson 2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson 2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson 2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson 2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson 2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen 2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen