From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755929AbaIKNam (ORCPT ); Thu, 11 Sep 2014 09:30:42 -0400 Received: from mail.kernel.org ([198.145.19.201]:51356 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755468AbaIKNaj (ORCPT ); Thu, 11 Sep 2014 09:30:39 -0400 Date: Thu, 11 Sep 2014 10:30:29 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Borislav Petkov , Corey Ashford , David Ahern , Don Zickus , Frederic Weisbecker , Ingo Molnar , Jean Pihet , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian Subject: Re: [RFC 00/14] perf pollfd v3 Message-ID: <20140911133029.GC10158@kernel.org> References: <1410358129-9965-1-git-send-email-acme@kernel.org> <20140911113336.GB13634@krava.brq.redhat.com> <20140911114825.GC13634@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140911114825.GC13634@krava.brq.redhat.com> X-Url: http://acmel.wordpress.com 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 Em Thu, Sep 11, 2014 at 01:48:25PM +0200, Jiri Olsa escreveu: > On Thu, Sep 11, 2014 at 01:33:36PM +0200, Jiri Olsa wrote: > > SNIP > > > #20 0x0000000000465e72 in perf_evsel__free_fd (evsel=0x20af190) at util/evsel.c:786 > > #21 perf_evsel__close (evsel=evsel@entry=0x20af190, ncpus=, nthreads=nthreads@entry=1) at util/evsel.c:1139 > > #22 0x000000000045f77d in perf_evlist__close (evlist=0x20ae8b0) at util/evlist.c:1148 > > #23 perf_evlist__delete (evlist=0x20ae8b0) at util/evlist.c:114 > > #24 0x000000000042b878 in cmd_record (argc=, argv=, prefix=) at builtin-record.c:967 > > #25 0x000000000041c455 in run_builtin (p=p@entry=0x815e70 , argc=argc@entry=2, argv=argv@entry=0x7fff5c077c50) at perf.c:331 > > #26 0x000000000041bc70 in handle_internal_command (argv=0x7fff5c077c50, argc=2) at perf.c:390 > > #27 run_argv (argv=0x7fff5c0779d0, argcp=0x7fff5c0779dc) at perf.c:434 > > #28 main (argc=2, argv=0x7fff5c077c50) at perf.c:549 > > so the reason was that my fd lib stuff did not get rebuilt.. Thanks a lot! I missed that one, will fold it into the patch that introduces fdarray and add a v2: comment attributing credit to you, so that bisection works. - Arnaldo > you probably want to add attached change, before there's the > fix for the apik library > > jirka > > > --- > diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf > index 9ce194fc00a0..726a31a18125 100644 > --- a/tools/perf/Makefile.perf > +++ b/tools/perf/Makefile.perf > @@ -769,7 +769,7 @@ $(LIBTRACEEVENT)-clean: > install-traceevent-plugins: $(LIBTRACEEVENT) > $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) install_plugins > > -LIBAPIKFS_SOURCES = $(wildcard $(LIB_PATH)fs/*.[ch]) > +LIBAPIKFS_SOURCES = $(wildcard $(LIB_PATH)fs/*.[ch] $(LIB_PATH)fd/*.[ch]) > > # if subdir is set, we've been called from above so target has been built > # already