perf: Rename 'perf trace' to 'perf script'
authorIngo Molnar <mingo@elte.hu>
Tue, 16 Nov 2010 17:45:39 +0000 (18:45 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 16 Nov 2010 18:37:44 +0000 (19:37 +0100)
commit133dc4c39c57eeef2577ca5b4ed24765b7a78ce2
tree88309b8336fccfd8fea52a5c1e107d6ca2060a39
parente53beacd23d9cb47590da6a7a7f6d417b941a994
perf: Rename 'perf trace' to 'perf script'

Free the perf trace name space and rename the trace to 'script' which is a
better match for the scripting engine.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
16 files changed:
tools/perf/Documentation/perf-script-perl.txt [new file with mode: 0644]
tools/perf/Documentation/perf-script-python.txt [new file with mode: 0644]
tools/perf/Documentation/perf-script.txt [new file with mode: 0644]
tools/perf/Documentation/perf-trace-perl.txt [deleted file]
tools/perf/Documentation/perf-trace-python.txt [deleted file]
tools/perf/Documentation/perf-trace.txt [deleted file]
tools/perf/Makefile
tools/perf/builtin-lock.c
tools/perf/builtin-sched.c
tools/perf/builtin-script.c [new file with mode: 0644]
tools/perf/builtin-trace.c [deleted file]
tools/perf/builtin.h
tools/perf/perf.c
tools/perf/scripts/python/Perf-Trace-Util/Context.c
tools/perf/util/scripting-engines/trace-event-perl.c
tools/perf/util/scripting-engines/trace-event-python.c