diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-12-01 11:23:28 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-12-17 21:43:46 -0500 |
commit | 43e0833d8468c9d9b496abde1845dddff106d11e (patch) | |
tree | 96086c05b35ff7dbdd3bb296bb8d749a6c0e293f /Makefile | |
parent | ab91bd24b899d73d7552c5d1947656a3b446660e (diff) |
Add new trace view store model to improve performance
With the amount of data needed for loading a trace file, we must
implement our own tree view model.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ trace-util.o:: $(HEADERS) | |||
30 | trace-ftrace.o:: $(HEADERS) | 30 | trace-ftrace.o:: $(HEADERS) |
31 | trace-input.o:: $(HEADERS) | 31 | trace-input.o:: $(HEADERS) |
32 | 32 | ||
33 | trace-cmd:: trace-cmd.o trace-read.o trace-view.o | 33 | trace-cmd:: trace-cmd.o trace-read.o trace-view.o trace-view-store.o |
34 | $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS) | 34 | $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS) |
35 | 35 | ||
36 | .PHONY: view_depends | 36 | .PHONY: view_depends |