From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932785AbbFJSyh (ORCPT ); Wed, 10 Jun 2015 14:54:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48246 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754262AbbFJSyT (ORCPT ); Wed, 10 Jun 2015 14:54:19 -0400 Date: Wed, 10 Jun 2015 20:54:10 +0200 From: Jiri Olsa To: David Ahern Cc: Jiri Olsa , Arnaldo Carvalho de Melo , lkml , Adrian Hunter , Andi Kleen , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 25/25] perf stat: Introduce --per-task option Message-ID: <20150610185410.GA32219@krava.redhat.com> References: <1433959858-31858-1-git-send-email-jolsa@kernel.org> <1433959858-31858-26-git-send-email-jolsa@kernel.org> <55788592.8010701@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55788592.8010701@gmail.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 On Wed, Jun 10, 2015 at 12:44:34PM -0600, David Ahern wrote: SNIP > > 2.000212262 TASK-16431 9,039,401,422 instructions > > 3.000333402 TASK-16173 62,797 cycles > > 3.000333402 TASK-16431 3,357,140,183 cycles > > 3.000333402 TASK-16173 12,208 instructions > > 3.000333402 TASK-16431 9,058,080,762 instructions > > ^C 3.375949851 TASK-16173 0 cycles > > 3.375949851 TASK-16431 1,264,764,804 cycles > > 3.375949851 TASK-16173 0 instructions > > 3.375949851 TASK-16431 3,414,532,317 instructions > > > > Why not print $comm-$pid versus TASK-$pid? > yep, good idea jirka