Home
last modified time | relevance | path

Searched refs:PERF_EF_RELOAD (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/sh/kernel/
H A Dperf_event.c226 if (flags & PERF_EF_RELOAD) in sh_pmu_start()
266 sh_pmu_start(event, PERF_EF_RELOAD); in sh_pmu_add()
/linux/arch/arm/mm/
H A Dcache-l2x0-pmu.c193 if (flags & PERF_EF_RELOAD) { in l2x0_pmu_event_start()
468 l2x0_pmu_event_start(events[i], PERF_EF_RELOAD); in l2x0_pmu_resume()
/linux/drivers/perf/
H A Driscv_pmu.c247 if (flags & PERF_EF_RELOAD) in riscv_pmu_start()
273 riscv_pmu_start(event, PERF_EF_RELOAD); in riscv_pmu_add()
H A Darm_pmu.c301 if (flags & PERF_EF_RELOAD) in armpmu_start()
368 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add()
773 armpmu_start(event, PERF_EF_RELOAD); in cpu_pm_pmu_setup()
H A Dalibaba_uncore_drw_pmu.c585 if (flags & PERF_EF_RELOAD) { in ali_drw_pmu_start()
634 ali_drw_pmu_start(event, PERF_EF_RELOAD); in ali_drw_pmu_add()
H A Darm_spe_pmu.c912 if (flags & PERF_EF_RELOAD) { in arm_spe_pmu_start()
979 arm_spe_pmu_start(event, PERF_EF_RELOAD); in arm_spe_pmu_add()
H A Darm_dmc620_pmu.c617 dmc620_pmu_start(event, PERF_EF_RELOAD); in dmc620_pmu_add()
H A Ddwc_pcie_pmu.c555 dwc_pcie_pmu_event_start(event, PERF_EF_RELOAD); in dwc_pcie_pmu_event_add()
H A Driscv_pmu_sbi.c1271 riscv_pmu_start(event, PERF_EF_RELOAD); in riscv_pm_pmu_notify()
/linux/arch/x86/events/amd/
H A Diommu.c296 if (flags & PERF_EF_RELOAD) { in perf_iommu_start()
362 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
H A Duncore.c172 if (flags & PERF_EF_RELOAD) in amd_uncore_start()
243 event->pmu->start(event, PERF_EF_RELOAD); in amd_uncore_add()
686 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_df_add()
947 if (flags & PERF_EF_RELOAD) in amd_uncore_umc_start()
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c348 if (flags & PERF_EF_RELOAD) { in hisi_uncore_pmu_start()
393 hisi_uncore_pmu_start(event, PERF_EF_RELOAD); in hisi_uncore_pmu_add()
H A Dhisi_pcie_pmu.c549 if (flags & PERF_EF_RELOAD) { in hisi_pcie_pmu_start()
596 hisi_pcie_pmu_start(event, PERF_EF_RELOAD); in hisi_pcie_pmu_add()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c246 if (!(flags & PERF_EF_RELOAD)) { in amdgpu_perf_start()
377 amdgpu_perf_start(event, PERF_EF_RELOAD); in amdgpu_perf_add()
/linux/arch/loongarch/kernel/
H A Dperf_event.c360 if (flags & PERF_EF_RELOAD) in loongarch_pmu_start()
410 loongarch_pmu_start(event, PERF_EF_RELOAD); in loongarch_pmu_add()
/linux/arch/sparc/kernel/
H A Dperf_event.c1003 sparc_pmu_start(cp, PERF_EF_RELOAD); in calculate_multiple_pcrs()
1086 if (flags & PERF_EF_RELOAD) { in sparc_pmu_start()
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c331 rpmu->pmu.start(perf_event, PERF_EF_RELOAD); in kvm_riscv_pmu_overflow()
/linux/arch/s390/kernel/
H A Dperf_pai.c489 pai_pmu[idx].pmu->start(event, PERF_EF_RELOAD); in pai_add()
H A Dperf_cpum_cf.c1030 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
H A Dperf_cpum_sf.c1820 cpumsf_pmu_start(event, PERF_EF_RELOAD); in cpumsf_pmu_add()
/linux/arch/x86/events/
H A Dcore.c1389 x86_pmu_start(event, PERF_EF_RELOAD); in x86_pmu_enable()
1548 if (flags & PERF_EF_RELOAD) { in x86_pmu_start()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1174 hisi_ptt_pmu_start(event, PERF_EF_RELOAD); in hisi_ptt_pmu_add()
/linux/arch/powerpc/perf/
H A Dhv-24x7.c1507 if (flags & PERF_EF_RELOAD) in h_24x7_event_start()
H A Dcore-book3s.c1767 if (ef_flags & PERF_EF_RELOAD) in power_pmu_start()
/linux/include/linux/
H A Dperf_event.h403 #define PERF_EF_RELOAD 0x02 macro

12