Searched refs:SET_OP (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/perf/arm_cspmu/ |
| H A D | nvidia_cspmu.c | 996 #define SET_OP(name, impl, match, default_op) \ macro 1031 SET_OP(validate_event, impl_ops, match, NULL); in nv_cspmu_init_ops() 1032 SET_OP(event_type, impl_ops, match, NULL); in nv_cspmu_init_ops() 1033 SET_OP(is_cycle_counter_event, impl_ops, match, NULL); in nv_cspmu_init_ops() 1034 SET_OP(set_cc_filter, impl_ops, match, nv_cspmu_set_cc_filter); in nv_cspmu_init_ops() 1035 SET_OP(set_ev_filter, impl_ops, match, nv_cspmu_set_ev_filter); in nv_cspmu_init_ops() 1036 SET_OP(reset_ev_filter, impl_ops, match, NULL); in nv_cspmu_init_ops() 1037 SET_OP(get_event_attrs, impl_ops, match, nv_cspmu_get_event_attrs); in nv_cspmu_init_ops() 1038 SET_OP(get_format_attrs, impl_ops, match, nv_cspmu_get_format_attrs); in nv_cspmu_init_ops() 1039 SET_OP(get_name, impl_ops, match, nv_cspmu_get_name); in nv_cspmu_init_ops()
|