diff options
| author | Namhyung Kim <[email protected]> | 2013-01-15 08:02:19 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-01-24 19:40:43 +0000 |
| commit | ff582680f8762293aa45eb5cf2faacadbe73b435 (patch) | |
| tree | 523e5696e7646aaf716dc149395e7a9561aec1b2 /tools/perf/builtin-script.c | |
| parent | perf tools: Remove unused 'unset' parameter from parse_events (diff) | |
| download | kernel-ff582680f8762293aa45eb5cf2faacadbe73b435.tar.gz kernel-ff582680f8762293aa45eb5cf2faacadbe73b435.zip | |
tools lib traceevent: Fix warning on '>=' operator
Although the '>=' (and '<=') operator is handled properly in
libtraceevent, it emitted following spurious warnings on perf test:
$ perf test
5: parse events tests :
...
Warning: unknown op '>='
Warning: unknown op '>='
Warning: unknown op '>='
Warning: unknown op '>='
Warning: unknown op '>='
Warning: unknown op '>='
...
Add the operator to the checks.
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
0 files changed, 0 insertions, 0 deletions
