Searched refs:PERF_EF_RELOAD (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/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-4.4.14/arch/blackfin/kernel/ |
D | perf_event.c | 328 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/ |
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-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_amd_iommu.c | 303 if (flags & PERF_EF_RELOAD) { in perf_iommu_start() 381 perf_iommu_start(event, PERF_EF_RELOAD); in perf_iommu_add()
|
D | perf_event_amd_uncore.c | 97 if (flags & PERF_EF_RELOAD) in amd_uncore_start() 154 amd_uncore_start(event, PERF_EF_RELOAD); in amd_uncore_add()
|
D | perf_event_amd_ibs.c | 433 perf_ibs_start(event, PERF_EF_RELOAD); in perf_ibs_add()
|
D | perf_event.c | 1071 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/ |
D | perf_event.c | 268 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/ |
D | perf_cpum_cf.c | 493 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start() 551 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
|
D | perf_cpum_sf.c | 1313 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/ |
D | perf_event.c | 271 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/ |
D | arm_pmu.c | 197 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/ |
D | perf_event.c | 628 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/ |
D | core-fsl-emb.c | 403 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
|
D | hv-24x7.c | 1289 if (flags & PERF_EF_RELOAD) in h_24x7_event_start()
|
D | core-book3s.c | 1543 if (ef_flags & PERF_EF_RELOAD) in power_pmu_start()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | perf_event.c | 559 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 436 if (flags & PERF_EF_RELOAD) in mipspmu_start() 487 mipspmu_start(event, PERF_EF_RELOAD); in mipspmu_add()
|
/linux-4.4.14/include/linux/ |
D | perf_event.h | 275 #define PERF_EF_RELOAD 0x02 /* reload the counter when starting */ macro
|
/linux-4.4.14/arch/sparc/kernel/ |
D | perf_event.c | 990 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/ |
D | arm-cci.c | 929 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/ |
D | core.c | 2985 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()
|