Searched refs:pmu_events (Results 1 – 13 of 13) sorted by relevance
133 unsigned long *used_mask = hisi_pmu->pmu_events.used_mask; in hisi_uncore_pmu_get_event_idx()149 clear_bit(idx, hisi_pmu->pmu_events.used_mask); in hisi_uncore_pmu_clear_event_idx()171 event = hisi_pmu->pmu_events.hw_events[idx]; in hisi_uncore_pmu_isr()389 hisi_pmu->pmu_events.hw_events[idx] = event; in hisi_uncore_pmu_add()406 hisi_pmu->pmu_events.hw_events[hwc->idx] = NULL; in hisi_uncore_pmu_del()420 bool enabled = !bitmap_empty(hisi_pmu->pmu_events.used_mask, in hisi_uncore_pmu_enable()613 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()445 ddrc_pmu->pmu_events.attr_groups = hisi_ddrc_pmu_v2_attr_groups; in hisi_ddrc_pmu_dev_probe()450 ddrc_pmu->pmu_events.attr_groups = hisi_ddrc_pmu_v1_attr_groups; in hisi_ddrc_pmu_dev_probe()
119 struct hisi_pmu_hwevents pmu_events; member
457 hha_pmu->pmu_events.attr_groups = hisi_hha_pmu_v2_attr_groups; in hisi_hha_pmu_dev_probe()462 hha_pmu->pmu_events.attr_groups = hisi_hha_pmu_v1_attr_groups; in hisi_hha_pmu_dev_probe()
493 l3c_pmu->pmu_events.attr_groups = hisi_l3c_pmu_v2_attr_groups; in hisi_l3c_pmu_dev_probe()497 l3c_pmu->pmu_events.attr_groups = hisi_l3c_pmu_v1_attr_groups; in hisi_l3c_pmu_dev_probe()
266 cpa_pmu->pmu_events.attr_groups = hisi_cpa_pmu_attr_groups; in hisi_cpa_pmu_dev_probe()
385 sllc_pmu->pmu_events.attr_groups = hisi_sllc_pmu_v2_attr_groups; in hisi_sllc_pmu_dev_probe()
440 pa_pmu->pmu_events.attr_groups = pa_pmu->dev_info->attr_groups; in hisi_pa_pmu_dev_probe()
479 uc_pmu->pmu_events.attr_groups = hisi_uc_pmu_attr_groups; in hisi_uc_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()
104 DECLARE_SUITE(pmu_events);
538 TEST_CASE("Parsing with PMU event", pmu_events),
2839 pmu_events,