Searched refs:pmu_events (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c101 unsigned long *used_mask = hisi_pmu->pmu_events.used_mask;
127 clear_bit(idx, hisi_pmu->pmu_events.used_mask);
149 event = hisi_pmu->pmu_events.hw_events[idx];
367 hisi_pmu->pmu_events.hw_events[idx] = event;
384 hisi_pmu->pmu_events.hw_events[hwc->idx] = NULL;
398 bool enabled = !bitmap_empty(hisi_pmu->pmu_events.used_mask,
550 pmu->attr_groups = hisi_pmu->pmu_events.attr_groups;
H A Dhisi_uncore_ddrc_pmu.c170 unsigned long *used_mask = ddrc_pmu->pmu_events.used_mask;
470 ddrc_pmu->pmu_events.attr_groups = hisi_ddrc_pmu_v2_attr_groups;
475 ddrc_pmu->pmu_events.attr_groups = hisi_ddrc_pmu_v1_attr_groups;
H A Dhisi_uncore_pmu.h89 struct hisi_pmu_hwevents pmu_events; member in struct:hisi_pmu
H A Dhisi_uncore_hha_pmu.c482 hha_pmu->pmu_events.attr_groups = hisi_hha_pmu_v2_attr_groups;
487 hha_pmu->pmu_events.attr_groups = hisi_hha_pmu_v1_attr_groups;
H A Dhisi_uncore_l3c_pmu.c516 l3c_pmu->pmu_events.attr_groups = hisi_l3c_pmu_v2_attr_groups;
520 l3c_pmu->pmu_events.attr_groups = hisi_l3c_pmu_v1_attr_groups;
H A Dhisi_uncore_cpa_pmu.c291 cpa_pmu->pmu_events.attr_groups = hisi_cpa_pmu_attr_groups;
H A Dhisi_uncore_pa_pmu.c466 pa_pmu->pmu_events.attr_groups = pa_pmu->dev_info->attr_groups;
H A Dhisi_uncore_sllc_pmu.c411 sllc_pmu->pmu_events.attr_groups = hisi_sllc_pmu_v2_attr_groups;
H A Dhisi_uncore_uc_pmu.c504 uc_pmu->pmu_events.attr_groups = hisi_uc_pmu_attr_groups;
/linux-master/tools/perf/tests/
H A Dtests.h85 DECLARE_SUITE(pmu_events); variable
H A Dparse-events.c2868 pmu_events,
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c225 struct device_node *np, *pmu_events; local
232 pmu_events = of_find_node_by_phandle(handle);
237 if (!pmu_events)
241 ct = of_get_child_count(pmu_events);
245 of_node_put(pmu_events);
262 of_node_put(pmu_events);
268 for_each_child_of_node(pmu_events, np) {
274 of_node_put(pmu_events);

Completed in 226 milliseconds