diff options
author | Peter Zijlstra <peterz@infradead.org> | 2013-09-13 17:39:17 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-09-20 00:54:34 -0400 |
commit | c5ecceefdb840af45db436adc58219ae97b6ef3c (patch) | |
tree | 056992a41969099b11d88c03070ff4314a886574 /include | |
parent | 24e31f0bef40f6ed08073734d9250576a44a2db1 (diff) |
perf: Update ABI comment
For some mysterious reason the sample_id field of PERF_RECORD_MMAP went AWOL.
Reported-by: Vince Weaver <vince@deater.net>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h index 40a1fb807396..7f6d584c267b 100644 --- a/include/uapi/linux/perf_event.h +++ b/include/uapi/linux/perf_event.h | |||
@@ -528,6 +528,7 @@ enum perf_event_type { | |||
528 | * u64 len; | 528 | * u64 len; |
529 | * u64 pgoff; | 529 | * u64 pgoff; |
530 | * char filename[]; | 530 | * char filename[]; |
531 | * struct sample_id sample_id; | ||
531 | * }; | 532 | * }; |
532 | */ | 533 | */ |
533 | PERF_RECORD_MMAP = 1, | 534 | PERF_RECORD_MMAP = 1, |