Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/arc/kernel/
Dperf_event.c196 if (flags & PERF_EF_RELOAD) in arc_pmu_start()
260 arc_pmu_start(event, PERF_EF_RELOAD); in arc_pmu_add()
/linux-4.1.27/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.1.27/arch/arm/kernel/
Dperf_event.c191 if (flags & PERF_EF_RELOAD) in armpmu_start()
251 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add()
/linux-4.1.27/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.c1056 x86_pmu_start(event, PERF_EF_RELOAD); in x86_pmu_enable()
1210 if (flags & PERF_EF_RELOAD) { in x86_pmu_start()
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_cf.c487 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start()
545 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
Dperf_cpum_sf.c1314 if (flags & PERF_EF_RELOAD) in cpumsf_pmu_start()
1390 cpumsf_pmu_start(event, PERF_EF_RELOAD); in cpumsf_pmu_add()
/linux-4.1.27/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.1.27/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.1.27/drivers/bus/
Darm-cci.c538 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start()
605 cci_pmu_start(event, PERF_EF_RELOAD); in cci_pmu_add()
/linux-4.1.27/arch/powerpc/perf/
Dcore-fsl-emb.c403 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
Dhv-24x7.c1241 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.1.27/arch/arm64/kernel/
Dperf_event.c256 if (flags & PERF_EF_RELOAD) in armpmu_start()
316 armpmu_start(event, PERF_EF_RELOAD); in armpmu_add()
/linux-4.1.27/arch/alpha/kernel/
Dperf_event.c559 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
/linux-4.1.27/include/linux/
Dperf_event.h225 #define PERF_EF_RELOAD 0x02 /* reload the counter when starting */ macro
/linux-4.1.27/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.1.27/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.1.27/kernel/events/
Dcore.c2957 event->pmu->start(event, PERF_EF_RELOAD); in perf_adjust_period()
3024 event->pmu->start(event, delta > 0 ? PERF_EF_RELOAD : 0); in perf_adjust_freq_unthr_context()
4009 event->pmu->start(event, PERF_EF_RELOAD); in __perf_event_period()