2.5.3
This commit is contained in:
parent
7ec185e98e
commit
354de7959b
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -308,7 +308,7 @@ TRACE_GUI_OBJS = trace-filter.o trace-compat.o trace-filter-hash.o trace-dialog.
|
||||
trace-xml.o
|
||||
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-hash.o trace-profile.o trace-stream.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_MAIN_OBJS = trace-view-main.o $(TRACE_VIEW_OBJS) $(TRACE_GUI_OBJS)
|
||||
@@ -320,7 +320,7 @@ PEVENT_LIB_OBJS = event-parse.o trace-seq.o parse-filter.o parse-utils.o
|
||||
TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o trace-ftrace.o \
|
||||
trace-output.o trace-record.o trace-recorder.o \
|
||||
trace-restore.o trace-usage.o trace-blk-hack.o \
|
||||
- kbuffer-parse.o event-plugin.o
|
||||
+ kbuffer-parse.o event-plugin.o trace-hooks.o
|
||||
|
||||
PLUGIN_OBJS =
|
||||
PLUGIN_OBJS += plugin_jbd2.o
|
||||
Reference in a new issue