perf_event: Update PERF_EVENT_FORK header definition
authorAnton Blanchard <anton@samba.org>
Tue, 22 Sep 2009 12:34:24 +0000 (22:34 +1000)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Sep 2009 13:42:01 +0000 (15:42 +0200)
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
include/linux/perf_event.h

index 368bd70..7b7fbf4 100644 (file)
@@ -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,
index acefaf7..3a9d36d 100644 (file)
@@ -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,