Searched defs:arm_cspmu_impl_ops (Results 1 – 1 of 1) sorted by relevance
93 struct arm_cspmu_impl_ops { struct95 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,[all …]