diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-12-15 12:01:25 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-12-15 12:01:25 -0500 |
commit | d0d8041d2fe147b5c1a825012026a8386f3421e8 (patch) | |
tree | db37c28f838cacc56e5878a750cf6f426acff61a | |
parent | 797e7f599688564b7a6c65d748dc6f96d60118c6 (diff) |
Disable first / last testing
The test for first and last element was left on.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | trace-read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-read.c b/trace-read.c index 492aab1..da5b0bf 100644 --- a/trace-read.c +++ b/trace-read.c | |||
@@ -133,7 +133,7 @@ static void test_save(struct record *record, int cpu) | |||
133 | } | 133 | } |
134 | #endif /* TEST_AT_TIMESTAMP */ | 134 | #endif /* TEST_AT_TIMESTAMP */ |
135 | 135 | ||
136 | #define TEST_FIRST_LAST 1 | 136 | #define TEST_FIRST_LAST 0 |
137 | #if TEST_FIRST_LAST | 137 | #if TEST_FIRST_LAST |
138 | #define DO_TEST | 138 | #define DO_TEST |
139 | static void show_test(struct tracecmd_input *handle) | 139 | static void show_test(struct tracecmd_input *handle) |