diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-11-25 23:52:27 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-11-25 23:55:01 -0500 |
commit | 2f4ca05dc388f56309c38bedda9722592cebabf1 (patch) | |
tree | 24db821af382f570328098b8e13681f01c667f42 /Makefile | |
parent | f2d74555a9de36ae98d6ffa45c1d6d292cde6adb (diff) |
Create default event override for function tracer
The libparsevent currently does special cases for the function tracer.
This patch replaces the special case with a event override. This is
loaded by libtracecmd.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ libparsevent.so: $(PEVENT_LIB_OBJS) | |||
35 | libparsevent.a: $(PEVENT_LIB_OBJS) | 35 | libparsevent.a: $(PEVENT_LIB_OBJS) |
36 | $(RM) $@; $(AR) rcs $@ $^ | 36 | $(RM) $@; $(AR) rcs $@ $^ |
37 | 37 | ||
38 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o | 38 | TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o |
39 | 39 | ||
40 | libtracecmd.a: $(TCMD_LIB_OBJS) | 40 | libtracecmd.a: $(TCMD_LIB_OBJS) |
41 | $(RM) $@; $(AR) rcs $@ $^ | 41 | $(RM) $@; $(AR) rcs $@ $^ |