]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain features
authorIngo Molnar <mingo@elte.hu>
Thu, 18 Jun 2009 05:01:03 +0000 (07:01 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 18 Jun 2009 05:21:54 +0000 (07:21 +0200)
commitb25bcf2f133b1e6216c3d40be394756107d3880f
tree6bc2e9fde711b5f22a3bb56ab8dcca335211feb1
parent5aa75a0fd4bc6402899e06fdb853cab024d65055
perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain features

Instead of the ambigious 'call' naming use the much more
specific 'parent' naming:

 - rename --call <regex> to --parent <regex>

 - rename --sort call to --sort parent

 - rename [unmatched] to [other] - to signal that this is not
   an error but the inverse set

Also add pagefaults to the default parent-symbol pattern too,
as it's a 'syscall overhead category' in a sense.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-report.c