Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/blackfin/kernel/
Dperf_event.c328 if (flags & PERF_EF_RELOAD) in bfin_pmu_start()
368 bfin_pmu_start(event, PERF_EF_RELOAD); in bfin_pmu_add()
/linux-4.4.14/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-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd_iommu.c303 if (flags & PERF_EF_RELOAD) { in perf_iommu_start()
381 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
Dperf_event_amd_uncore.c97 if (flags & PERF_EF_RELOAD) in amd_uncore_start()
154 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_add()
Dperf_event_amd_ibs.c433 perf_ibs_start(event, PERF_EF_RELOAD); in perf_ibs_add()
Dperf_event.c1071 x86_pmu_start(event, PERF_EF_RELOAD); in x86_pmu_enable()
1228 if (flags & PERF_EF_RELOAD) { in x86_pmu_start()
/linux-4.4.14/arch/arc/kernel/
Dperf_event.c268 if (flags & PERF_EF_RELOAD) in arc_pmu_start()
365 arc_pmu_start(event, PERF_EF_RELOAD); in arc_pmu_add()
/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_cf.c493 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start()
551 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
Dperf_cpum_sf.c1313 if (flags & PERF_EF_RELOAD) in cpumsf_pmu_start()
1389 cpumsf_pmu_start(event, PERF_EF_RELOAD); in cpumsf_pmu_add()
/linux-4.4.14/arch/metag/kernel/perf/
Dperf_event.c271 if (flags & PERF_EF_RELOAD) in metag_pmu_start()
341 metag_pmu_start(event, PERF_EF_RELOAD); in metag_pmu_add()
/linux-4.4.14/drivers/perf/
Darm_pmu.c197 if (flags & PERF_EF_RELOAD) in armpmu_start()
261 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add()
/linux-4.4.14/arch/tile/kernel/
Dperf_event.c628 if (flags & PERF_EF_RELOAD) { in tile_pmu_start()
696 tile_pmu_start(event, PERF_EF_RELOAD); in tile_pmu_add()
/linux-4.4.14/arch/powerpc/perf/
Dcore-fsl-emb.c403 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
Dhv-24x7.c1289 if (flags & PERF_EF_RELOAD) in h_24x7_event_start()
Dcore-book3s.c1543 if (ef_flags & PERF_EF_RELOAD) in power_pmu_start()
/linux-4.4.14/arch/alpha/kernel/
Dperf_event.c559 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c436 if (flags & PERF_EF_RELOAD) in mipspmu_start()
487 mipspmu_start(event, PERF_EF_RELOAD); in mipspmu_add()
/linux-4.4.14/include/linux/
Dperf_event.h275 #define PERF_EF_RELOAD 0x02 /* reload the counter when starting */ macro
/linux-4.4.14/arch/sparc/kernel/
Dperf_event.c990 sparc_pmu_start(cp, PERF_EF_RELOAD); in calculate_multiple_pcrs()
1073 if (flags & PERF_EF_RELOAD) { in sparc_pmu_start()
/linux-4.4.14/drivers/bus/
Darm-cci.c929 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start()
996 cci_pmu_start(event, PERF_EF_RELOAD); in cci_pmu_add()
/linux-4.4.14/kernel/events/
Dcore.c2985 event->pmu->start(event, PERF_EF_RELOAD); in perf_adjust_period()
3052 event->pmu->start(event, delta > 0 ? PERF_EF_RELOAD : 0); in perf_adjust_freq_unthr_context()
4168 event->pmu->start(event, PERF_EF_RELOAD); in __perf_event_period()