diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-12-02 21:23:17 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-12-17 21:43:47 -0500 |
commit | 064e10948d40840c8521f7f94cc3275eb8075b07 (patch) | |
tree | d4029da9e8ba72e7eefdab569014a6744aabe02e /Makefile | |
parent | ac9d350897a5a6fec7b0e10cc421dc9a0aa995eb (diff) |
Add paging of large data files
Loading a large (100,000+ entry) data file can take a very long
time, and is quite annoying to wait for. This patch breaks the
data up into pages (10,000 rows per page). Then it lets the user
move about the pages with a scroll button.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ all: $(TARGETS) | |||
22 | 22 | ||
23 | LIB_FILE = libtracecmd.a | 23 | LIB_FILE = libtracecmd.a |
24 | 24 | ||
25 | HEADERS = parse-events.h trace-cmd.h trace-local.h | 25 | HEADERS = parse-events.h trace-cmd.h trace-local.h trace-view-store.h |
26 | 26 | ||
27 | trace-read.o:: $(HEADERS) | 27 | trace-read.o:: $(HEADERS) |
28 | trace-cmd.o:: $(HEADERS) $(LIB_FILE) | 28 | trace-cmd.o:: $(HEADERS) $(LIB_FILE) |