Searched refs:pmu_events (Results 1 – 11 of 11) sorted by relevance
102 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()
170 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()
75 struct hisi_pmu_hwevents pmu_events; member
482 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()
516 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()
291 cpa_pmu->pmu_events.attr_groups = hisi_cpa_pmu_attr_groups; in hisi_cpa_pmu_dev_probe()
378 pa_pmu->pmu_events.attr_groups = hisi_pa_pmu_v2_attr_groups; in hisi_pa_pmu_dev_probe()
411 sllc_pmu->pmu_events.attr_groups = hisi_sllc_pmu_v2_attr_groups; in hisi_sllc_pmu_dev_probe()
225 struct device_node *np, *pmu_events; in update_events_in_group() local232 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()
85 DECLARE_SUITE(pmu_events);
2429 pmu_events,
Completed in 34 milliseconds