diff options
Diffstat (limited to 'tools/perf/tests/attr/test-record-graph-dwarf')
-rw-r--r-- | tools/perf/tests/attr/test-record-graph-dwarf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/perf/tests/attr/test-record-graph-dwarf b/tools/perf/tests/attr/test-record-graph-dwarf new file mode 100644 index 00000000000..e93e082f520 --- /dev/null +++ b/tools/perf/tests/attr/test-record-graph-dwarf | |||
@@ -0,0 +1,10 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -g dwarf -- kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_type=12583 | ||
7 | exclude_callchain_user=1 | ||
8 | sample_stack_user=8192 | ||
9 | # TODO different for each arch, no support for that now | ||
10 | sample_regs_user=* | ||