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>
This commit is contained in:

committed by
Ingo Molnar

parent
24e31f0bef
commit
c5ecceefdb
@@ -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,
|
||||||
|
Reference in New Issue
Block a user