commit | 298ebc3ef2a6c569b3eb51651f04e26aecbf8a1d | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Oct 14 15:43:34 2009 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 15 10:42:35 2009 +0200 |
tree | 19d78143601fa8e13034c388e71f845bc485f233 | |
parent | 91ff2bc191827f0d3f5ad0a433ff7df7d2dd9aee [diff] |
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>