Home
last modified time | relevance | path

Searched refs:pmu_events (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/perf/hisilicon/
A Dhisi_uncore_pmu.c102 unsigned long *used_mask = hisi_pmu->pmu_events.used_mask; in hisi_uncore_pmu_get_event_idx()
128 clear_bit(idx, hisi_pmu->pmu_events.used_mask); in hisi_uncore_pmu_clear_event_idx()
150 event = hisi_pmu->pmu_events.hw_events[idx]; in hisi_uncore_pmu_isr()
365 hisi_pmu->pmu_events.hw_events[idx] = event; in hisi_uncore_pmu_add()
382 hisi_pmu->pmu_events.hw_events[hwc->idx] = NULL; in hisi_uncore_pmu_del()
396 bool enabled = !bitmap_empty(hisi_pmu->pmu_events.used_mask, in hisi_uncore_pmu_enable()
550 pmu->attr_groups = hisi_pmu->pmu_events.attr_groups; in hisi_pmu_init()
A Dhisi_uncore_ddrc_pmu.c170 unsigned long *used_mask = ddrc_pmu->pmu_events.used_mask; in hisi_ddrc_pmu_v1_get_event_idx()
470 ddrc_pmu->pmu_events.attr_groups = hisi_ddrc_pmu_v2_attr_groups; in hisi_ddrc_pmu_dev_probe()
475 ddrc_pmu->pmu_events.attr_groups = hisi_ddrc_pmu_v1_attr_groups; in hisi_ddrc_pmu_dev_probe()
A Dhisi_uncore_pmu.h75 struct hisi_pmu_hwevents pmu_events; member
A Dhisi_uncore_hha_pmu.c482 hha_pmu->pmu_events.attr_groups = hisi_hha_pmu_v2_attr_groups; in hisi_hha_pmu_dev_probe()
487 hha_pmu->pmu_events.attr_groups = hisi_hha_pmu_v1_attr_groups; in hisi_hha_pmu_dev_probe()
A Dhisi_uncore_l3c_pmu.c516 l3c_pmu->pmu_events.attr_groups = hisi_l3c_pmu_v2_attr_groups; in hisi_l3c_pmu_dev_probe()
520 l3c_pmu->pmu_events.attr_groups = hisi_l3c_pmu_v1_attr_groups; in hisi_l3c_pmu_dev_probe()
A Dhisi_uncore_cpa_pmu.c291 cpa_pmu->pmu_events.attr_groups = hisi_cpa_pmu_attr_groups; in hisi_cpa_pmu_dev_probe()
A Dhisi_uncore_pa_pmu.c378 pa_pmu->pmu_events.attr_groups = hisi_pa_pmu_v2_attr_groups; in hisi_pa_pmu_dev_probe()
A Dhisi_uncore_sllc_pmu.c411 sllc_pmu->pmu_events.attr_groups = hisi_sllc_pmu_v2_attr_groups; in hisi_sllc_pmu_dev_probe()
/linux-6.3-rc2/arch/powerpc/perf/
A Dimc-pmu.c225 struct device_node *np, *pmu_events; in update_events_in_group() local
232 pmu_events = of_find_node_by_phandle(handle); in update_events_in_group()
237 if (!pmu_events) in update_events_in_group()
241 ct = of_get_child_count(pmu_events); in update_events_in_group()
245 of_node_put(pmu_events); in update_events_in_group()
262 of_node_put(pmu_events); in update_events_in_group()
268 for_each_child_of_node(pmu_events, np) { in update_events_in_group()
274 of_node_put(pmu_events); in update_events_in_group()
/linux-6.3-rc2/tools/perf/tests/
A Dtests.h85 DECLARE_SUITE(pmu_events);
A Dparse-events.c2429 pmu_events,

Completed in 34 milliseconds