linux/tools/perf/tests
Jiri Olsa cac2142557 perf tools: Fix attributes for '{}' defined event groups
Fixing events attributes for groups defined via '{}'.

Currently 'enable_on_exec' attribute in record command and both
'disabled ' and 'enable_on_exec' attributes in stat command are set
based on the 'group' option. This eliminates proper setup for '{}'
defined groups as they don't set 'group' option.

Making above attributes values based on the 'evsel->leader' as this is
common to both group definition.

Moving perf_evlist__set_leader call within builtin-record ahead
perf_evlist__config_attrs call, because the latter needs possible group
leader links in place.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1352741644-16809-2-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-11-14 16:51:50 -03:00
..
attr perf tools: Fix attributes for '{}' defined event groups 2012-11-14 16:51:50 -03:00
attr.c perf tests: Final cleanup for builtin-test move 2012-11-14 16:50:24 -03:00
attr.py perf tests: Move attr.py temp dir cleanup into finally section 2012-11-08 13:16:19 -03:00
builtin-test.c perf tests: Final cleanup for builtin-test move 2012-11-14 16:50:24 -03:00
dso-data.c perf tests: Check for mkstemp return value in dso-data test 2012-11-14 16:50:30 -03:00
evsel-roundtrip-name.c perf tests: Move perf_evsel__roundtrip_name_test into separate object 2012-11-14 16:49:56 -03:00
evsel-tp-sched.c perf tests: Move perf_evsel__tp_sched_test into separate object 2012-11-14 16:50:02 -03:00
mmap-basic.c perf tests: Move test__basic_mmap into separate object 2012-11-14 16:49:32 -03:00
open-syscall-all-cpus.c perf tests: Move test__open_syscall_event_on_all_cpus into separate object 2012-11-14 16:49:25 -03:00
open-syscall-tp-fields.c perf tools: Fix attributes for '{}' defined event groups 2012-11-14 16:51:50 -03:00
open-syscall.c perf tests: Move test__open_syscall_event into separate object 2012-11-14 16:49:17 -03:00
parse-events.c perf tests: Final cleanup for builtin-test move 2012-11-14 16:50:24 -03:00
perf-record.c perf tests: Move test__PERF_RECORD into separate object 2012-11-14 16:49:43 -03:00
pmu.c perf tests: Move pmu tests into separate object 2012-11-14 16:50:19 -03:00
rdpmc.c perf tests: Move test__rdpmc into separate object 2012-11-14 16:49:50 -03:00
tests.h perf tests: Final cleanup for builtin-test move 2012-11-14 16:50:24 -03:00
util.c perf tests: Move test__open_syscall_event into separate object 2012-11-14 16:49:17 -03:00
vmlinux-kallsyms.c perf tests: Move test__vmlinux_matches_kallsyms into separate object 2012-11-14 16:48:35 -03:00