Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf scripts: Add event_analyzing_sample-record/report

So that event_analyzing_sample.py can be shown by "perf script -l"

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@elte.hu>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1347007349-3102-4-git-send-email-feng.tang@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Feng Tang and committed by
Arnaldo Carvalho de Melo
59cbea22 36385be5

+11
+8
tools/perf/scripts/python/bin/event_analyzing_sample-record
··· 1 + #!/bin/bash 2 + 3 + # 4 + # event_analyzing_sample.py can cover all type of perf samples including 5 + # the tracepoints, so no special record requirements, just record what 6 + # you want to analyze. 7 + # 8 + perf record $@
+3
tools/perf/scripts/python/bin/event_analyzing_sample-report
··· 1 + #!/bin/bash 2 + # description: analyze all perf samples 3 + perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py