From 7677d0ae573edefc9f1c5ab982bc70e237b11d17 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Tue, 30 Oct 2012 23:01:58 +0100 Subject: [PATCH] --- yaml --- r: 338953 b: refs/heads/master c: 9c90178412813368b7f040793c4af2fdfed3634d h: refs/heads/master i: 338951: 9c86fcd00e6c0aa17eb3904884d0ad1f94fad1d8 v: v3 --- [refs] | 2 +- trunk/tools/perf/tests/attr/test-record-branch-filter-any | 8 ++++++++ .../perf/tests/attr/test-record-branch-filter-any_call | 8 ++++++++ .../perf/tests/attr/test-record-branch-filter-any_ret | 8 ++++++++ trunk/tools/perf/tests/attr/test-record-branch-filter-hv | 8 ++++++++ .../perf/tests/attr/test-record-branch-filter-ind_call | 8 ++++++++ trunk/tools/perf/tests/attr/test-record-branch-filter-k | 8 ++++++++ trunk/tools/perf/tests/attr/test-record-branch-filter-u | 8 ++++++++ 8 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-any create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-any_call create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-any_ret create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-hv create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-ind_call create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-k create mode 100644 trunk/tools/perf/tests/attr/test-record-branch-filter-u diff --git a/[refs] b/[refs] index 3abe5053e4b0..18732c7c095f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fa10f2fe370f2da6c48dae5a154bfcd74848538 +refs/heads/master: 9c90178412813368b7f040793c4af2fdfed3634d diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-any b/trunk/tools/perf/tests/attr/test-record-branch-filter-any new file mode 100644 index 000000000000..915c4df0e0c2 --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-any @@ -0,0 +1,8 @@ +[config] +command = record +args = -j any kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=8 diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-any_call b/trunk/tools/perf/tests/attr/test-record-branch-filter-any_call new file mode 100644 index 000000000000..8708dbd4f373 --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-any_call @@ -0,0 +1,8 @@ +[config] +command = record +args = -j any_call kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=16 diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-any_ret b/trunk/tools/perf/tests/attr/test-record-branch-filter-any_ret new file mode 100644 index 000000000000..0d3607a6dcbe --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-any_ret @@ -0,0 +1,8 @@ +[config] +command = record +args = -j any_ret kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=32 diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-hv b/trunk/tools/perf/tests/attr/test-record-branch-filter-hv new file mode 100644 index 000000000000..f25526740cec --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-hv @@ -0,0 +1,8 @@ +[config] +command = record +args = -j hv kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=8 diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-ind_call b/trunk/tools/perf/tests/attr/test-record-branch-filter-ind_call new file mode 100644 index 000000000000..e862dd179128 --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-ind_call @@ -0,0 +1,8 @@ +[config] +command = record +args = -j ind_call kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=64 diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-k b/trunk/tools/perf/tests/attr/test-record-branch-filter-k new file mode 100644 index 000000000000..182971e898f5 --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-k @@ -0,0 +1,8 @@ +[config] +command = record +args = -j k kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=8 diff --git a/trunk/tools/perf/tests/attr/test-record-branch-filter-u b/trunk/tools/perf/tests/attr/test-record-branch-filter-u new file mode 100644 index 000000000000..83449ef9e687 --- /dev/null +++ b/trunk/tools/perf/tests/attr/test-record-branch-filter-u @@ -0,0 +1,8 @@ +[config] +command = record +args = -j u kill >/dev/null 2>&1 + +[event:base-record] +sample_period=4000 +sample_type=2311 +branch_sample_type=8