Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338945
b: refs/heads/master
c: 8b96829
h: refs/heads/master
i:
  338943: a8b5b06
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Nov 1, 2012
1 parent 26bf477 commit 60f3ef1
Show file tree
Hide file tree
Showing 4 changed files with 23 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: a0f25be079ac10631e8e3a84a2fa8fb55c1e2a7f
refs/heads/master: 8b96829468123431f925223f94a62b3372d8fd5e
6 changes: 6 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-graph-default
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[config]
command = record
args = -g -- kill >/dev/null 2>&1

[event:base-record]
sample_type=295
10 changes: 10 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-graph-dwarf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[config]
command = record
args = -g dwarf -- kill >/dev/null 2>&1

[event:base-record]
sample_type=12583
exclude_callchain_user=1
sample_stack_user=8192
# TODO different for each arch, no support for that now
sample_regs_user=*
6 changes: 6 additions & 0 deletions trunk/tools/perf/tests/attr/test-record-graph-fp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[config]
command = record
args = -g fp kill >/dev/null 2>&1

[event:base-record]
sample_type=295

0 comments on commit 60f3ef1

Please sign in to comment.