From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753659AbbFWHWL (ORCPT ); Tue, 23 Jun 2015 03:22:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35274 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbbFWHWG (ORCPT ); Tue, 23 Jun 2015 03:22:06 -0400 Date: Tue, 23 Jun 2015 09:22:00 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , lkml , Adrian Hunter , Andi Kleen , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCHv4 00/27] perf stat: Introduce --per-thread option Message-ID: <20150623072200.GB749@krava.redhat.com> References: <1435012588-9007-1-git-send-email-jolsa@kernel.org> <20150622230600.GB8510@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150622230600.GB8510@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 On Mon, Jun 22, 2015 at 08:06:00PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jun 23, 2015 at 12:36:01AM +0200, Jiri Olsa escreveu: > > hi, > > adding the possibility to display stat data per thread. > > > > Allowing following commands and output: > > > > $ perf stat -e cycles,instructions --per-thread -p 30190,30242 > > While testing Adrian's Intel PT patchkit I realised we have --per-thread > in 'record', wonder if using a long option with the exact same name but > different meanings for 'stat' and 'record' would cause confusion... I think the name fits for both stat and record.. and both are doing different thing, so both --per-thread are also different.. and well documented ;-) jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/