Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1502024

[GIT PULL] Re: [PATCH 04/27] perf list: Add support for listing only json events

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject [GIT PULL] Re: [PATCH 04/27] perf list: Add support for listing only json events
Date 2016-10-17 16:30 +0200
Message-ID <sth5n-4CT-3@gated-at.bofh.it> (permalink)
References <srR3j-5Qh-7@gated-at.bofh.it> <srRd0-5TH-31@gated-at.bofh.it> <ssNAl-2gL-1@gated-at.bofh.it> <stgCm-4aL-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <acme@redhat.com>
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 <acme@redhat.com>

- Arnaldo

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 04/27] perf list: Add support for listing only json events Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-10-13 18:40 +0200
  Re: [PATCH 04/27] perf list: Add support for listing only json events Ingo Molnar <mingo@kernel.org> - 2016-10-16 09:00 +0200
    Re: [PATCH 04/27] perf list: Add support for listing only json events Andi Kleen <ak@linux.intel.com> - 2016-10-17 16:00 +0200
      [GIT PULL] Re: [PATCH 04/27] perf list: Add support for listing only  json events Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-10-17 16:30 +0200
        Re: [GIT PULL] Re: [PATCH 04/27] perf list: Add support for listing  only json events Ingo Molnar <mingo@kernel.org> - 2016-10-17 17:00 +0200

csiph-web