Home
last modified time | relevance | path

Searched refs:event_group (Results 1 – 16 of 16) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-evlist.c65 if (has_group && !details->event_group) in __cmd_evlist()
80 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
95 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
H A Dbuiltin-top.c306 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in perf_top__resort_hists()
1690 symbol_conf.event_group = false; in cmd_top()
/linux/tools/perf/tests/
H A Dexpand-cgroup.c122 symbol_conf.event_group = true; in expand_group_events()
153 symbol_conf.event_group = true; in expand_libpfm_events()
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c176 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()
/linux/drivers/iommu/intel/
H A Dperfmon.c14 PMU_FORMAT_ATTR(event_group, "config:28-31"); /* EGI: Event Group Index */
249 u32 event_group = iommu_event_group(event->attr.config); in iommu_pmu_validate_event() local
251 if (event_group >= iommu_pmu->num_eg) in iommu_pmu_validate_event()
380 u32 event_group = iommu_event_group(event->attr.config); in iommu_pmu_validate_per_cntr_event() local
383 if (!(iommu_pmu->cntr_evcap[idx][event_group] & select)) in iommu_pmu_validate_per_cntr_event()
/linux/tools/perf/util/
H A Devsel_fprintf.h13 bool event_group; member
H A Dsymbol_conf.h30 event_group, member
/linux/arch/powerpc/perf/
H A Dhv-gpci.c73 static struct attribute_group event_group = { variable
673 &event_group,
1038 event_group.attrs = hv_gpci_event_attrs; in hv_gpci_init()
1040 event_group.attrs = hv_gpci_event_attrs_v6; in hv_gpci_init()
/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c337 struct perf_event *event_group[HISI_PCIE_MAX_COUNTERS]; in hisi_pcie_pmu_validate_event_group() local
341 event_group[0] = leader; in hisi_pcie_pmu_validate_event_group()
347 event_group[counters++] = event; in hisi_pcie_pmu_validate_event_group()
362 if (hisi_pcie_pmu_cmp_event(event_group[num], sibling)) in hisi_pcie_pmu_validate_event_group()
375 event_group[counters++] = sibling; in hisi_pcie_pmu_validate_event_group()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-iommu18 event_group = "config:28-31" - event group ID
/linux/tools/perf/ui/
H A Dhist.c240 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
246 if (ret || !symbol_conf.event_group) in __hpp__sort()
303 if (symbol_conf.event_group) { in hpp__width_fn()
/linux/tools/perf/ui/gtk/
H A Dannotate.c51 if (!symbol_conf.event_group && nr_samples == 0) in perf_gtk__get_percent()
H A Dhists.c642 if (symbol_conf.event_group) { in evlist__gtk_browse_hists()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c99 static int capture_events(int fd, int event_group) in capture_events() argument
112 &event_group, sizeof(event_group)) < 0) in capture_events()
/linux/drivers/dma/
H A Dste_dma40.c1857 int event_group; in d40_allocate_channel() local
1881 event_group = D40_TYPE_TO_GROUP(dev_type); in d40_allocate_channel()
1903 int phy_num = j + event_group * 2; in d40_allocate_channel()
1924 int phy_num = j + event_group * 2; in d40_allocate_channel()
/linux/tools/perf/ui/browsers/
H A Dhists.c3078 if (!symbol_conf.event_group || in evsel__hists_browse()
3578 if (symbol_conf.event_group && !evsel__is_group_leader(evsel)) in filter_group_entries()
3648 if (symbol_conf.event_group) { in evlist__tui_browse_hists()