diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2011-02-25 21:34:34 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2011-02-25 21:40:03 -0500 |
| commit | 9e0fd22b14805a3a3219a99bc5eccebf70f5484a (patch) | |
| tree | 08df99aed0c1cd75a5c29f16c77fff6de8f09f3c /Makefile | |
| parent | 8d1e65fdb15da0b0061cdb43c938e0882757648a (diff) | |
trace-cmd: Add hack to report out blktrace
The blktrace never exported the ftrace events via the
/debug/tracing/events directory. Not to mention, that the blktrace
is much more complex data to read out.
Add a hack into the trace-input that creates a event format that
parse-events can read for the blktrace file, and also create a
plugin to parse the complex data.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -272,10 +272,12 @@ KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) $(TRACE_GUI_OBJS) \ | |||
| 272 | 272 | ||
| 273 | PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o | 273 | PEVENT_LIB_OBJS = parse-events.o trace-seq.o parse-filter.o parse-utils.o |
| 274 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \ | 274 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \ |
| 275 | trace-output.o trace-recorder.o trace-restore.o trace-usage.o | 275 | trace-output.o trace-recorder.o trace-restore.o trace-usage.o \ |
| 276 | trace-blk-hack.o | ||
| 276 | 277 | ||
| 277 | PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ | 278 | PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ |
| 278 | plugin_mac80211.o plugin_jbd2.o plugin_function.o plugin_kvm.o | 279 | plugin_mac80211.o plugin_jbd2.o plugin_function.o plugin_kvm.o \ |
| 280 | plugin_blk.o | ||
| 279 | 281 | ||
| 280 | PLUGINS := $(PLUGIN_OBJS:.o=.so) | 282 | PLUGINS := $(PLUGIN_OBJS:.o=.so) |
| 281 | 283 | ||
