From: Ingo Molnar Date: Thu, 18 Jun 2009 05:01:03 +0000 (+0200) Subject: perf report: Tidy up the "--parent " and "--sort parent" call-chain features X-Git-Tag: v2.6.31-rc1~93^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25bcf2f133b1e6216c3d40be394756107d3880f;p=pandora-kernel.git perf report: Tidy up the "--parent " and "--sort parent" call-chain features Instead of the ambigious 'call' naming use the much more specific 'parent' naming: - rename --call to --parent - 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 Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed