perf tools: Handle trace parsing of < and >
authorSteven Rostedt <srostedt@redhat.com>
Wed, 14 Oct 2009 19:43:34 +0000 (15:43 -0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 15 Oct 2009 08:42:35 +0000 (10:42 +0200)
commit298ebc3ef2a6c569b3eb51651f04e26aecbf8a1d
tree19d78143601fa8e13034c388e71f845bc485f233
parent91ff2bc191827f0d3f5ad0a433ff7df7d2dd9aee
perf tools: Handle trace parsing of < and >

The code to handle the '<' and '>' ops was all in place, but
they were not in the switch statement to consider them as valid
ops.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <20091014194357.807434040@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/trace-event-parse.c