aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/perl/bin/check-perf-trace-record
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/perl/bin/check-perf-trace-record')
-rw-r--r--tools/perf/scripts/perl/bin/check-perf-trace-record7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/check-perf-trace-record b/tools/perf/scripts/perl/bin/check-perf-trace-record
new file mode 100644
index 000000000000..c7ec5de2f535
--- /dev/null
+++ b/tools/perf/scripts/perl/bin/check-perf-trace-record
@@ -0,0 +1,7 @@
+#!/bin/bash
+perf record -c 1 -f -a -M -R -e kmem:kmalloc -e irq:softirq_entry
+
+
+
+
+