From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751845AbbKZOe5 (ORCPT ); Thu, 26 Nov 2015 09:34:57 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:36290 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbbKZOey (ORCPT ); Thu, 26 Nov 2015 09:34:54 -0500 Subject: Re: [PATCH 3/3] perf script: Align event name properly To: Jiri Olsa References: <1448546125-29245-1-git-send-email-jolsa@kernel.org> <1448546125-29245-3-git-send-email-jolsa@kernel.org> <5657164D.1080606@gmail.com> <20151126143053.GA31404@krava.brq.redhat.com> Cc: Jiri Olsa , Arnaldo Carvalho de Melo , lkml , Ingo Molnar , Namhyung Kim , Peter Zijlstra From: David Ahern Message-ID: <5657188B.1030407@gmail.com> Date: Thu, 26 Nov 2015 07:34:51 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151126143053.GA31404@krava.brq.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/26/15 7:30 AM, Jiri Olsa wrote: > On Thu, Nov 26, 2015 at 07:25:17AM -0700, David Ahern wrote: >> On 11/26/15 6:55 AM, Jiri Olsa wrote: >>> Adding code to align event names, so we get aligned output >>> in case of multiple events with different names. >>> >>> Before: >>> $ perf script >>> :13757 13757 163918.230829: cpu/mem-snp-none/P: ffff88085f20d010 >>> :13757 13757 163918.230832: cpu/mem-loads,ldlat=30/P: 7f5a5f719f00 >>> :13757 13757 163918.230835: cpu/mem-loads,ldlat=30/P: 7f5a5f719f00 >>> :13758 13758 163918.230838: cpu/mem-snp-none/P: ffff88085f4ad810 >>> :13758 13758 163918.154093: cpu/mem-stores/P: ffff88085bb53f28 >>> :13757 13757 163918.155264: cpu/mem-snp-hitm/P: 601080 >>> ... >>> >> >> What's up with the ":13757" for the process name? > > hum, fallback if the name's not resolved? I'll check.. right, but I thought those were fixed. How is there a SAMPLE for a task without a COMM.