Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754514AbbDRUqM (ORCPT ); Sat, 18 Apr 2015 16:46:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52069 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752034AbbDRUqK (ORCPT ); Sat, 18 Apr 2015 16:46:10 -0400 Date: Sat, 18 Apr 2015 22:45:36 +0200 From: Jiri Olsa To: =?iso-8859-1?Q?J=E9r=E9mie?= Galarneau Cc: Jiri Olsa , Arnaldo Carvalho de Melo , David Ahern , Frederic Weisbecker , He Kuang , Ingo Molnar , Jeremie Galarneau , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Sebastian Andrzej Siewior , Tom Zanussi , Wang Nan , lkml Subject: Re: [PATCH 6/7] perf data: Fix duplicate field names and avoid reserved keywords Message-ID: <20150418204536.GB26943@krava.redhat.com> References: <1429372220-6406-1-git-send-email-jolsa@kernel.org> <1429372220-6406-7-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 29 On Sat, Apr 18, 2015 at 02:56:00PM -0400, J?r?mie Galarneau wrote: > On Sat, Apr 18, 2015 at 11:50 AM, Jiri Olsa wrote: > > From: Wang Nan > > > > Some parameters of syscall tracepoints named as 'nr', 'event', etc. > > When dealing with them, perf convert to ctf meets some problem: > > > > 1. If a parameter with name 'nr', it will duplicate syscall's > > common field 'nr'. One such syscall is io_submit(). > > > > 2. If a parameter with name 'event', it is denied to be inserted > > because 'event' is a babeltrace keywork. One such syscall is > > epoll_ctl. > > Minor nitpick: "event" is a reserved keyword in the CTF specification > [1], the rule is only enforced by Babeltrace. Also, keywork -> > keyword. thanks, Arnaldo, any chance you could change it? (with ack from He Kuang of course), or do you need a respin.. jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/