Lines Matching defs:arm_cspmu_impl_ops
93 struct arm_cspmu_impl_ops { struct
95 struct attribute **(*get_event_attrs)(const struct arm_cspmu *cspmu);
97 struct attribute **(*get_format_attrs)(const struct arm_cspmu *cspmu);
99 const char *(*get_identifier)(const struct arm_cspmu *cspmu);
101 const char *(*get_name)(const struct arm_cspmu *cspmu);
103 bool (*is_cycle_counter_event)(const struct perf_event *event);
105 u32 (*event_type)(const struct perf_event *event);
107 u32 (*event_filter)(const struct perf_event *event);
109 void (*set_ev_filter)(struct arm_cspmu *cspmu,
112 int (*validate_event)(struct arm_cspmu *cspmu,
136 struct arm_cspmu_impl_ops ops; argument