Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757163AbbLWNLK (ORCPT ); Wed, 23 Dec 2015 08:11:10 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:34199 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752729AbbLWNLI (ORCPT ); Wed, 23 Dec 2015 08:11:08 -0500 Date: Wed, 23 Dec 2015 22:10:21 +0900 From: Namhyung Kim To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , LKML , David Ahern , Steven Rostedt , Frederic Weisbecker , Andi Kleen , Wang Nan Subject: Re: [PATCHSET 00/10] perf tools: Support dynamic sort keys for tracepoints (v4) Message-ID: <20151223131021.GA23199@danjae.kornet> References: <1450804030-29193-1-git-send-email-namhyung@kernel.org> <20151223084623.GA10256@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20151223084623.GA10256@krava.brq.redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 29 Hi Jiri, On Wed, Dec 23, 2015 at 09:46:23AM +0100, Jiri Olsa wrote: > On Wed, Dec 23, 2015 at 02:06:57AM +0900, Namhyung Kim wrote: > > Hello, > > > > This is an attempt to improve perf to deal with tracepoint events > > better. The perf tools can handle tracepoint events but perf report > > on them is less useful since they're always sampled in a fixed > > location and not provide event specific info. We can use perf script > > but I always wishes there's more convenient way to see the result. > > > > * changes in v4) > > - support '.*' syntax for dynamic sort key > > - skip unrelated dynamic fields in the output > > - add 'trace_fields' sort key (Jiri) > > - reuse get_trace_output function (Jiri) > > real beauty now ;-) > > Acked-by: Jiri Olsa Thanks for your review and feedback! Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/