hi, this patchset enables the wakeup_events check for all type of events stored under ring buffer plus test.
Changes could be reached in here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/aux_poll1 thanks, jirka Signed-off-by: Jiri Olsa <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Corey Ashford <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Stephane Eranian <[email protected]> --- Jiri Olsa (2): perf: Enable wakeup_events logic for all events perf tests: Add auxiliary events poll automated test kernel/events/core.c | 14 -------- kernel/events/ring_buffer.c | 20 ++++++++++++ tools/perf/Makefile | 1 + tools/perf/tests/aux_poll.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/perf/tests/builtin-test.c | 4 +++ tools/perf/tests/tests.h | 1 + 6 files changed, 202 insertions(+), 14 deletions(-) create mode 100644 tools/perf/tests/aux_poll.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

