Commit c5ecceef authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar

perf: Update ABI comment

For some mysterious reason the sample_id field of PERF_RECORD_MMAP went AWOL.
Reported-by: default avatarVince Weaver <vince@deater.net>
Signed-off-by: default avatarPeter Zijlstra <peterz@infradead.org>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 24e31f0b
...@@ -528,6 +528,7 @@ enum perf_event_type { ...@@ -528,6 +528,7 @@ enum perf_event_type {
* u64 len; * u64 len;
* u64 pgoff; * u64 pgoff;
* char filename[]; * char filename[];
* struct sample_id sample_id;
* }; * };
*/ */
PERF_RECORD_MMAP = 1, PERF_RECORD_MMAP = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment