Searched defs:hisi_uncore_ops (Results 1 – 1 of 1) sorted by relevance
53 struct hisi_uncore_ops { struct54 int (*check_filter)(struct perf_event *event);55 void (*write_evtype)(struct hisi_pmu *, int, u32);56 int (*get_event_idx)(struct perf_event *);57 u64 (*read_counter)(struct hisi_pmu *, struct hw_perf_event *);58 void (*write_counter)(struct hisi_pmu *, struct hw_perf_event *, u64);59 void (*enable_counter)(struct hisi_pmu *, struct hw_perf_event *);60 void (*disable_counter)(struct hisi_pmu *, struct hw_perf_event *);61 void (*enable_counter_int)(struct hisi_pmu *, struct hw_perf_event *);62 void (*disable_counter_int)(struct hisi_pmu *, struct hw_perf_event *);[all …]