diff options
author | Stephane Eranian <[email protected]> | 2015-10-13 09:09:11 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-10-20 10:30:55 +0200 |
commit | 43e41adc9e8c36545888d78fed2ef8d102a938dc (patch) | |
tree | 0051dce83d96592204b55d24d5b2ff114d983857 /tools/perf/util/trace-event-scripting.c | |
parent | 24f1a79a5fc10858e05ee0bf651ec99abfc0319b (diff) |
perf record: Add ability to sample call branches
This patch add a new branch type sampling filter to perf record.
It is named 'call' and maps to PERF_SAMPLE_BRANCH_CALL. It samples
direct call branches only, unlike 'any_call' which includes indirect
calls as well.
$ perf record -j call -e cycles .....
The man page is updated accordingly.
Signed-off-by: Stephane Eranian <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vince Weaver <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions