diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2011-02-23 10:00:37 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2011-02-23 10:00:37 -0500 |
| commit | c552d39859673910654c2a801554c44496b3f69c (patch) | |
| tree | 962fce7887d0efba65e432a35e7a31c3e05d5d7c /Makefile | |
| parent | f7dedb40bd2969f990a78c82662a555c011da6fa (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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -271,7 +271,7 @@ KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) $(TRACE_GUI_OBJS) \ | |||
| 271 | 271 | ||
| 272 | PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o | 272 | PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o |
| 273 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \ | 273 | TCMD_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 | ||
| 276 | PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ | 276 | PLUGIN_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 |
