diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2010-02-05 11:43:16 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2010-02-08 13:10:56 -0500 |
| commit | d5b2f5b5fe8a167bc42bbd25fe99055e0873b8a5 (patch) | |
| tree | c30f798aedb505d31c7513dbb2cb9693b1b585e0 /Makefile | |
| parent | a645eb66cba85e94d543c81d8f08c05609154a04 (diff) | |
trace-graph: Start of graph_plot structure
This is a start of moving from plotting just the CPUs, but
to move the code to a plot interface. This will eventually
allow a line to just plot a task (on all CPUs).
This first patch just sets up some of the infratructure,
but still is tied to the CPU plots.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -143,7 +143,8 @@ endef | |||
| 143 | TRACE_CMD_OBJS = trace-cmd.o trace-read.o trace-split.o | 143 | TRACE_CMD_OBJS = trace-cmd.o trace-read.o trace-split.o |
| 144 | TRACE_VIEW_OBJS = trace-view.o trace-view-store.o trace-filter.o trace-compat.o \ | 144 | TRACE_VIEW_OBJS = trace-view.o trace-view-store.o trace-filter.o trace-compat.o \ |
| 145 | trace-hash.o | 145 | trace-hash.o |
| 146 | TRACE_GRAPH_OBJS = trace-graph.o trace-compat.o trace-hash.o trace-filter.o | 146 | TRACE_GRAPH_OBJS = trace-graph.o trace-compat.o trace-hash.o trace-filter.o \ |
| 147 | trace-plot.o trace-plot-cpu.o | ||
| 147 | TRACE_VIEW_MAIN_OBJS = trace-view-main.o $(TRACE_VIEW_OBJS) | 148 | TRACE_VIEW_MAIN_OBJS = trace-view-main.o $(TRACE_VIEW_OBJS) |
| 148 | TRACE_GRAPH_MAIN_OBJS = trace-graph-main.o $(TRACE_GRAPH_OBJS) | 149 | TRACE_GRAPH_MAIN_OBJS = trace-graph-main.o $(TRACE_GRAPH_OBJS) |
| 149 | KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) kernel-shark.o | 150 | KERNEL_SHARK_OBJS = $(TRACE_VIEW_OBJS) $(TRACE_GRAPH_OBJS) kernel-shark.o |
