aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r--tools/perf/util/event.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h
index fa7c50b654e1..fa2d4e91d329 100644
--- a/tools/perf/util/event.h
+++ b/tools/perf/util/event.h
@@ -4,6 +4,12 @@
4#include "util.h" 4#include "util.h"
5#include <linux/list.h> 5#include <linux/list.h>
6 6
7enum {
8 SHOW_KERNEL = 1,
9 SHOW_USER = 2,
10 SHOW_HV = 4,
11};
12
7/* 13/*
8 * PERF_SAMPLE_IP | PERF_SAMPLE_TID | * 14 * PERF_SAMPLE_IP | PERF_SAMPLE_TID | *
9 */ 15 */