aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r--include/linux/perf_counter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 9cea32a0655d..6bc250039738 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -106,6 +106,7 @@ enum perf_counter_sample_format {
106 PERF_SAMPLE_CALLCHAIN = 1U << 5, 106 PERF_SAMPLE_CALLCHAIN = 1U << 5,
107 PERF_SAMPLE_ID = 1U << 6, 107 PERF_SAMPLE_ID = 1U << 6,
108 PERF_SAMPLE_CPU = 1U << 7, 108 PERF_SAMPLE_CPU = 1U << 7,
109 PERF_SAMPLE_PERIOD = 1U << 8,
109}; 110};
110 111
111/* 112/*
@@ -260,6 +261,7 @@ enum perf_event_type {
260 * struct { 261 * struct {
261 * struct perf_event_header header; 262 * struct perf_event_header header;
262 * u64 time; 263 * u64 time;
264 * u64 id;
263 * u64 sample_period; 265 * u64 sample_period;
264 * }; 266 * };
265 */ 267 */