2.5.2, plus Makefile patch for GUI (submitted upstream)
This commit is contained in:
parent
5ffe5e315a
commit
5f5480b013
1 changed files with 14 additions and 0 deletions
14
trace-cmd/Makefile-2.5.2-hooks.patch
Normal file
14
trace-cmd/Makefile-2.5.2-hooks.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--- Makefile.orig 2015-02-05 08:53:22.000000000 -0600
|
||||
+++ Makefile 2015-02-06 08:04:14.357939500 -0600
|
||||
@@ -309,8 +309,9 @@
|
||||
TRACE_CMD_OBJS = trace-cmd.o trace-record.o trace-read.o trace-split.o trace-listen.o \
|
||||
trace-stack.o trace-hist.o trace-mem.o trace-snapshot.o trace-stat.o \
|
||||
trace-hash.o trace-profile.o trace-stream.o trace-hooks.o
|
||||
-TRACE_VIEW_OBJS = trace-view.o trace-view-store.o
|
||||
-TRACE_GRAPH_OBJS = trace-graph.o trace-plot.o trace-plot-cpu.o trace-plot-task.o
|
||||
+TRACE_VIEW_OBJS = trace-view.o trace-view-store.o trace-hooks.o
|
||||
+TRACE_GRAPH_OBJS = trace-graph.o trace-plot.o trace-plot-cpu.o \
|
||||
+ trace-plot-task.o trace-hooks.o
|
||||
TRACE_VIEW_MAIN_OBJS = trace-view-main.o $(TRACE_VIEW_OBJS) $(TRACE_GUI_OBJS)
|
||||
TRACE_GRAPH_MAIN_OBJS = trace-graph-main.o $(TRACE_GRAPH_OBJS) $(TRACE_GUI_OBJS)
|
||||
KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) $(TRACE_GUI_OBJS) \
|
||||
Reference in a new issue