From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754272AbeAGQGV (ORCPT + 1 other); Sun, 7 Jan 2018 11:06:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34696 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753886AbeAGQEL (ORCPT ); Sun, 7 Jan 2018 11:04:11 -0500 From: Jiri Olsa To: Arnaldo Carvalho de Melo , Peter Zijlstra Cc: lkml , Ingo Molnar , Namhyung Kim , David Ahern , Andi Kleen , Alexander Shishkin Subject: [PATCH 04/12] perf: Add sample_id to PERF_RECORD_ITRACE_START event comment Date: Sun, 7 Jan 2018 17:03:48 +0100 Message-Id: <20180107160356.28203-5-jolsa@kernel.org> In-Reply-To: <20180107160356.28203-1-jolsa@kernel.org> References: <20180107160356.28203-1-jolsa@kernel.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Sun, 07 Jan 2018 16:04:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Adding missing sample_id line into PERF_RECORD_ITRACE_START event comment. Link: http://lkml.kernel.org/n/tip-v3pua3unuiif07kvxkk3wbrx@git.kernel.org Signed-off-by: Jiri Olsa --- 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 b9a4953018ed..8bb66e8da945 100644 --- a/include/uapi/linux/perf_event.h +++ b/include/uapi/linux/perf_event.h @@ -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, -- 2.13.6