[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-189b84fb54490ae24111124346a8e63f8e019385@git.kernel.org>
Date: Wed, 18 Dec 2013 02:31:51 -0800
From: tip-bot for Vince Weaver <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
peterz@...radead.org, vince@...ter.net, vincent.weaver@...ne.edu,
ak@...ux.intel.com, tglx@...utronix.de
Subject: [tip:perf/urgent] perf: Document the new transaction sample type
Commit-ID: 189b84fb54490ae24111124346a8e63f8e019385
Gitweb: http://git.kernel.org/tip/189b84fb54490ae24111124346a8e63f8e019385
Author: Vince Weaver <vince@...ter.net>
AuthorDate: Fri, 13 Dec 2013 15:52:25 -0500
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Tue, 17 Dec 2013 15:04:01 +0100
perf: Document the new transaction sample type
Commit fdfbbd07e91f8fe3871 ("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: Vince Weaver <vincent.weaver@...ne.edu>
Signed-off-by: Peter Zijlstra <peterz@...radead.org>
Cc: Andi Kleen <ak@...ux.intel.com>
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1312131548450.10372@pianoman.cluster.toy
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
include/uapi/linux/perf_event.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h
index e1802d6..959d454 100644
--- a/include/uapi/linux/perf_event.h
+++ b/include/uapi/linux/perf_event.h
@@ -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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists