Searched refs:event_group (Results 1 – 16 of 16) sorted by relevance
/tools/perf/ |
D | builtin-evlist.c | 74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 89 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
|
D | builtin-annotate.c | 430 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) in __cmd_annotate() 521 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, in cmd_annotate() 544 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_annotate()
|
D | builtin-report.c | 117 symbol_conf.event_group = perf_config_bool(var, value); in report__config() 550 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) in evlist__tty_browse_hists() 696 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in report__collapse_hists() 1297 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
|
D | builtin-top.c | 303 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in perf_top__resort_hists() 1636 symbol_conf.event_group = false; in cmd_top()
|
/tools/perf/util/ |
D | evsel_fprintf.h | 13 bool event_group; member
|
D | symbol_conf.h | 31 event_group, member
|
D | evsel_fprintf.c | 43 if (details->event_group) { in evsel__fprintf()
|
D | evsel.h | 403 if (!symbol_conf.event_group) in evsel__is_group_event()
|
D | evlist.c | 2072 details.event_group = true; in evlist__ctlfd_list()
|
D | symbol.c | 61 .event_group = true,
|
/tools/perf/tests/ |
D | expand-cgroup.c | 122 symbol_conf.event_group = true; in expand_group_events() 152 symbol_conf.event_group = true; in expand_libpfm_events()
|
/tools/testing/selftests/nci/ |
D | nci_dev.c | 176 static int get_family_id(int sd, __u32 pid, __u32 *event_group) in get_family_id() argument 221 *event_group = *(__u32 *)((char *)group_na + in get_family_id() 406 __u32 event_group; in FIXTURE_SETUP() local 418 self->fid = get_family_id(self->sd, self->pid, &event_group); in FIXTURE_SETUP() 424 rc = setsockopt(self->sd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, &event_group, in FIXTURE_SETUP() 425 sizeof(event_group)); in FIXTURE_SETUP()
|
/tools/perf/ui/ |
D | hist.c | 233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort() 239 if (ret || !symbol_conf.event_group) in __hpp__sort() 294 if (symbol_conf.event_group) in hpp__width_fn()
|
/tools/perf/ui/gtk/ |
D | annotate.c | 42 if (!symbol_conf.event_group && !symhist->addr[dl->al.offset].nr_samples) in perf_gtk__get_percent()
|
D | hists.c | 642 if (symbol_conf.event_group) { in evlist__gtk_browse_hists()
|
/tools/perf/ui/browsers/ |
D | hists.c | 3050 if (!symbol_conf.event_group || in evsel__hists_browse() 3547 if (symbol_conf.event_group && !evsel__is_group_leader(evsel)) in filter_group_entries() 3619 if (symbol_conf.event_group) { in evlist__tui_browse_hists()
|