Searched refs:PERF_EF_RELOAD (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/sh/kernel/
H A Dperf_event.c226 if (flags & PERF_EF_RELOAD)
266 sh_pmu_start(event, PERF_EF_RELOAD);
/linux-master/drivers/perf/
H A Darm_pmu.c295 * PERF_EF_RELOAD, see the comment below.
297 if (flags & PERF_EF_RELOAD)
355 armpmu_start(event, PERF_EF_RELOAD);
762 armpmu_start(event, PERF_EF_RELOAD);
H A Dstarfive_starlink_pmu.c266 if (flags & PERF_EF_RELOAD)
323 starlink_pmu_start(event, PERF_EF_RELOAD);
474 starlink_pmu_start(event, PERF_EF_RELOAD);
H A Driscv_pmu.c251 if (flags & PERF_EF_RELOAD)
277 riscv_pmu_start(event, PERF_EF_RELOAD);
H A Darm_dsu_pmu.c420 if (pmu_flags & PERF_EF_RELOAD)
460 dsu_pmu_start(event, PERF_EF_RELOAD);
H A Dalibaba_uncore_drw_pmu.c593 if (flags & PERF_EF_RELOAD) {
642 ali_drw_pmu_start(event, PERF_EF_RELOAD);
H A Darm_spe_pmu.c781 if (flags & PERF_EF_RELOAD) {
848 arm_spe_pmu_start(event, PERF_EF_RELOAD);
H A Ddwc_pcie_pmu.c477 dwc_pcie_pmu_event_start(event, PERF_EF_RELOAD);
H A Darm_dmc620_pmu.c614 dmc620_pmu_start(event, PERF_EF_RELOAD);
H A Darm-cci.c1139 * regardless of PERF_EF_RELOAD.
1141 if (pmu_flags & PERF_EF_RELOAD)
1203 cci_pmu_start(event, PERF_EF_RELOAD);
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c193 if (flags & PERF_EF_RELOAD) {
468 l2x0_pmu_event_start(events[i], PERF_EF_RELOAD);
/linux-master/arch/x86/events/amd/
H A Diommu.c294 if (flags & PERF_EF_RELOAD) {
360 perf_iommu_start(event, PERF_EF_RELOAD);
H A Duncore.c123 if (flags & PERF_EF_RELOAD)
184 event->pmu->start(event, PERF_EF_RELOAD);
625 amd_uncore_start(event, PERF_EF_RELOAD);
875 if (flags & PERF_EF_RELOAD)
/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c325 if (flags & PERF_EF_RELOAD) {
370 hisi_uncore_pmu_start(event, PERF_EF_RELOAD);
H A Dhisi_pcie_pmu.c518 if (flags & PERF_EF_RELOAD) {
565 hisi_pcie_pmu_start(event, PERF_EF_RELOAD);
/linux-master/arch/xtensa/kernel/
H A Dperf_event.c257 if (flags & PERF_EF_RELOAD) {
310 xtensa_pmu_start(event, PERF_EF_RELOAD);
/linux-master/arch/arc/kernel/
H A Dperf_event.c459 if (flags & PERF_EF_RELOAD)
554 arc_pmu_start(event, PERF_EF_RELOAD);
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c360 if (flags & PERF_EF_RELOAD)
410 loongarch_pmu_start(event, PERF_EF_RELOAD);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c246 if (!(flags & PERF_EF_RELOAD)) {
377 amdgpu_perf_start(event, PERF_EF_RELOAD);
/linux-master/arch/csky/kernel/
H A Dperf_event.c1030 if (flags & PERF_EF_RELOAD)
1096 csky_pmu_start(event, PERF_EF_RELOAD);
/linux-master/arch/alpha/kernel/
H A Dperf_event.c560 if (flags & PERF_EF_RELOAD) {
/linux-master/arch/powerpc/perf/
H A Dcore-fsl-emb.c386 if (ef_flags & PERF_EF_RELOAD)
/linux-master/arch/s390/kernel/
H A Dperf_pai_crypto.c351 paicrypt_start(event, PERF_EF_RELOAD);
H A Dperf_pai_ext.c357 paiext_start(event, PERF_EF_RELOAD);
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.c847 if (pmu_flags & PERF_EF_RELOAD)
907 arm_cspmu_start(event, PERF_EF_RELOAD);

Completed in 618 milliseconds

12