Re: [PATCH] perf tool: don't open-code TEST_EVENTS macro

2013-10-06 Thread Ramkumar Ramachandra
Ramkumar Ramachandra wrote: > The TEST_EVENTS macro is open-coded towards the end of > test__parse_events(). While at it, undef it cleanly after its usage. Kindly ignore this patch; I made a trivial mistake. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH] perf tool: don't open-code TEST_EVENTS macro

2013-10-06 Thread Ramkumar Ramachandra
The TEST_EVENTS macro is open-coded towards the end of test__parse_events(). While at it, undef it cleanly after its usage. Cc: Robert Richter Cc: Jiri Olsa Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Signed-off-by: Ramkumar Ramachandra --- tools/perf/tests/parse-events.c | 6 +++--- 1 file