]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Add monitored events array
authorJiri Olsa <jolsa@kernel.org>
Mon, 15 Feb 2016 08:34:34 +0000 (09:34 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 23 Feb 2016 15:11:06 +0000 (12:11 -0300)
commit4b869879f48251978cb9134f5dcf6a13d01adf24
treef1f03f8ece7f3964f633870202689dcbbabd9850
parentc3bb265e3f3adb6a654cba677323172d75d978d2
perf tools: Add monitored events array

It will ease up configuration of memory events and addition of other
memory events in following patches.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1455525293-8671-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-mem.c
tools/perf/util/Build
tools/perf/util/mem-events.c [new file with mode: 0644]
tools/perf/util/mem-events.h [new file with mode: 0644]