Re: [PATCH v16 00/16] perf, tools: Add support for PMU events in JSON format

2015-09-21 Thread Jiri Olsa
On Thu, Sep 10, 2015 at 11:06:55AM -0700, Sukadev Bhattiprolu wrote: > Sukadev Bhattiprolu [suka...@linux.vnet.ibm.com] wrote: > | Arnaldo, Ingo, > | > | I added Andi's patch https://lkml.org/lkml/2015/8/28/521 to 'json-v16' > branch. > | and created a new branch, 'json-files-7' with updated to

Re: [PATCH v16 00/16] perf, tools: Add support for PMU events in JSON format

2015-09-10 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 10, 2015 at 11:06:55AM -0700, Sukadev Bhattiprolu escreveu: > Sukadev Bhattiprolu [suka...@linux.vnet.ibm.com] wrote: > | I added Andi's patch https://lkml.org/lkml/2015/8/28/521 to 'json-v16' > branch. > | and created a new branch, 'json-files-7' with updated to Intel data files. > |

Re: [PATCH v16 00/16] perf, tools: Add support for PMU events in JSON format

2015-09-10 Thread Sukadev Bhattiprolu
Sukadev Bhattiprolu [suka...@linux.vnet.ibm.com] wrote: | Arnaldo, Ingo, | | I added Andi's patch https://lkml.org/lkml/2015/8/28/521 to 'json-v16' branch. | and created a new branch, 'json-files-7' with updated to Intel data files. | Here are the three new branches. | |

Re: [PATCH v16 00/16] perf, tools: Add support for PMU events in JSON format

2015-08-31 Thread Sukadev Bhattiprolu
Sukadev Bhattiprolu [suka...@linux.vnet.ibm.com] wrote: | CPUs support a large number of performance monitoring events (PMU events) | and often these events are very specific to an architecture/model of the | CPU. To use most of these PMU events with perf, we currently have to identify | them by

[PATCH v16 00/16] perf, tools: Add support for PMU events in JSON format

2015-08-26 Thread Sukadev Bhattiprolu
CPUs support a large number of performance monitoring events (PMU events) and often these events are very specific to an architecture/model of the CPU. To use most of these PMU events with perf, we currently have to identify them by their raw codes: perf stat -e r100f2 sleep 1 This