From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752144AbdIAQMm (ORCPT ); Fri, 1 Sep 2017 12:12:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48608 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945AbdIAQMl (ORCPT ); Fri, 1 Sep 2017 12:12:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8E752C04B94A Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Fri, 1 Sep 2017 18:12:36 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Andi Kleen , Peter Zijlstra , Jiri Olsa , Adrian Hunter , Mark Rutland , Namhyung Kim , Wang Nan , Ingo Molnar , Linux Kernel Mailing List Subject: Re: [PATCH 1/1] perf stat: Only auto-merge events that are PMU aliases Message-ID: <20170901161236.GA26955@krava> References: <20170831184122.GK4831@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831184122.GK4831@kernel.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 01 Sep 2017 16:12:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 31, 2017 at 03:41:22PM -0300, Arnaldo Carvalho de Melo wrote: > Hi Andi, Jiri, > > Please check the patch below, would be glad to have your acks, > > - Arnaldo > > Peter reported that when he explicitely asked for multiple events with > the same name on the command line it got coalesced into just one line, > i.e.: > > # perf stat -e cycles -e cycles -e cycles usleep 1 > > Performance counter stats for 'usleep 1': > > 3,269,652 cycles > > 0.000884123 seconds time elapsed looks good Acked-by: Jiri Olsa thanks, jirka