Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h54 struct hisi_uncore_ops { struct
55 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 …]