]> Git Repo - linux.git/commit - tools/perf/builtin-trace.c
perf/scripts: Add Python scripting engine
authorTom Zanussi <[email protected]>
Wed, 27 Jan 2010 08:27:57 +0000 (02:27 -0600)
committerFrederic Weisbecker <[email protected]>
Thu, 25 Feb 2010 03:07:29 +0000 (04:07 +0100)
commit7e4b21b84c43bb8a80b916e40718ca4ed1fc52e6
treecafeb2a119cfa4aad3252f8d9ad164b276153f3e
parent266fe2f217d1dc9f8041e395c0ab4569a5bad91a
perf/scripts: Add Python scripting engine

Add base support for Python scripting to perf trace.

Signed-off-by: Tom Zanussi <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Keiichi KII <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
LKML-Reference: <1264580883[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
tools/perf/Makefile
tools/perf/builtin-trace.c
tools/perf/scripts/python/Perf-Trace-Util/Context.c [new file with mode: 0644]
tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Core.py [new file with mode: 0644]
tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py [new file with mode: 0644]
tools/perf/util/scripting-engines/trace-event-python.c [new file with mode: 0644]
tools/perf/util/trace-event-scripting.c
tools/perf/util/trace-event.h
This page took 0.053484 seconds and 4 git commands to generate.