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