Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h53 struct hisi_uncore_ops { struct
54 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 *);
63 void (*start_counters)(struct hisi_pmu *);
[all …]