]> git.baikalelectronics.ru Git - kernel.git/commit
perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 24 Jul 2015 16:04:09 +0000 (13:04 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Jul 2015 13:51:45 +0000 (10:51 -0300)
commitfc92ddd856f6b90a660f38a76074dfd9eb25cb7a
treee1a47e2b8bc96b4051a7490e2d65db01f20fc4a1
parentc2ebd23f28f7d9c4c81a16a61906bfc4f782beed
perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}

Those were added to the kernel and tooling but we forgot to
expose them via the python binding, fix it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-sg1m6t2c58gchidfce4hmitg@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/python.c