Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/sh/kernel/
Dperf_event.c247 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/
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-v4.19/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c267 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/
Darm_pmu.c216 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()
Darm_dsu_pmu.c423 if (pmu_flags & PERF_EF_RELOAD) in dsu_pmu_start()
463 dsu_pmu_start(event, PERF_EF_RELOAD); in dsu_pmu_add()
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()
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()
Dxgene_pmu.c1043 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/
Dcache-l2x0-pmu.c205 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/
Dperf_event.c251 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/
Diommu.c296 if (flags & PERF_EF_RELOAD) { in perf_iommu_start()
362 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
Duncore.c108 if (flags & PERF_EF_RELOAD) in amd_uncore_start()
165 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_add()
Dibs.c495 perf_ibs_start(event, PERF_EF_RELOAD); in perf_ibs_add()
/Linux-v4.19/arch/arc/kernel/
Dperf_event.c270 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/
Dperf_cpum_cf.c498 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start()
556 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
Dperf_cpum_sf.c1729 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/
Dpmu.txt199 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/
Dcore-fsl-emb.c403 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
Dhv-24x7.c1437 if (flags & PERF_EF_RELOAD) in h_24x7_event_start()
Dcore-book3s.c1587 if (ef_flags & PERF_EF_RELOAD) in power_pmu_start()
/Linux-v4.19/arch/alpha/kernel/
Dperf_event.c560 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
/Linux-v4.19/arch/mips/kernel/
Dperf_event_mipsxx.c449 if (flags & PERF_EF_RELOAD) in mipspmu_start()
500 mipspmu_start(event, PERF_EF_RELOAD); in mipspmu_add()
/Linux-v4.19/arch/sparc/kernel/
Dperf_event.c999 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/
Dperf_event.h311 #define PERF_EF_RELOAD 0x02 /* reload the counter when starting */ macro
/Linux-v4.19/arch/x86/events/
Dcore.c1107 x86_pmu_start(event, PERF_EF_RELOAD); in x86_pmu_enable()
1272 if (flags & PERF_EF_RELOAD) { in x86_pmu_start()

12