From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755639Ab3LBTbw (ORCPT ); Mon, 2 Dec 2013 14:31:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30263 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755620Ab3LBTbs (ORCPT ); Mon, 2 Dec 2013 14:31:48 -0500 Date: Mon, 2 Dec 2013 20:31:19 +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: <20131202193119.GC1366@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> <20131129193113.GA13490@ghostprotocols.net> <20131130164921.GC1228@krava.brq.redhat.com> <20131202192651.GB17149@ghostprotocols.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131202192651.GB17149@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 Mon, Dec 02, 2013 at 04:26:51PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sat, Nov 30, 2013 at 05:49:21PM +0100, Jiri Olsa escreveu: > > On Fri, Nov 29, 2013 at 04:31:13PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Fri, Nov 29, 2013 at 03:42:35PM -0300, Arnaldo Carvalho de Melo escreveu: > > > Also I just tried: > > > > [acme@ssdandy linux]$ git log --oneline | head -7 > > > b0496b02fcea tools lib traceevent: Add hrtimer plugin > > > 1ec7a71e0b2c tools lib traceevent: Add jbd2 plugin > > > c63100c95c6e tools lib traceevent: Add traceevent_host_bigendian function > > > d54b335656b7 tools lib traceevent: Add plugin build support > > > e796a0d73bcc tools lib traceevent: Add plugin support > > > 28c803842250 perf tools: Include test-stackprotector-all.c in test-all > > > 1a69f6ce513d perf timechart: Move wake_events list to 'struct timechart' > > > [acme@ssdandy linux]$ > > > > [acme@ssdandy linux]$ time make O=/tmp/build/perf -C tools/perf/ install > > > > > > > [acme@ssdandy linux]$ ls -la ~/.traceevent > > > ls: cannot access /home/acme/.traceevent: No such file or directory > > > [acme@ssdandy linux]$ > > > > Where did the plugins go? At least two should be there by now, no? > > > At this stage (patches applied) you'd need to run the make for > > traceevent directory. > > > The perf installation link is done within this patch: > > perf tools: Add build and install plugins targets > > > which I presume you haven't applied yet? > > No I haven't, and I expected that I could test it straight away, so I > suggest you reorder the patches so that, right after the first plugin is > introduced a: > > make -C tools/perf install > > in all its variants (in place, with O=, etc) allows one to test it. ok, I will send v3 jirka