]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
perf: Add sample_id to PERF_RECORD_ITRACE_START event comment
authorJiri Olsa <jolsa@kernel.org>
Sun, 7 Jan 2018 16:03:48 +0000 (17:03 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Jan 2018 15:32:25 +0000 (12:32 -0300)
Adding missing sample_id line into PERF_RECORD_ITRACE_START
event comment.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180107160356.28203-5-jolsa@kernel.org
[ Update the tools/include/uapi/linux copy ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
include/uapi/linux/perf_event.h
tools/include/uapi/linux/perf_event.h

index b9a4953018edeafa64e951e4ed8d53fa94c7a1cb..8bb66e8da945b152e4e1a61034173e15b3b27912 100644 (file)
@@ -864,6 +864,7 @@ enum perf_event_type {
         *      struct perf_event_header        header;
         *      u32                             pid;
         *      u32                             tid;
+        *      struct sample_id                sample_id;
         * };
         */
        PERF_RECORD_ITRACE_START                = 12,
index b9a4953018edeafa64e951e4ed8d53fa94c7a1cb..8bb66e8da945b152e4e1a61034173e15b3b27912 100644 (file)
@@ -864,6 +864,7 @@ enum perf_event_type {
         *      struct perf_event_header        header;
         *      u32                             pid;
         *      u32                             tid;
+        *      struct sample_id                sample_id;
         * };
         */
        PERF_RECORD_ITRACE_START                = 12,