[PATCH 04/10] perf, tools: Support per pmu json aliases

2016-11-18 Thread Andi Kleen
From: Andi Kleen Add support for registering json aliases per PMU. Any alias with an unit matching the prefix is registered to the PMU. Uncore has multiple instances of most units, so all these aliases get registered for each individual PMU (this is important later to run

[PATCH 04/10] perf, tools: Support per pmu json aliases

2016-11-18 Thread Andi Kleen
From: Andi Kleen Add support for registering json aliases per PMU. Any alias with an unit matching the prefix is registered to the PMU. Uncore has multiple instances of most units, so all these aliases get registered for each individual PMU (this is important later to run the event on every

Re: [PATCH 04/10] perf, tools: Support per pmu json aliases

2016-10-14 Thread Jiri Olsa
On Thu, Oct 13, 2016 at 02:15:26PM -0700, Andi Kleen wrote: > From: Andi Kleen > > Add support for registering json aliases per PMU. Any alias > with an unit matching the prefix is registered to the PMU. > Uncore has multiple instances of most units, so all > these aliases

Re: [PATCH 04/10] perf, tools: Support per pmu json aliases

2016-10-14 Thread Jiri Olsa
On Thu, Oct 13, 2016 at 02:15:26PM -0700, Andi Kleen wrote: > From: Andi Kleen > > Add support for registering json aliases per PMU. Any alias > with an unit matching the prefix is registered to the PMU. > Uncore has multiple instances of most units, so all > these aliases get registered for

[PATCH 04/10] perf, tools: Support per pmu json aliases

2016-10-13 Thread Andi Kleen
From: Andi Kleen Add support for registering json aliases per PMU. Any alias with an unit matching the prefix is registered to the PMU. Uncore has multiple instances of most units, so all these aliases get registered for each individual PMU (this is important later to run

[PATCH 04/10] perf, tools: Support per pmu json aliases

2016-10-13 Thread Andi Kleen
From: Andi Kleen Add support for registering json aliases per PMU. Any alias with an unit matching the prefix is registered to the PMU. Uncore has multiple instances of most units, so all these aliases get registered for each individual PMU (this is important later to run the event on every