Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c106 unsigned long *used_mask = hisi_pmu->pmu_events.used_mask; in hisi_uncore_pmu_get_event_idx()
126 clear_bit(idx, hisi_pmu->pmu_events.used_mask); in hisi_uncore_pmu_clear_event_idx()
307 hisi_pmu->pmu_events.hw_events[idx] = event; in hisi_uncore_pmu_add()
323 hisi_pmu->pmu_events.hw_events[hwc->idx] = NULL; in hisi_uncore_pmu_del()
335 int enabled = bitmap_weight(hisi_pmu->pmu_events.used_mask, in hisi_uncore_pmu_enable()
Dhisi_uncore_pmu.h63 struct hisi_pmu_hwevents pmu_events; member
Dhisi_uncore_ddrc_pmu.c149 unsigned long *used_mask = ddrc_pmu->pmu_events.used_mask; in hisi_ddrc_pmu_get_event_idx()
205 event = ddrc_pmu->pmu_events.hw_events[idx]; in hisi_ddrc_pmu_isr()
Dhisi_uncore_hha_pmu.c195 event = hha_pmu->pmu_events.hw_events[idx]; in hisi_hha_pmu_isr()
Dhisi_uncore_l3c_pmu.c194 event = l3c_pmu->pmu_events.hw_events[idx]; in hisi_l3c_pmu_isr()
/Linux-v4.19/arch/powerpc/perf/
Dimc-pmu.c193 struct device_node *np, *pmu_events; in update_events_in_group() local
200 pmu_events = of_find_node_by_phandle(handle); in update_events_in_group()
205 if (!pmu_events) in update_events_in_group()
209 ct = of_get_child_count(pmu_events); in update_events_in_group()
232 for_each_child_of_node(pmu_events, np) { in update_events_in_group()