Home
last modified time | relevance | path

Searched refs:exclude_user (Results 1 – 25 of 59) sorted by relevance

123

/linux-6.6.21/tools/perf/tests/
Dparse-events.c299 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user); in test__checkevent_tracepoint_modifier()
315 TEST_ASSERT_VAL("wrong exclude_user", !evsel->attr.exclude_user); in test__checkevent_tracepoint_multi_modifier()
330 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_raw_modifier()
343 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_numeric_modifier()
359 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_symbolic_name_modifier()
393 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user); in test__checkevent_symbolic_alias_modifier()
406 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_genhw_modifier()
421 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user); in test__checkevent_exclude_idle_modifier()
436 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user); in test__checkevent_exclude_idle_modifier_1()
449 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user); in test__checkevent_breakpoint_modifier()
[all …]
Dattr.c111 WRITE_ASS(exclude_user, "d"); in store_event()
/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c58 bool exclude_user) in perf_event_attr_set() argument
69 attr->exclude_user = exclude_user; in perf_event_attr_set()
74 perf_process_event_open_exclude_user(__u32 type, __u64 addr, __u64 len, bool exclude_user) in perf_process_event_open_exclude_user() argument
78 perf_event_attr_set(&attr, type, addr, len, exclude_user); in perf_process_event_open_exclude_user()
224 static int runtestsingle(int readwriteflag, int exclude_user, int arraytest) in runtestsingle() argument
248 len, exclude_user); in runtestsingle()
279 needed = needed * (1 - exclude_user); in runtestsingle()
281 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle()
284 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
840 int exclude_user; in runtest() local
[all …]
/linux-6.6.21/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c43 e->attr.exclude_user = 1; in per_event_excludes()
50 e->attr.exclude_user = 1; in per_event_excludes()
/linux-6.6.21/arch/s390/kernel/
Dperf_pai_crypto.c115 if (!event->attr.exclude_user) in paicrypt_getall()
310 bool exclude_user, bool exclude_kernel) in paicrypt_copy() argument
319 if (!exclude_user) in paicrypt_copy()
343 cpump->event->attr.exclude_user, in paicrypt_push_sample()
Dperf_cpum_cf.c747 if (attr->exclude_kernel || attr->exclude_user || in __hw_perf_event_init()
757 if (!attr->exclude_user && attr->exclude_kernel) { in __hw_perf_event_init()
767 } else if (!attr->exclude_kernel && attr->exclude_user) { in __hw_perf_event_init()
1801 if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv || in cfdiag_event_init()
/linux-6.6.21/tools/perf/tests/attr/
Dbase-record-spe16 exclude_user=*
Dbase-record17 exclude_user=0
Dbase-stat17 exclude_user=0
Dsystem-wide-dummy20 exclude_user=0
/linux-6.6.21/Documentation/translations/zh_CN/arch/arm64/
Dperf.rst16 exclude_user chapter
/linux-6.6.21/Documentation/translations/zh_TW/arch/arm64/
Dperf.rst17 exclude_user chapter
/linux-6.6.21/tools/perf/arch/x86/util/
Devsel.c115 if (evsel->core.attr.exclude_kernel || evsel->core.attr.exclude_user || in arch_evsel__open_strerror()
/linux-6.6.21/tools/perf/arch/x86/tests/
Dhybrid.c99 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user); in test__hybrid_group_modifier1()
107 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user); in test__hybrid_group_modifier1()
/linux-6.6.21/arch/arm64/kvm/
Dpmu.c22 if (has_vhe() && attr->exclude_user) in kvm_pmu_switch_needed()
/linux-6.6.21/arch/x86/kvm/
Dpmu.c165 bool exclude_user, bool exclude_kernel, in pmc_reprogram_counter() argument
176 .exclude_user = exclude_user, in pmc_reprogram_counter()
/linux-6.6.21/tools/bpf/bpftool/
Dprog.c1980 .exclude_user = 1,
1988 .exclude_user = 1,
2002 .exclude_user = 1,
2013 .exclude_user = 1
2027 .exclude_user = 1
2041 .exclude_user = 1
/linux-6.6.21/tools/perf/util/
Dpython.c860 exclude_user = 0, in pyrf_evsel__init() local
882 &pinned, &exclusive, &exclude_user, in pyrf_evsel__init()
903 attr.exclude_user = exclude_user; in pyrf_evsel__init()
Dstat.c777 attr->exclude_user = 0; in create_perf_stat_counter()
782 attr->exclude_user = 1; in create_perf_stat_counter()
Dperf_event_attr_fprintf.c278 PRINT_ATTRf(exclude_user, p_unsigned); in perf_event_attr__fprintf()
/linux-6.6.21/arch/powerpc/kernel/
Dhw_breakpoint.c204 if (!attr->exclude_user) in hw_breakpoint_arch_parse()
/linux-6.6.21/arch/x86/kernel/cpu/resctrl/
Dpseudo_lock.c937 .exclude_user = 1,
945 .exclude_user = 1,
/linux-6.6.21/arch/powerpc/perf/
Dcore-book3s.c1119 eu = event->attr.exclude_user; in check_excludes()
1123 } else if (event->attr.exclude_user != eu || in check_excludes()
1494 if (event->attr.exclude_user) in power_pmu_enable()
1904 if (event->attr.exclude_user in can_go_on_limited_pmc()
/linux-6.6.21/include/uapi/linux/
Dperf_event.h414 exclude_user : 1, /* don't count user */ member
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h414 exclude_user : 1, /* don't count user */ member

123