perf scripts: Add --symbols option to handle specific symbols
authorFeng Tang <feng.tang@intel.com>
Fri, 7 Sep 2012 08:42:24 +0000 (16:42 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Sep 2012 16:11:06 +0000 (13:11 -0300)
commit36385be55da10b3271407c45c3a62d9af3db666e
tree53de1ee9fb3adbcd05c3731bc6b3042b2574a76b
parent1500b93b61fc70a1176871b64f1c8ae3bd4da9dd
perf scripts: Add --symbols option to handle specific symbols

Since perf script no longer only handle the trace points, we can add the
symbol filter option so that scripts can handle specified samples.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1347007349-3102-3-git-send-email-feng.tang@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c