aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-06-17 20:54:06 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-06-17 20:54:06 -0400
commiteae46f152079cd3603d02258b54504a9aa29f04c (patch)
tree9d698e13a4188e29af94a6375e577a04c57bb996 /Makefile
parente409040d894768d17fb630bdaa99f6ca3a0dd0a2 (diff)
trace-cmd: Add plugin_kvm.so
Added code to handle the kvm events that happened whil doing a trace on a 2.6.34 version of the kernel on my Intel box. This adds a kvm plugin to process some of the kvm events. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 662a306..d4067d6 100644
--- a/Makefile
+++ b/Makefile
@@ -265,7 +265,7 @@ 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
266 266
267PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \ 267PLUGIN_OBJS = plugin_hrtimer.o plugin_kmem.o plugin_sched_switch.o \
268 plugin_mac80211.o plugin_jbd2.o 268 plugin_mac80211.o plugin_jbd2.o plugin_kvm.o
269 269
270PLUGINS := $(PLUGIN_OBJS:.o=.so) 270PLUGINS := $(PLUGIN_OBJS:.o=.so)
271 271