diff options
| author | David Ahern <[email protected]> | 2013-11-18 20:32:44 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-11-27 17:58:37 +0000 |
| commit | d2ff1b1499c8e0ad2fc79376a4215ba37771823f (patch) | |
| tree | ac2dcb9536fff5a8232519e5306ad05b3ed8900d /tools/perf/builtin-script.c | |
| parent | perf timechart: Add backtrace support (diff) | |
| download | kernel-d2ff1b1499c8e0ad2fc79376a4215ba37771823f.tar.gz kernel-d2ff1b1499c8e0ad2fc79376a4215ba37771823f.zip | |
perf evsel: Skip ignored symbols while printing callchain
Allows a command to have a symbol_filter controlled by the user to skip
certain functions in a backtrace. One example is to allow the user to
reduce repeating patterns like:
do_select core_sys_select sys_select
to just sys_select when dumping callchains, consuming less real estate
on the screen while still conveying the essential message - the process
is in a select call.
This option is leveraged by the upcoming timehist command.
Signed-off-by: David Ahern <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
[ Checked if al.sym is NULL before touching al.sym->ignored, as noted by Adrian Hunter ]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
0 files changed, 0 insertions, 0 deletions
