aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/perf_counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 40dc0e273d9c..9cea32a0655d 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -104,7 +104,7 @@ enum perf_counter_sample_format {
104 PERF_SAMPLE_ADDR = 1U << 3, 104 PERF_SAMPLE_ADDR = 1U << 3,
105 PERF_SAMPLE_GROUP = 1U << 4, 105 PERF_SAMPLE_GROUP = 1U << 4,
106 PERF_SAMPLE_CALLCHAIN = 1U << 5, 106 PERF_SAMPLE_CALLCHAIN = 1U << 5,
107 PERF_SAMPLE_CONFIG = 1U << 6, 107 PERF_SAMPLE_ID = 1U << 6,
108 PERF_SAMPLE_CPU = 1U << 7, 108 PERF_SAMPLE_CPU = 1U << 7,
109}; 109};
110 110