Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 189b84fb authored by Vince Weaver's avatar Vince Weaver Committed by Ingo Molnar
Browse files

perf: Document the new transaction sample type



Commit fdfbbd07 ("perf: Add generic transaction flags")
added support for PERF_SAMPLE_TRANSACTION but forgot to add documentation
for the sample type to include/uapi/linux/perf_event.h

Signed-off-by: default avatarVince Weaver <vincent.weaver@maine.edu>
Signed-off-by: default avatarPeter Zijlstra <peterz@infradead.org>
Cc: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1312131548450.10372@pianoman.cluster.toy


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 44377277
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -679,6 +679,7 @@ enum perf_event_type {
	 *
	 *	{ u64			weight;   } && PERF_SAMPLE_WEIGHT
	 *	{ u64			data_src; } && PERF_SAMPLE_DATA_SRC
	 *	{ u64			transaction; } && PERF_SAMPLE_TRANSACTION
	 * };
	 */
	PERF_RECORD_SAMPLE			= 9,