Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338953
b: refs/heads/master
c: 9c90178
h: refs/heads/master
i:
  338951: 9c86fcd
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Nov 5, 2012
1 parent 2443d1d commit 7677d0a
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fa10f2fe370f2da6c48dae5a154bfcd74848538
refs/heads/master: 9c90178412813368b7f040793c4af2fdfed3634d
8 changes: 8 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-branch-filter-any
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-branch-filter-any_ret
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-branch-filter-hv
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-branch-filter-k
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-branch-filter-u
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7677d0a

Please sign in to comment.