/Linux-v4.19/arch/sh/kernel/ |
D | perf_event.c | 247 if (flags & PERF_EF_RELOAD) in sh_pmu_start() 287 sh_pmu_start(event, PERF_EF_RELOAD); in sh_pmu_add()
|
/Linux-v4.19/arch/riscv/kernel/ |
D | perf_event.c | 274 if (flags & PERF_EF_RELOAD) { in riscv_pmu_start() 320 riscv_pmu->pmu->start(event, PERF_EF_RELOAD); in riscv_pmu_add()
|
/Linux-v4.19/drivers/perf/hisilicon/ |
D | hisi_uncore_pmu.c | 267 if (flags & PERF_EF_RELOAD) { in hisi_uncore_pmu_start() 310 hisi_uncore_pmu_start(event, PERF_EF_RELOAD); in hisi_uncore_pmu_add()
|
/Linux-v4.19/drivers/perf/ |
D | arm_pmu.c | 216 if (flags & PERF_EF_RELOAD) in armpmu_start() 274 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add() 699 RCU_NONIDLE(armpmu_start(event, PERF_EF_RELOAD)); in cpu_pm_pmu_setup()
|
D | arm_dsu_pmu.c | 423 if (pmu_flags & PERF_EF_RELOAD) in dsu_pmu_start() 463 dsu_pmu_start(event, PERF_EF_RELOAD); in dsu_pmu_add()
|
D | arm_spe_pmu.c | 743 if (flags & PERF_EF_RELOAD) { in arm_spe_pmu_start() 810 arm_spe_pmu_start(event, PERF_EF_RELOAD); in arm_spe_pmu_add()
|
D | arm-cci.c | 1145 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start() 1207 cci_pmu_start(event, PERF_EF_RELOAD); in cci_pmu_add()
|
D | xgene_pmu.c | 1043 if (flags & PERF_EF_RELOAD) { in xgene_perf_start() 1090 xgene_perf_start(event, PERF_EF_RELOAD); in xgene_perf_add()
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-l2x0-pmu.c | 205 if (flags & PERF_EF_RELOAD) { in l2x0_pmu_event_start() 488 l2x0_pmu_event_start(events[i], PERF_EF_RELOAD); in l2x0_pmu_resume()
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | perf_event.c | 251 if (flags & PERF_EF_RELOAD) { in xtensa_pmu_start() 304 xtensa_pmu_start(event, PERF_EF_RELOAD); in xtensa_pmu_add()
|
/Linux-v4.19/arch/x86/events/amd/ |
D | iommu.c | 296 if (flags & PERF_EF_RELOAD) { in perf_iommu_start() 362 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
|
D | uncore.c | 108 if (flags & PERF_EF_RELOAD) in amd_uncore_start() 165 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_add()
|
D | ibs.c | 495 perf_ibs_start(event, PERF_EF_RELOAD); in perf_ibs_add()
|
/Linux-v4.19/arch/arc/kernel/ |
D | perf_event.c | 270 if (flags & PERF_EF_RELOAD) in arc_pmu_start() 364 arc_pmu_start(event, PERF_EF_RELOAD); in arc_pmu_add()
|
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_cf.c | 498 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start() 556 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
|
D | perf_cpum_sf.c | 1729 if (flags & PERF_EF_RELOAD) in cpumsf_pmu_start() 1817 cpumsf_pmu_start(event, PERF_EF_RELOAD); in cpumsf_pmu_add()
|
/Linux-v4.19/Documentation/riscv/ |
D | pmu.txt | 199 With flag PERF_EF_RELOAD, it writes an appropriate value to the counter (check 201 Nothing is written if the flag does not contain PERF_EF_RELOAD.
|
/Linux-v4.19/arch/powerpc/perf/ |
D | core-fsl-emb.c | 403 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
|
D | hv-24x7.c | 1437 if (flags & PERF_EF_RELOAD) in h_24x7_event_start()
|
D | core-book3s.c | 1587 if (ef_flags & PERF_EF_RELOAD) in power_pmu_start()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | perf_event.c | 560 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
|
/Linux-v4.19/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 449 if (flags & PERF_EF_RELOAD) in mipspmu_start() 500 mipspmu_start(event, PERF_EF_RELOAD); in mipspmu_add()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | perf_event.c | 999 sparc_pmu_start(cp, PERF_EF_RELOAD); in calculate_multiple_pcrs() 1082 if (flags & PERF_EF_RELOAD) { in sparc_pmu_start()
|
/Linux-v4.19/include/linux/ |
D | perf_event.h | 311 #define PERF_EF_RELOAD 0x02 /* reload the counter when starting */ macro
|
/Linux-v4.19/arch/x86/events/ |
D | core.c | 1107 x86_pmu_start(event, PERF_EF_RELOAD); in x86_pmu_enable() 1272 if (flags & PERF_EF_RELOAD) { in x86_pmu_start()
|