From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752589Ab3K3QrX (ORCPT ); Sat, 30 Nov 2013 11:47:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39695 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751788Ab3K3QrW (ORCPT ); Sat, 30 Nov 2013 11:47:22 -0500 Date: Sat, 30 Nov 2013 17:46:58 +0100 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Steven Rostedt , David Ahern Subject: Re: [PATCH 06/29] tools lib traceevent: Add jbd2 plugin Message-ID: <20131130164658.GB1228@krava.brq.redhat.com> References: <1385638408-23519-1-git-send-email-jolsa@redhat.com> <1385638408-23519-7-git-send-email-jolsa@redhat.com> <20131129184235.GA12850@ghostprotocols.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131129184235.GA12850@ghostprotocols.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 29, 2013 at 03:42:35PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Nov 28, 2013 at 12:33:05PM +0100, Jiri Olsa escreveu: > > Backporting jbd2 plugin. > > > > Backported from Steven Rostedt's trace-cmd repo (HEAD 0f2c2fb): > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git > > > > This plugin adds field resolving functions for following > > tracepoint events: > > jbd2:jbd2_checkpoint_stats > > jbd2:jbd2_run_stats > > > > The diff of 'perf script' output generated by old and new code: > > (data was generated by 'perf record -e 'jbd2:jbd2_run_stats,jbd2:jbd2_checkpoint_stats' -a') > > > The lines after one that starts with > > --- > > are ignored by 'git am', please ident them with at least one space, > I'm doing that this time. oops, ok thanks, jirka