Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/perf/arm_cspmu/
Darm_cspmu.h93 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,
[all …]