Home
last modified time | relevance | path

Searched refs:is_cycle_counter_event (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/perf/arm_cspmu/ !
H A Darm_cspmu.h184 bool (*is_cycle_counter_event)(const struct perf_event *event); member
H A Dnvidia_cspmu.c472 if (cspmu->impl.ops.is_cycle_counter_event(new_ev)) in pcie_v2_pmu_validate_event()
933 .is_cycle_counter_event = pcie_tgt_pmu_is_cycle_counter_event,
1033 SET_OP(is_cycle_counter_event, impl_ops, match, NULL); in nv_cspmu_init_ops()
H A Darm_cspmu.c408 DEFAULT_IMPL_OP(is_cycle_counter_event), in arm_cspmu_init_impl_ops()
557 if (cspmu->impl.ops.is_cycle_counter_event(event)) { in arm_cspmu_get_event_idx()