Home
last modified time | relevance | path

Searched defs:arm_cspmu_impl_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/perf/arm_cspmu/
Darm_cspmu.h142 struct arm_cspmu_impl_ops { struct
144 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 …]