Searched hist:"231 bb2aa32498cbebef1306889a02114e9dfc934" (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/ |
H A D | parse-events.y | diff 231bb2aa32498cbebef1306889a02114e9dfc934 Sat Jan 28 03:03:39 CET 2017 Andi Kleen <ak@linux.intel.com> perf pmu: Support event aliases for non cpu// pmus
The code for handling pmu aliases without specifying the PMU hardcoded only supported the cpu PMU.
This patch extends it to work for all PMUs. We always duplicate the event for all PMUs that have an matching alias. This allows to automatically expand an alias for all instances of a PMU (so for example you can monitor all cache boxes with a single event)
Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/20170128020345.19007-5-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | parse-events.c | diff 231bb2aa32498cbebef1306889a02114e9dfc934 Sat Jan 28 03:03:39 CET 2017 Andi Kleen <ak@linux.intel.com> perf pmu: Support event aliases for non cpu// pmus
The code for handling pmu aliases without specifying the PMU hardcoded only supported the cpu PMU.
This patch extends it to work for all PMUs. We always duplicate the event for all PMUs that have an matching alias. This allows to automatically expand an alias for all instances of a PMU (so for example you can monitor all cache boxes with a single event)
Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/20170128020345.19007-5-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|