[PATCH 3/6] perf, tool: Fix pmu object alias initialization

2012-07-09 Thread Jiri Olsa
The pmu_lookup should return pmus that do not expose the 'events' group attribute in sysfs. Also it should fail when any other error during 'events' lookup is hit (pmu_aliases fails). Signed-off-by: Jiri Olsa --- tools/perf/util/pmu.c |7 --- 1 file changed, 4 insertions(+), 3

[PATCH 3/6] perf, tool: Fix pmu object alias initialization

2012-07-09 Thread Jiri Olsa
The pmu_lookup should return pmus that do not expose the 'events' group attribute in sysfs. Also it should fail when any other error during 'events' lookup is hit (pmu_aliases fails). Signed-off-by: Jiri Olsa jo...@redhat.com --- tools/perf/util/pmu.c |7 --- 1 file changed, 4