perf report: Add --sort <call> --call <$regex>
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 17 Jun 2009 13:51:44 +0000 (15:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 17 Jun 2009 17:23:52 +0000 (19:23 +0200)
commit6e7d6fdcbeefa9434653b5e5da12909636ea1d52
treef224c67b032841da2d58130c1d36beed8e5598aa
parenta3d06cc6aa3e765dc2bf98626f87272dcf641dca
perf report: Add --sort <call> --call <$regex>

Implement sorting by callchain symbols, --sort <call>.

It will create a new column which will show a match to
--call $regex or "[unmatched]".

Signed-off-by: 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