From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752965AbbKZIPe (ORCPT ); Thu, 26 Nov 2015 03:15:34 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:33914 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752135AbbKZIPb (ORCPT ); Thu, 26 Nov 2015 03:15:31 -0500 Date: Thu, 26 Nov 2015 09:15:27 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Alexei Starovoitov , David Ahern , Jiri Olsa , Masami Hiramatsu , Michael Petlan , Namhyung Kim , Peter Zijlstra , pi3orama@163.com, Steven Rostedt , Wang Nan , Zefan Li Subject: Re: [GIT PULL 0/4] perf/core improvements and fixes Message-ID: <20151126081527.GD20999@gmail.com> References: <1448480822-19140-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448480822-19140-1-git-send-email-acme@kernel.org> 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 * Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Hi, > > Please consider pulling, this is on top of my previous > perf-core-for-mingo pull request. > > - Arnaldo > > The following changes since commit 646a6e846c4dc3812c614fd061603b6db5b8d380: > > perf callchain: Add missing parent_val initialization (2015-11-23 18:31:25 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo-2 > > for you to fetch changes up to d8ad6a15cc3a364de6c8010378adc3fb06ce3ff1: > > tools lib bpf: Don't do a feature check when cleaning (2015-11-25 16:38:13 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > User visible: > > - Fix to free temporal Dwarf_Frame correctly in 'perf probe', fixing a > regression introduced in perf/core that prevented, at least, adding > an uprobe collecting function parameter values (Masami Hiramatsu) > > - Fix output of %llu for 64 bit values read on 32 bit machines in > libtraceevent (Steven Rostedt) > > Developer visible: > > - Clean CFLAGS and LDFLAGS for fixdep in tools/build (Wang Nan) > > - Don't do a feature check when cleaning tools/lib/bpf (Wang Nan) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Masami Hiramatsu (1): > perf probe: Fix to free temporal Dwarf_Frame correctly > > Steven Rostedt (1): > tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines > > Wang Nan (2): > tools build: Clean CFLAGS and LDFLAGS for fixdep > tools lib bpf: Don't do a feature check when cleaning > > tools/build/Makefile.include | 2 +- > tools/lib/bpf/Makefile | 10 ++++++++++ > tools/lib/traceevent/event-parse.c | 5 ++--- > tools/perf/util/probe-finder.c | 13 ++++++------- > 4 files changed, 19 insertions(+), 11 deletions(-) Pulled, thanks a lot Arnaldo! Ingo