Searched defs:arm_cspmu_impl_ops (Results 1 – 1 of 1) sorted by relevance
142 struct arm_cspmu_impl_ops { struct144 struct attribute **(*get_event_attrs)(const struct arm_cspmu *cspmu);146 struct attribute **(*get_format_attrs)(const struct arm_cspmu *cspmu);148 const char *(*get_identifier)(const struct arm_cspmu *cspmu);150 const char *(*get_name)(const struct arm_cspmu *cspmu);152 bool (*is_cycle_counter_event)(const struct perf_event *event);154 u32 (*event_type)(const struct perf_event *event);156 void (*set_cc_filter)(struct arm_cspmu *cspmu,158 void (*set_ev_filter)(struct arm_cspmu *cspmu,161 int (*validate_event)(struct arm_cspmu *cspmu,[all …]