From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753470AbcBWOog (ORCPT ); Tue, 23 Feb 2016 09:44:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12376 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753064AbcBWOoe (ORCPT ); Tue, 23 Feb 2016 09:44:34 -0500 Date: Tue, 23 Feb 2016 11:44:32 -0300 From: Arnaldo Carvalho de Melo To: Daniel Bristot de Oliveira Cc: Steven Rostedt , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Juri Lelli , LKML , acme@kernel.org, linux-rt-users Subject: Re: [PATCH 4/4] tools lib traceevent: Implements '%' operation Message-ID: <20160223144432.GB2749@redhat.com> References: <5c96a395c56cea6d3d13d949051bdece86cc26e0.1456157869.git.bristot@redhat.com> <20160222152303.02f79376@gandalf.local.home> <20160223143819.GA2749@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160223143819.GA2749@redhat.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 23 Feb 2016 14:44:34 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Feb 23, 2016 at 11:38:19AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Feb 22, 2016 at 03:23:03PM -0500, Steven Rostedt escreveu: > > On Mon, 22 Feb 2016 14:08:22 -0300 > > Daniel Bristot de Oliveira wrote: > > > > > The operation '%' is not implemented on event-parse.c, causing > > > an error on the parse of events with '%' operation on its > > > printk format. For example, > > > > > > # perf record -e sched:sched_deadline_yield ~/y > > > Warning: [sched:sched_deadline_yield] unknown op '%' > > > .... > > > # perf script Daniel, please add two spaces before examples, specially examples with the '#' root prompt. Had I not done that when applying this patch, those lines would have been removed by git-am, as it would interpret those as comments. Thanks, - Arnaldo