From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935287AbcJQOuT (ORCPT ); Mon, 17 Oct 2016 10:50:19 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:36689 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935259AbcJQOuD (ORCPT ); Mon, 17 Oct 2016 10:50:03 -0400 Date: Mon, 17 Oct 2016 16:49:59 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: Andi Kleen , linux-kernel@vger.kernel.org, Linux Weekly News , Jiri Olsa , Arnaldo Carvalho de Melo , Peter Zijlstra , Sukadev Bhattiprolu Subject: Re: [GIT PULL] Re: [PATCH 04/27] perf list: Add support for listing only json events Message-ID: <20161017144959.GA24104@gmail.com> References: <1476375700-8896-1-git-send-email-acme@kernel.org> <1476375700-8896-5-git-send-email-acme@kernel.org> <20161016065339.GA21445@gmail.com> <20161017135756.GO3078@tassilo.jf.intel.com> <20161017142821.GN12815@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161017142821.GN12815@kernel.org> 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 * Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 17, 2016 at 06:57:56AM -0700, Andi Kleen escreveu: > > > What we do know about the CPU vendor event names is that they are vendor specific, > > > and that's a pretty stable property. So my suggestion would be to simply make it: > > > > > > perf list vendor > > > > > > with perhaps add aliases as well: > > > > > > perf list model > > > perf list cpu-model > > > > > > ... and 'perf list hardware' should probably also list all the vendor specific > > > hardware events as well. > > > > Sure can change it. > > > > > > > > Could we please work a bit more on making vendor specific hardware event handling > > > more usable to people who don't care about internals? > > > > Do you prefer fully new patches, or are incremential patches ok? > > I would like for you to base of my perf/urgent branch as of now, that > has those two patches yanked out so that the others can go thru. > > Ingo, please consider pulling from the perf-urgent-for-mingo-20161017 > tag, just signed and pushed, it has: > > tag perf-urgent-for-mingo-20161017 > Tagger: Arnaldo Carvalho de Melo > Date: Mon Oct 17 11:26:10 2016 -0300 > > perf/urgent fixes: > > - Fix handling of numa nodes in perf.data files (Jiri Olsa) > > - Fix scrolling when refreshing 'perf top --tui --hierarchy' entries > (Namhyung Kim) > > - Fix building of JIT support on Ubuntu 16.04 (Anton Blanchard) > > - Fix handling of events including .c and .o, that were being treated as > BPF scripts instead of vendor ones (Wang Nan) > > Signed-off-by: Arnaldo Carvalho de Melo Pulled, thanks a lot Arnaldo! Ingo