From: Arnaldo Carvalho de Melo <a...@redhat.com>

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

Cc: Adrian Hunter <adrian.hun...@intel.com>
Cc: Borislav Petkov <b...@suse.de>
Cc: David Ahern <dsah...@gmail.com>
Cc: Frederic Weisbecker <fweis...@gmail.com>
Cc: Jiri Olsa <jo...@redhat.com>
Cc: Namhyung Kim <namhy...@kernel.org>
Cc: Stephane Eranian <eran...@google.com>
Link: http://lkml.kernel.org/n/tip-sg1m6t2c58gchidfce4hm...@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com>
---
 tools/perf/util/python.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c
index a851b791151b..6324fe6b161e 100644
--- a/tools/perf/util/python.c
+++ b/tools/perf/util/python.c
@@ -1013,6 +1013,12 @@ static struct {
        PERF_CONST(RECORD_FORK),
        PERF_CONST(RECORD_READ),
        PERF_CONST(RECORD_SAMPLE),
+       PERF_CONST(RECORD_MMAP2),
+       PERF_CONST(RECORD_AUX),
+       PERF_CONST(RECORD_ITRACE_START),
+       PERF_CONST(RECORD_LOST_SAMPLES),
+       PERF_CONST(RECORD_SWITCH),
+       PERF_CONST(RECORD_SWITCH_CPU_WIDE),
        { .name = NULL, },
 };
 
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to