Home
last modified time | relevance | path

Searched refs:hns3_pmu (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/perf/hisilicon/
Dhns3_pmu.c301 struct hns3_pmu { struct
316 #define to_hns3_pmu(p) (container_of((p), struct hns3_pmu, pmu)) argument
461 struct hns3_pmu *hns3_pmu = to_hns3_pmu(dev_get_drvdata(dev)); in identifier_show() local
463 return sysfs_emit(buf, "0x%x\n", hns3_pmu->identifier); in identifier_show()
470 struct hns3_pmu *hns3_pmu = to_hns3_pmu(dev_get_drvdata(dev)); in cpumask_show() local
472 return sysfs_emit(buf, "%d\n", hns3_pmu->on_cpu); in cpumask_show()
479 struct hns3_pmu *hns3_pmu = to_hns3_pmu(dev_get_drvdata(dev)); in bdf_min_show() local
480 u16 bdf = hns3_pmu->bdf_min; in bdf_min_show()
490 struct hns3_pmu *hns3_pmu = to_hns3_pmu(dev_get_drvdata(dev)); in bdf_max_show() local
491 u16 bdf = hns3_pmu->bdf_max; in bdf_max_show()
[all …]
DMakefile7 obj-$(CONFIG_HNS3_PMU) += hns3_pmu.o
/linux-6.12.1/
DMAINTAINERS10221 F: drivers/perf/hisilicon/hns3_pmu.c