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

2016-10-17 Thread Ingo Molnar
* 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 >

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

2016-10-17 Thread Ingo Molnar
* 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: > >

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

2016-10-17 Thread Arnaldo Carvalho de Melo
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

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

2016-10-17 Thread Arnaldo Carvalho de Melo
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

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

2016-10-17 Thread Andi Kleen
> 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

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

2016-10-17 Thread Andi Kleen
> 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

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

2016-10-16 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > From: Andi Kleen > > Add an argument to only list json events. To be used for the command > line completion script. This requires adding a new flag to the alias > structure. > > Committer notes: > > Using it: > >

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

2016-10-16 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > From: Andi Kleen > > Add an argument to only list json events. To be used for the command > line completion script. This requires adding a new flag to the alias > structure. > > Committer notes: > > Using it: > > $ perf list json Sigh, this is a

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

2016-10-13 Thread Arnaldo Carvalho de Melo
From: Andi Kleen Add an argument to only list json events. To be used for the command line completion script. This requires adding a new flag to the alias structure. Committer notes: Using it: $ perf list json Cache: l1d.replacement [L1D data line

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

2016-10-13 Thread Arnaldo Carvalho de Melo
From: Andi Kleen Add an argument to only list json events. To be used for the command line completion script. This requires adding a new flag to the alias structure. Committer notes: Using it: $ perf list json Cache: l1d.replacement [L1D data line replacements]