From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751388AbbGaNaY (ORCPT ); Fri, 31 Jul 2015 09:30:24 -0400 Received: from mail.kernel.org ([198.145.29.136]:45403 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbbGaNaW (ORCPT ); Fri, 31 Jul 2015 09:30:22 -0400 Date: Fri, 31 Jul 2015 10:30:16 -0300 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Andi Kleen , Borislav Petkov , David Ahern , Frederic Weisbecker , Jaroslav Skarvada , Jeremy Eder , Jiri Olsa , Kan Liang , Luiz Fernando Capitulino , Namhyung Kim , Pawel Moll , Peter Zijlstra , Stephane Eranian Subject: Re: [GIT PULL 00/10] perf/core improvements and fixes Message-ID: <20150731133016.GL575@kernel.org> References: <1438273028-5191-1-git-send-email-acme@kernel.org> <20150731080435.GC32179@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150731080435.GC32179@gmail.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 Fri, Jul 31, 2015 at 10:04:35AM +0200, Ingo Molnar escreveu: > * Arnaldo Carvalho de Melo wrote: > > Please consider pulling, > > for you to fetch changes up to aa53c09e90a19c215549bd1ca970fddcb7c0c001: > > Hm, your pull request mail was cut short as it ends here abruptly. I figured it > out nevertheless, from the commit log: Right, I forgot the 'git request-pull' part after pushing the signed tag :-\ Thanks! - Arnaldo > ====================> > > User visible changes: > > - Force period term to overload global settings, i.e. previously this > command line: > > $ perf record -e 'cpu/instructions,period=20000/',cycles -c 1000 sleep 1 > > would result in both events having a period equal to 1000, with the fix we > get something saner: > > $ perf evlist -v | grep period > cpu/instructions,period=20000/: ... { sample_period, sample_freq }: 20000, ... > cycles: ... { sample_period, sample_freq }: 1000 ... > $ > > (Jiri Olsa) > > Infrastructure changes: > > - Use the dummy software event with freq=0 in the twatch.py python > binding example, to avoid disabling nohz. (Arnaldo Carvalho de Melo) > > - Add some missing constants to the python binding. (Arnaldo Carvalho de Melo) > > - Fix mismatched declarations for elf_getphdrnum, that happens > only in the corner case where this function is not found on > the system. (Arnaldo Carvalho de Melo) > > - Add build test for having ending double slash. (Jiri Olsa) > > - Introduce callgraph_set for callgraph option. (Kan Liang) > > tools/perf/Documentation/perf-record.txt | 2 +- > tools/perf/builtin-record.c | 9 +- > tools/perf/builtin-trace.c | 2 +- > tools/perf/perf.h | 1 + > tools/perf/python/twatch.py | 12 ++- > tools/perf/tests/make | 13 ++- > tools/perf/tests/parse-events.c | 12 ++- > tools/perf/util/evsel.c | 33 ++++++++ > tools/perf/util/evsel.h | 20 +++++ > tools/perf/util/parse-events.c | 70 +++++++++++++--- > tools/perf/util/python.c | 140 ++++++++++++++++--------------- > tools/perf/util/session.c | 4 +- > tools/perf/util/symbol-elf.c | 2 +- > tools/perf/util/trace-event.c | 7 +- > tools/perf/util/trace-event.h | 3 +- > 15 files changed, 233 insertions(+), 97 deletions(-) > > <================ > > Pulled, thanks a lot Arnaldo! > > Ingo > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/