Searched refs:exclude_user (Results 26 - 50 of 51) sorted by relevance

123

/linux-master/arch/powerpc/perf/
H A Disa207-common.c676 if (pevents[i]->attr.exclude_user)
H A Dcore-fsl-emb.c539 if (event->attr.exclude_user)
/linux-master/tools/perf/util/
H A Dstat-shadow.c61 if (evsel->core.attr.exclude_user)
H A Darm-spe.c1157 attr.exclude_user = evsel->core.attr.exclude_user;
H A Dcs-etm.c1657 attr.exclude_user = evsel->core.attr.exclude_user;
H A Dparse-events.c1674 int eu = evsel ? evsel->core.attr.exclude_user : 0;
1811 evsel->core.attr.exclude_user = mod.eu;
H A Dintel-pt.c3752 attr.exclude_user = evsel->core.attr.exclude_user;
/linux-master/arch/s390/kernel/
H A Dperf_pai_ext.c255 /* Prohibit exclude_user event selection */
256 if (a->exclude_user)
H A Dperf_cpum_sf.c1089 if (event->attr.exclude_user && user_mode(regs))
/linux-master/arch/arc/kernel/
H A Dperf_event.c344 if (event->attr.exclude_user)
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c776 if (!attr->exclude_user) {
/linux-master/arch/riscv/kvm/
H A Dvcpu_pmu.c685 .exclude_user = !!(flags & SBI_PMU_CFG_FLAG_SET_UINH),
/linux-master/arch/x86/events/
H A Dcore.c530 if (!event->attr.exclude_user)
596 if (!event->attr.exclude_user)
616 if (!event->attr.exclude_user)
/linux-master/arch/csky/kernel/
H A Dperf_event.c997 if (event->attr.exclude_user)
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c641 attr.exclude_user = (u != nsu);
/linux-master/drivers/perf/
H A Darm_spe_pmu.c288 if (!attr->exclude_user)
H A Darm_pmuv3.c1029 if (attr->exclude_user)
H A Driscv_pmu_sbi.c357 if (event->attr.exclude_user)
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-core.c322 if (attr->exclude_user)
H A Dcoresight-etm4x-core.c655 if (attr->exclude_user)
/linux-master/arch/x86/events/intel/
H A Dp4.c816 event->attr.exclude_user);
H A Dpt.c531 if (!event->attr.exclude_user)
/linux-master/include/linux/
H A Dperf_event.h1375 return attr->exclude_idle || attr->exclude_user ||
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c1510 if (!attr->exclude_user)
/linux-master/arch/arm/kernel/
H A Dperf_event_v7.c1059 if (attr->exclude_user)

Completed in 592 milliseconds

123