Searched refs:PERF_EF_RELOAD (Results 1 – 22 of 22) sorted by relevance
/linux-4.1.27/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.1.27/arch/arc/kernel/ |
D | perf_event.c | 196 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/ |
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.1.27/arch/arm/kernel/ |
D | perf_event.c | 191 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/ |
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 | 1056 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/ |
D | perf_cpum_cf.c | 487 if (flags & PERF_EF_RELOAD) in cpumf_pmu_start() 545 cpumf_pmu_start(event, PERF_EF_RELOAD); in cpumf_pmu_add()
|
D | perf_cpum_sf.c | 1314 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/ |
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.1.27/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.1.27/drivers/bus/ |
D | arm-cci.c | 538 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/ |
D | core-fsl-emb.c | 403 if (ef_flags & PERF_EF_RELOAD) in fsl_emb_pmu_start()
|
D | hv-24x7.c | 1241 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.1.27/arch/arm64/kernel/ |
D | perf_event.c | 256 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/ |
D | perf_event.c | 559 if (flags & PERF_EF_RELOAD) { in alpha_pmu_start()
|
/linux-4.1.27/include/linux/ |
D | perf_event.h | 225 #define PERF_EF_RELOAD 0x02 /* reload the counter when starting */ macro
|
/linux-4.1.27/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.1.27/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.1.27/kernel/events/ |
D | core.c | 2957 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()
|