Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h85 struct hisi_pmu { struct
88 const struct hisi_pmu_dev_info *dev_info; argument
89 struct hisi_pmu_hwevents pmu_events; argument
91 cpumask_t associated_cpus;
93 int on_cpu;
94 int irq;
95 struct device *dev;
96 struct hlist_node node;
97 int sccl_id;
98 int sicl_id;
[all …]
H A Dhisi_uncore_pmu.c59 struct hisi_pmu *hisi_pmu = to_hisi_pmu(dev_get_drvdata(dev)); in hisi_cpumask_sysfs_show() local
68 struct hisi_pmu *hisi_pmu = to_hisi_pmu(event->pmu); in hisi_validate_event_group() local
100 struct hisi_pmu *hisi_pmu = to_hisi_pmu(event->pmu); in hisi_uncore_pmu_get_event_idx() local
119 struct hisi_pmu *hisi_pmu = to_hisi_pmu(dev_get_drvdata(dev)); in hisi_uncore_pmu_identifier_attr_show() local
125 static void hisi_uncore_pmu_clear_event_idx(struct hisi_pmu *hisi_pmu, int idx) in hisi_uncore_pmu_clear_event_idx()
132 struct hisi_pmu *hisi_pmu = data; in hisi_uncore_pmu_isr() local
160 int hisi_uncore_pmu_init_irq(struct hisi_pmu *hisi_pmu, in hisi_uncore_pmu_init_irq()
187 struct hisi_pmu *hisi_pmu; in hisi_uncore_pmu_event_init() local
244 struct hisi_pmu *hisi_pmu = to_hisi_pmu(event->pmu); in hisi_uncore_pmu_enable_event() local
262 struct hisi_pmu *hisi_pmu = to_hisi_pmu(event->pmu); in hisi_uncore_pmu_disable_event() local
[all …]