Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/riscv/
A Dpmu.rst191 通过PERF_EF_RELOAD标志,它向计数器写入一个适当的值(详细情况请参考上一节)。
192 如果标志不包含PERF_EF_RELOAD,则不会写入任何内容。
/linux/arch/sh/kernel/
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/riscv/kernel/
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()
/linux/arch/xtensa/kernel/
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()
/linux/arch/arm/mm/
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/
A Darm_pmu.c293 if (flags & PERF_EF_RELOAD) in armpmu_start()
351 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add()
775 RCU_NONIDLE(armpmu_start(event, PERF_EF_RELOAD)); in cpu_pm_pmu_setup()
A Darm_dsu_pmu.c420 if (pmu_flags & PERF_EF_RELOAD) in dsu_pmu_start()
460 dsu_pmu_start(event, PERF_EF_RELOAD); in dsu_pmu_add()
A Darm_spe_pmu.c743 if (flags & PERF_EF_RELOAD) { in arm_spe_pmu_start()
810 arm_spe_pmu_start(event, PERF_EF_RELOAD); in arm_spe_pmu_add()
A Darm-cci.c1144 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start()
1206 cci_pmu_start(event, PERF_EF_RELOAD); in cci_pmu_add()
A Darm_dmc620_pmu.c585 dmc620_pmu_start(event, PERF_EF_RELOAD); in dmc620_pmu_add()
/linux/arch/x86/events/amd/
A Diommu.c294 if (flags & PERF_EF_RELOAD) { in perf_iommu_start()
360 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
A Duncore.c105 if (flags & PERF_EF_RELOAD) in amd_uncore_start()
162 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_add()
A Dibs.c499 perf_ibs_start(event, PERF_EF_RELOAD); in perf_ibs_add()
/linux/drivers/perf/hisilicon/
A Dhisi_uncore_pmu.c323 if (flags & PERF_EF_RELOAD) { in hisi_uncore_pmu_start()
368 hisi_uncore_pmu_start(event, PERF_EF_RELOAD); in hisi_uncore_pmu_add()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_pmu.c242 if (!(flags & PERF_EF_RELOAD)) { in amdgpu_perf_start()
362 amdgpu_perf_start(event, PERF_EF_RELOAD); in amdgpu_perf_add()
/linux/arch/arc/kernel/
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()
/linux/Documentation/riscv/
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.
/linux/arch/csky/kernel/
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()
/linux/arch/nds32/kernel/
A Dperf_event_cpu.c896 if (flags & PERF_EF_RELOAD) in nds32_start()
933 nds32_start(event, PERF_EF_RELOAD); in nds32_pmu_add()
/linux/arch/powerpc/perf/
A Dcore-fsl-emb.c386 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
/linux/arch/alpha/kernel/
A Dperf_event.c560 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
/linux/arch/sparc/kernel/
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/mips/kernel/
A Dperf_event_mipsxx.c474 if (flags & PERF_EF_RELOAD) in mipspmu_start()
525 mipspmu_start(event, PERF_EF_RELOAD); in mipspmu_add()
/linux/arch/s390/kernel/
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()
/linux/arch/arm64/kvm/
A Dpmu-emul.c506 cpu_pmu->pmu.start(perf_event, PERF_EF_RELOAD); in kvm_pmu_perf_overflow()

Completed in 136 milliseconds

12