Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/
H A Driscv_pmu_sbi.c575 if (!cpu_hw_evt->snapshot_addr) in pmu_sbi_snapshot_free()
579 cpu_hw_evt->snapshot_addr = NULL; in pmu_sbi_snapshot_free()
580 cpu_hw_evt->snapshot_addr_phys = 0; in pmu_sbi_snapshot_free()
620 struct cpu_hw_events *cpu_hw_evt; in pmu_sbi_snapshot_setup() local
627 if (cpu_hw_evt->snapshot_set_done) in pmu_sbi_snapshot_setup()
632 cpu_hw_evt->snapshot_addr_phys, in pmu_sbi_snapshot_setup()
887 event = cpu_hw_evt->events[idx]; in pmu_sbi_start_ovf_ctrs_sbi()
917 event = cpu_hw_evt->events[idx]; in pmu_sbi_start_ovf_ctrs_snapshot()
966 if (WARN_ON_ONCE(!cpu_hw_evt)) in pmu_sbi_ovf_handler()
976 event = cpu_hw_evt->events[fidx]; in pmu_sbi_ovf_handler()
[all …]