Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Darm_spe_pmu.c132 static u64 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get() argument
135 return !!(spe_pmu->features & arm_spe_pmu_feat_caps[cap]); in arm_spe_pmu_cap_get()
139 return spe_pmu->counter_sz; in arm_spe_pmu_cap_get()
141 return spe_pmu->min_period; in arm_spe_pmu_cap_get()
143 return ~spe_pmu->pmsevfr_res0; in arm_spe_pmu_cap_get()
155 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show() local
160 return sysfs_emit(buf, "%llu\n", arm_spe_pmu_cap_get(spe_pmu, cap)); in arm_spe_pmu_cap_show()
167 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show_hex() local
172 return sysfs_emit(buf, "0x%llx\n", arm_spe_pmu_cap_get(spe_pmu, cap)); in arm_spe_pmu_cap_show_hex()
310 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_format_attr_is_visible() local
[all …]