Searched refs:exclude_user (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dper_event_excludes.c43 e->attr.exclude_user = 1;
50 e->attr.exclude_user = 1;
/linux-master/tools/perf/tests/
H A Dparse-events.c319 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user);
335 TEST_ASSERT_VAL("wrong exclude_user", !evsel->attr.exclude_user);
350 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user);
363 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user);
379 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user);
[all...]
H A Dattr.c111 WRITE_ASS(exclude_user, "d");
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c7 * 2) tests exclude_user == 0 and 1
58 bool exclude_user)
69 attr->exclude_user = exclude_user;
74 perf_process_event_open_exclude_user(__u32 type, __u64 addr, __u64 len, bool exclude_user) argument
78 perf_event_attr_set(&attr, type, addr, len, exclude_user);
224 static int runtestsingle(int readwriteflag, int exclude_user, int arraytest) argument
248 len, exclude_user);
279 needed = needed * (1 - exclude_user);
281 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytes
56 perf_event_attr_set(struct perf_event_attr *attr, __u32 type, __u64 addr, __u64 len, bool exclude_user) argument
840 int exclude_user; local
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Devsel.c115 if (evsel->core.attr.exclude_kernel || evsel->core.attr.exclude_user ||
H A Dintel-pt.c849 !intel_pt_evsel->core.attr.exclude_user;
875 !intel_pt_evsel->core.attr.exclude_user)
/linux-master/arch/arm64/kvm/
H A Dpmu.c22 if (has_vhe() && attr->exclude_user)
/linux-master/arch/s390/kernel/
H A Dperf_pai_crypto.c153 if (!event->attr.exclude_user)
390 unsigned long *page_old, bool exclude_user,
402 if (!exclude_user) {
470 cpump->event->attr.exclude_user,
389 paicrypt_copy(struct pai_userdata *userdata, unsigned long *page, unsigned long *page_old, bool exclude_user, bool exclude_kernel) argument
H A Dperf_cpum_cf.c747 if (attr->exclude_kernel || attr->exclude_user ||
757 if (!attr->exclude_user && attr->exclude_kernel) {
767 } else if (!attr->exclude_kernel && attr->exclude_user) {
834 * exclude_user are also set.
1801 if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv ||
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c99 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user);
107 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user);
/linux-master/tools/bpf/bpftool/
H A Dprog.c1984 .exclude_user = 1,
1992 .exclude_user = 1,
2006 .exclude_user = 1,
2017 .exclude_user = 1
2031 .exclude_user = 1
2045 .exclude_user = 1
/linux-master/tools/perf/util/
H A Dstat.c777 attr->exclude_user = 0;
782 attr->exclude_user = 1;
H A Dpython.c835 "exclude_user",
861 exclude_user = 0, local
883 &pinned, &exclusive, &exclude_user,
904 attr.exclude_user = exclude_user;
H A Dperf_event_attr_fprintf.c279 PRINT_ATTRf(exclude_user, p_unsigned);
H A Dintel-bts.c799 attr.exclude_user = evsel->core.attr.exclude_user;
H A Devsel.c549 if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv) {
861 if (attr->exclude_user) {
1328 attr->exclude_user = 0;
1333 attr->exclude_user = 1;
2920 if (evsel->core.attr.exclude_user)
/linux-master/arch/x86/kvm/
H A Dpmu.c177 bool exclude_user, bool exclude_kernel,
188 .exclude_user = exclude_user,
176 pmc_reprogram_counter(struct kvm_pmc *pmc, u32 type, u64 config, bool exclude_user, bool exclude_kernel, bool intr) argument
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint.c204 if (!attr->exclude_user)
/linux-master/drivers/perf/
H A Dapple_m1_cpu_pmu.c533 if (!attr->exclude_user)
/linux-master/include/uapi/linux/
H A Dperf_event.h418 exclude_user : 1, /* don't count user */ member in struct:perf_event_attr
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h418 exclude_user : 1, /* don't count user */ member in struct:perf_event_attr
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c1119 eu = event->attr.exclude_user;
1123 } else if (event->attr.exclude_user != eu ||
1494 if (event->attr.exclude_user)
1904 if (event->attr.exclude_user
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c940 .exclude_user = 1,
948 .exclude_user = 1,
/linux-master/arch/sparc/kernel/
H A Dperf_event.c1331 eu = event->attr.exclude_user;
1335 } else if (event->attr.exclude_user != eu ||
1466 if (!attr->exclude_user)
/linux-master/arch/x86/events/intel/
H A Dbts.c242 if (!event->attr.exclude_user)

Completed in 240 milliseconds

123