]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9661ee08482aa1692a5fb9281a13212e45f01837
tree88309b8336fccfd8fea52a5c1e107d6ca2060a39
parentd7625601219f54426c30ec1edd4e6354971f9de3
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