Explorar el Código

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>
Peter Zijlstra hace 12 años
padre
commit
c5ecceefdb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/uapi/linux/perf_event.h

+ 1 - 0
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,