Searched refs:arm_spe_pmu (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/perf/ |
| H A D | arm_spe_pmu.c | 70 struct arm_spe_pmu { struct 100 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument 132 static u64 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get() 155 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show() 167 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); 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() 344 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in cpumask_show() 497 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in arm_spe_pmu_next_snapshot_off() 525 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in __arm_spe_pmu_next_off() 596 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in arm_spe_pmu_next_off() [all …]
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | arm-spe.c | 38 struct perf_pmu *arm_spe_pmu; member 118 if (perf_cpu_map__has(sper->arm_spe_pmu->cpus, cpu)) in arm_spe_save_cpu_header() 119 pmu = sper->arm_spe_pmu; in arm_spe_save_cpu_header() 152 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() 171 auxtrace_info->priv[ARM_SPE_PMU_TYPE_V2] = arm_spe_pmu->type; in arm_spe_info_fill() 239 static __u64 arm_spe_pmu__sample_period(const struct perf_pmu *arm_spe_pmu) in arm_spe_pmu__sample_period() 250 if (perf_pmu__scan_file(arm_spe_pmu, "caps/min_interval", "%llu", in arm_spe_pmu__sample_period() 658 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init() 662 if (!arm_spe_pmu) { in arm_spe_recording_init() 151 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; arm_spe_info_fill() local 238 arm_spe_pmu__sample_period(const struct perf_pmu * arm_spe_pmu) arm_spe_pmu__sample_period() argument 657 arm_spe_recording_init(int * err,struct perf_pmu * arm_spe_pmu) arm_spe_recording_init() argument 690 arm_spe_pmu_default_config(const struct perf_pmu * arm_spe_pmu,struct perf_event_attr * attr) arm_spe_pmu_default_config() argument [all...] |
| /linux/tools/perf/util/ |
| H A D | arm-spe.h | 63 struct perf_pmu *arm_spe_pmu); 68 void arm_spe_pmu_default_config(const struct perf_pmu *arm_spe_pmu,
|