diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2010-09-13 17:09:11 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2010-09-13 21:58:34 -0400 |
| commit | d9016d161fcc776654d1997cf8e8a53ac5a3fc38 (patch) | |
| tree | d9ea91aa06061bc7d1198de5ff252b53435117fa /Makefile | |
| parent | c5c11fdf5eaf5caa5cd2452f5a8d058106c11db3 (diff) | |
trace-cmd: Add trace-cmd restore
The restore feature now allows you to make a trace.dat file from
several trace.dat.cpu.X files. This will let you put together files
leftover from a crashed trace-cmd record run.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -262,7 +262,7 @@ KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) $(TRACE_GUI_OBJS) \ | |||
| 262 | 262 | ||
| 263 | PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o | 263 | PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o |
| 264 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \ | 264 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \ |
| 265 | trace-output.o trace-record.o | 265 | trace-output.o trace-record.o trace-restore.o |
| 266 | 266 | ||
| 267 | PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ | 267 | PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ |
| 268 | plugin_mac80211.o plugin_jbd2.o plugin_function.o | 268 | plugin_mac80211.o plugin_jbd2.o plugin_function.o |
