From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759498AbaGPLs5 (ORCPT ); Wed, 16 Jul 2014 07:48:57 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:33283 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759364AbaGPLsy (ORCPT ); Wed, 16 Jul 2014 07:48:54 -0400 Date: Wed, 16 Jul 2014 13:48:47 +0200 From: Ingo Molnar To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Corey Ashford , David Ahern , Frederic Weisbecker , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stanislav Fomichev , Thomas Gleixner Subject: Re: [GIT PULL 0/4] perf/core improvements and fixes Message-ID: <20140716114847.GB28434@gmail.com> References: <1405026417-9094-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1405026417-9094-1-git-send-email-jolsa@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 * Jiri Olsa wrote: > hi Ingo, > please consider pulling > > thanks, > jirka > > > The following changes since commit 8b5b584daf3b92fc5cdc83919e64231817d2f5a7: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core (2014-07-05 11:29:32 +0200) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-core-for-mingo > > for you to fetch changes up to d243144af0b52fc5164a0823194f29a5979e236c: > > perf timechart: Add more options to IO mode (2014-07-10 00:22:54 +0200) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > . Add IO mode into timechart command (Stanislav Fomichev) > > Signed-off-by: Jiri Olsa > > ---------------------------------------------------------------- > Stanislav Fomichev (4): > perf timechart: Fix rendering in Firefox > perf timechart: Implement IO mode > perf timechart: Conditionally update start_time on fork > perf timechart: Add more options to IO mode > > tools/perf/Documentation/perf-timechart.txt | 38 +- > tools/perf/builtin-timechart.c | 693 +++++++++++++++++++++++++++- > tools/perf/util/svghelper.c | 168 +++++-- > tools/perf/util/svghelper.h | 6 +- > 4 files changed, 845 insertions(+), 60 deletions(-) Pulled, thanks a lot Jiri! Ingo