From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752707Ab1J0PTn (ORCPT ); Thu, 27 Oct 2011 11:19:43 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:48053 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752574Ab1J0PTl (ORCPT ); Thu, 27 Oct 2011 11:19:41 -0400 Date: Thu, 27 Oct 2011 17:18:04 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Stephane Eranian , arnaldo.melo@gmail.com Subject: Re: [GIT PULL 0/1] perf/core fix Message-ID: <20111027151804.GA28879@elte.hu> References: <1319724526-376-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319724526-376-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling from: > > git://github.com/acmel/linux.git perf/core > > Regards, > > - Arnaldo > > Arnaldo Carvalho de Melo (1): > perf hists: Fix recalculation of total_period when sorting entries > > tools/perf/util/hist.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) Pulled, thanks Arnaldo! Ingo