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

Commit 81df978c authored by Jiri Olsa's avatar Jiri Olsa Committed by Arnaldo Carvalho de Melo
Browse files

perf: Add sample_id to PERF_RECORD_ITRACE_START event comment



Adding missing sample_id line into PERF_RECORD_ITRACE_START
event comment.

Signed-off-by: default avatarJiri 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 313ccb96
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -864,6 +864,7 @@ enum perf_event_type {
	 *	struct perf_event_header	header;
	 *	struct perf_event_header	header;
	 *	u32				pid;
	 *	u32				pid;
	 *	u32				tid;
	 *	u32				tid;
	 *	struct sample_id		sample_id;
	 * };
	 * };
	 */
	 */
	PERF_RECORD_ITRACE_START		= 12,
	PERF_RECORD_ITRACE_START		= 12,
+1 −0
Original line number Original line Diff line number Diff line
@@ -864,6 +864,7 @@ enum perf_event_type {
	 *	struct perf_event_header	header;
	 *	struct perf_event_header	header;
	 *	u32				pid;
	 *	u32				pid;
	 *	u32				tid;
	 *	u32				tid;
	 *	struct sample_id		sample_id;
	 * };
	 * };
	 */
	 */
	PERF_RECORD_ITRACE_START		= 12,
	PERF_RECORD_ITRACE_START		= 12,