aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-02-23 10:00:37 -0500
committerSteven Rostedt <rostedt@goodmis.org>2011-02-23 10:00:37 -0500
commitc552d39859673910654c2a801554c44496b3f69c (patch)
tree962fce7887d0efba65e432a35e7a31c3e05d5d7c
parentf7dedb40bd2969f990a78c82662a555c011da6fa (diff)
trace-cmd: Rename trace-record.c to trace-recorder.c
With the planning of creating a separate file for tracecmd record, the trace_recorder code should go into trace-recorder.c instead of trace-record.c. This way the tracecmd record code can have a file with the same name. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--Makefile2
-rw-r--r--trace-recorder.c (renamed from trace-record.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2827fc4..bb5feac 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,7 @@ KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) $(TRACE_GUI_OBJS) \
271 271
272PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o 272PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o
273TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \ 273TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \
274 trace-output.o trace-record.o trace-restore.o trace-usage.o 274 trace-output.o trace-recorder.o trace-restore.o trace-usage.o
275 275
276PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ 276PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \
277 plugin_mac80211.o plugin_jbd2.o plugin_function.o plugin_kvm.o 277 plugin_mac80211.o plugin_jbd2.o plugin_function.o plugin_kvm.o
diff --git a/trace-record.c b/trace-recorder.c
index 2a754b9..2a754b9 100644
--- a/trace-record.c
+++ b/trace-recorder.c