summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorPeter Zijlstra2013-09-13 23:39:17 +0200
committerIngo Molnar2013-09-20 06:54:34 +0200
commitc5ecceefdb840af45db436adc58219ae97b6ef3c (patch)
tree056992a41969099b11d88c03070ff4314a886574 /include/uapi
parentMerge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... (diff)
downloadkernel-qcow2-linux-c5ecceefdb840af45db436adc58219ae97b6ef3c.tar.gz
kernel-qcow2-linux-c5ecceefdb840af45db436adc58219ae97b6ef3c.tar.xz
kernel-qcow2-linux-c5ecceefdb840af45db436adc58219ae97b6ef3c.zip
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/uapi')
-rw-r--r--include/uapi/linux/perf_event.h1
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 {
* u64 len;
* u64 pgoff;
* char filename[];
+ * struct sample_id sample_id;
* };
*/
PERF_RECORD_MMAP = 1,