From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754887AbaEGDJX (ORCPT ); Tue, 6 May 2014 23:09:23 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:35050 "EHLO lgeamrelo02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752004AbaEGDJW (ORCPT ); Tue, 6 May 2014 23:09:22 -0400 X-Original-SENDERIP: 10.177.220.181 X-Original-MAILFROM: namhyung@gmail.com From: Namhyung Kim To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , Namhyung Kim , LKML , David Ahern , Andi Kleen , Don Zickus Subject: Re: [PATCHSET 00/17] perf report: Add -F option for specifying output fields (v4) References: <1397617554-26319-1-git-send-email-namhyung@kernel.org> <20140504175334.GB1197@krava.brq.redhat.com> Date: Wed, 07 May 2014 12:09:20 +0900 In-Reply-To: <20140504175334.GB1197@krava.brq.redhat.com> (Jiri Olsa's message of "Sun, 4 May 2014 19:53:34 +0200") Message-ID: <87iopinv33.fsf@sejong.aot.lge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiri, On Sun, 4 May 2014 19:53:34 +0200, Jiri Olsa wrote: > On Wed, Apr 16, 2014 at 12:05:37PM +0900, Namhyung Kim wrote: > > SNIP > >> >> * changes in v4: >> - fix a tui navigation bug >> - fix a bug in output change of perf diff >> - move call to perf_hpp__init() out of setup_browser() >> - fix alignment of some output fields on stdio >> >> * changes in v3: >> - rename to --fields option for consistency (David) >> - prevent to add same keys multiple times >> - change dso sorting to show unknown dsos last >> - fix minor bugs >> >> * changes in v2: >> - add a cleanup patch using ui__has_annotation() >> - cleanup default sort order managment >> - support perf top also >> - handle elided sort entries properly >> - add Acked-by's from Ingo >> >> >> I pushed the patch series on the 'perf/field-v4' branch in my tree >> >> git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > hi, > I tried to merge this with my latest perf/core and got > some conflicts. Looks like it's missing the latest hist > code changes.. could you please rebase? I can do it maybe next week. But I need to think about the grouping/hierarchy concept that Don suggested beforehand. Thanks, Namhyung