All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Update PERF_EVENT_FORK header definition
@ 2009-09-22 12:34 Anton Blanchard
  2009-09-22 13:45 ` [tip:perf/urgent] perf_event: " tip-bot for Anton Blanchard
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2009-09-22 12:34 UTC (permalink / raw)
  To: Arjan van de Ven, Peter Zijlstra, Paul Mackerras,
	Frederic Weisbecker, Ingo Molnar
  Cc: linux-kernel


PERF_EVENT_FORK always outputs the time field, so update the header to
reflect this.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

Index: linux.trees.git/include/linux/perf_counter.h
===================================================================
--- linux.trees.git.orig/include/linux/perf_counter.h	2009-09-22 20:24:37.000000000 +1000
+++ linux.trees.git/include/linux/perf_counter.h	2009-09-22 20:24:47.000000000 +1000
@@ -364,7 +364,7 @@ enum perf_event_type {
 	 *	struct perf_event_header	header;
 	 *	u32				pid, ppid;
 	 *	u32				tid, ptid;
-	 *	{ u64				time;     } && PERF_SAMPLE_TIME
+	 *	u64				time;
 	 * };
 	 */
 	PERF_EVENT_FORK			= 7,
Index: linux.trees.git/include/linux/perf_event.h
===================================================================
--- linux.trees.git.orig/include/linux/perf_event.h	2009-09-22 20:24:37.000000000 +1000
+++ linux.trees.git/include/linux/perf_event.h	2009-09-22 20:24:57.000000000 +1000
@@ -360,7 +360,7 @@ enum perf_event_type {
 	 *	struct perf_event_header	header;
 	 *	u32				pid, ppid;
 	 *	u32				tid, ptid;
-	 *	{ u64				time;     } && PERF_SAMPLE_TIME
+	 *	u64				time;
 	 * };
 	 */
 	PERF_RECORD_FORK			= 7,

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:perf/urgent] perf_event: Update PERF_EVENT_FORK header definition
  2009-09-22 12:34 [PATCH] perf: Update PERF_EVENT_FORK header definition Anton Blanchard
@ 2009-09-22 13:45 ` tip-bot for Anton Blanchard
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Anton Blanchard @ 2009-09-22 13:45 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, paulus, anton, hpa, mingo, a.p.zijlstra, arjan,
	fweisbec, tglx, mingo

Commit-ID:  a6f10a2f5d8c2738b3ac05974bdbea3b68a2aecd
Gitweb:     http://git.kernel.org/tip/a6f10a2f5d8c2738b3ac05974bdbea3b68a2aecd
Author:     Anton Blanchard <anton@samba.org>
AuthorDate: Tue, 22 Sep 2009 22:34:24 +1000
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 22 Sep 2009 15:42:01 +0200

perf_event: Update PERF_EVENT_FORK header definition

PERF_EVENT_FORK always outputs the time field, so update the header
to reflect this.

Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20090922123424.GD19453@kryten>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 include/linux/perf_counter.h |    2 +-
 include/linux/perf_event.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 368bd70..7b7fbf4 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -361,7 +361,7 @@ enum perf_event_type {
 	 *	struct perf_event_header	header;
 	 *	u32				pid, ppid;
 	 *	u32				tid, ptid;
-	 *	{ u64				time;     } && PERF_SAMPLE_TIME
+	 *	u64				time;
 	 * };
 	 */
 	PERF_EVENT_FORK			= 7,
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index acefaf7..3a9d36d 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -357,7 +357,7 @@ enum perf_event_type {
 	 *	struct perf_event_header	header;
 	 *	u32				pid, ppid;
 	 *	u32				tid, ptid;
-	 *	{ u64				time;     } && PERF_SAMPLE_TIME
+	 *	u64				time;
 	 * };
 	 */
 	PERF_RECORD_FORK			= 7,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-22 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 12:34 [PATCH] perf: Update PERF_EVENT_FORK header definition Anton Blanchard
2009-09-22 13:45 ` [tip:perf/urgent] perf_event: " tip-bot for Anton Blanchard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.