From: Peter Zijlstra Date: Fri, 13 Sep 2013 21:39:17 +0000 (+0200) Subject: perf: Update ABI comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c5ecceefdb840af45db436adc58219ae97b6ef3c;p=linux-beck.git perf: Update ABI comment For some mysterious reason the sample_id field of PERF_RECORD_MMAP went AWOL. Reported-by: Vince Weaver Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- 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,