diff options
Diffstat (limited to 'tools/perf/tests')
7 files changed, 56 insertions, 0 deletions
diff --git a/tools/perf/tests/attr/test-record-branch-filter-any b/tools/perf/tests/attr/test-record-branch-filter-any new file mode 100644 index 00000000000..915c4df0e0c --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-any | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j any kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=8 | ||
diff --git a/tools/perf/tests/attr/test-record-branch-filter-any_call b/tools/perf/tests/attr/test-record-branch-filter-any_call new file mode 100644 index 00000000000..8708dbd4f37 --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-any_call | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j any_call kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=16 | ||
diff --git a/tools/perf/tests/attr/test-record-branch-filter-any_ret b/tools/perf/tests/attr/test-record-branch-filter-any_ret new file mode 100644 index 00000000000..0d3607a6dcb --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-any_ret | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j any_ret kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=32 | ||
diff --git a/tools/perf/tests/attr/test-record-branch-filter-hv b/tools/perf/tests/attr/test-record-branch-filter-hv new file mode 100644 index 00000000000..f25526740ce --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-hv | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j hv kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=8 | ||
diff --git a/tools/perf/tests/attr/test-record-branch-filter-ind_call b/tools/perf/tests/attr/test-record-branch-filter-ind_call new file mode 100644 index 00000000000..e862dd17912 --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-ind_call | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j ind_call kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=64 | ||
diff --git a/tools/perf/tests/attr/test-record-branch-filter-k b/tools/perf/tests/attr/test-record-branch-filter-k new file mode 100644 index 00000000000..182971e898f --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-k | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j k kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=8 | ||
diff --git a/tools/perf/tests/attr/test-record-branch-filter-u b/tools/perf/tests/attr/test-record-branch-filter-u new file mode 100644 index 00000000000..83449ef9e68 --- /dev/null +++ b/tools/perf/tests/attr/test-record-branch-filter-u | |||
@@ -0,0 +1,8 @@ | |||
1 | [config] | ||
2 | command = record | ||
3 | args = -j u kill >/dev/null 2>&1 | ||
4 | |||
5 | [event:base-record] | ||
6 | sample_period=4000 | ||
7 | sample_type=2311 | ||
8 | branch_sample_type=8 | ||