perf report: Add --dsos parameter
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 30 Jun 2009 22:01:20 +0000 (19:01 -0300)
committerIngo Molnar <mingo@elte.hu>
Tue, 30 Jun 2009 22:07:09 +0000 (00:07 +0200)
commit25903407da21552419e0955705d6d8c8e601cb2e
tree5270f2817f367d9f4930983f7395612621b0b0c8
parentf5812a7a336fb952d819e4427b9a2dce02368e82
perf report: Add --dsos parameter

So that we can filter by dso. Symbols in other dsos won't be
accounted for.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1246399282-20934-2-git-send-email-acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Documentation/perf-report.txt
tools/perf/Makefile
tools/perf/builtin-report.c
tools/perf/util/strlist.c [new file with mode: 0644]
tools/perf/util/strlist.h [new file with mode: 0644]