Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755078AbbGZNvQ (ORCPT ); Sun, 26 Jul 2015 09:51:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45705 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954AbbGZNvP (ORCPT ); Sun, 26 Jul 2015 09:51:15 -0400 Date: Sun, 26 Jul 2015 15:51:08 +0200 From: Jiri Olsa To: Andi Kleen Cc: Jiri Olsa , Arnaldo Carvalho de Melo , Ulrich Drepper , Will Deacon , Stephane Eranian , lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , kan.liang@intel.com Subject: Re: [RFC 00/47] perf stat: Add scripting support Message-ID: <20150726135108.GB17020@krava.brq.redhat.com> References: <1437481927-29538-1-git-send-email-jolsa@kernel.org> <20150721144308.GL1747@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150721144308.GL1747@two.firstfloor.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 Content-Length: 1118 Lines: 29 On Tue, Jul 21, 2015 at 04:43:08PM +0200, Andi Kleen wrote: > On Tue, Jul 21, 2015 at 02:31:20PM +0200, Jiri Olsa wrote: > > hi, > > sending RFC on another attempt for stat scripting. > > > > The initial attempt defined its own formula lang and allowed > > triggering user's script on the end of the stat command: > > http://marc.info/?l=linux-kernel&m=136742146322273&w=2 > > > > This patchset abandons the idea of new formula language > > and rather adds support to: > > - store stat data into perf.data file > > - add python support to process stat events > > > > Basically it allows to store stat data into perf.data and > > post process it with python scripts in a similar way we > > do for sampling data. > > I suspect there is some overlap with Kan's patchkit to put > uncore data into perf.data too. hum, haven't seen this, was it posted already? jirka -- 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/