Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c76 if (!(flags & PERF_EF_RELOAD)) in amdgpu_perf_start()
170 amdgpu_perf_start(event, PERF_EF_RELOAD); in amdgpu_perf_add()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dperf_event.c244 if (flags & PERF_EF_RELOAD) in sh_pmu_start()
284 sh_pmu_start(event, PERF_EF_RELOAD); in sh_pmu_add()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dperf_event.c274 if (flags & PERF_EF_RELOAD) { in riscv_pmu_start()
320 riscv_pmu->pmu->start(event, PERF_EF_RELOAD); in riscv_pmu_add()
/OK3568_Linux_fs/kernel/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c264 if (flags & PERF_EF_RELOAD) { in hisi_uncore_pmu_start()
309 hisi_uncore_pmu_start(event, PERF_EF_RELOAD); in hisi_uncore_pmu_add()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dperf_event.c248 if (flags & PERF_EF_RELOAD) { in xtensa_pmu_start()
301 xtensa_pmu_start(event, PERF_EF_RELOAD); in xtensa_pmu_add()
/OK3568_Linux_fs/kernel/drivers/perf/
H A Darm_pmu.c293 if (flags & PERF_EF_RELOAD) in armpmu_start()
351 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add()
802 RCU_NONIDLE(armpmu_start(event, PERF_EF_RELOAD)); in cpu_pm_pmu_setup()
H A Darm_dsu_pmu.c421 if (pmu_flags & PERF_EF_RELOAD) in dsu_pmu_start()
461 dsu_pmu_start(event, PERF_EF_RELOAD); in dsu_pmu_add()
H A Darm_spe_pmu.c751 if (flags & PERF_EF_RELOAD) { in arm_spe_pmu_start()
818 arm_spe_pmu_start(event, PERF_EF_RELOAD); in arm_spe_pmu_add()
H A Darm-cci.c1145 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start()
1207 cci_pmu_start(event, PERF_EF_RELOAD); in cci_pmu_add()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_cf.c393 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start()
451 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
H A Dperf_cpum_cf_diag.c582 cf_diag_start(event, PERF_EF_RELOAD); in cf_diag_add()
H A Dperf_cpum_sf.c1853 if (flags & PERF_EF_RELOAD) in cpumsf_pmu_start()
1941 cpumsf_pmu_start(event, PERF_EF_RELOAD); in cpumsf_pmu_add()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Diommu.c293 if (flags & PERF_EF_RELOAD) { in perf_iommu_start()
359 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
H A Duncore.c105 if (flags & PERF_EF_RELOAD) in amd_uncore_start()
162 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_add()
H A Dibs.c514 perf_ibs_start(event, PERF_EF_RELOAD); in perf_ibs_add()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dperf_event.c297 if (flags & PERF_EF_RELOAD) in arc_pmu_start()
392 arc_pmu_start(event, PERF_EF_RELOAD); in arc_pmu_add()
/OK3568_Linux_fs/kernel/Documentation/riscv/
H A Dpmu.rst202 With flag PERF_EF_RELOAD, it writes an appropriate value to the counter (check
204 Nothing is written if the flag does not contain PERF_EF_RELOAD.
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dperf_event.c1030 if (flags & PERF_EF_RELOAD) in csky_pmu_start()
1096 csky_pmu_start(event, PERF_EF_RELOAD); in csky_pmu_add()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dperf_event_cpu.c896 if (flags & PERF_EF_RELOAD) in nds32_start()
933 nds32_start(event, PERF_EF_RELOAD); in nds32_pmu_add()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-fsl-emb.c386 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dperf_event.c560 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dperf_event_mipsxx.c474 if (flags & PERF_EF_RELOAD) in mipspmu_start()
525 mipspmu_start(event, PERF_EF_RELOAD); in mipspmu_add()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dpmu-emul.c507 cpu_pmu->pmu.start(perf_event, PERF_EF_RELOAD); in kvm_pmu_perf_overflow()

12