Home
last modified time | relevance | path

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

123

/linux/tools/perf/tests/
A Dparse-events.c319 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user); in test__checkevent_tracepoint_modifier()
335 TEST_ASSERT_VAL("wrong exclude_user", !evsel->attr.exclude_user); in test__checkevent_tracepoint_multi_modifier()
350 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_raw_modifier()
363 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_numeric_modifier()
379 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_symbolic_name_modifier()
426 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_genhw_modifier()
735 !evsel->core.attr.exclude_user); in test__checkevent_pmu_events()
760 !evsel->core.attr.exclude_user); in test__checkevent_pmu_events_mix()
772 !evsel->core.attr.exclude_user); in test__checkevent_pmu_events_mix()
1012 if (evsel->core.attr.exclude_user) { in test__group3()
[all …]
A Dattr.c111 WRITE_ASS(exclude_user, "d"); in store_event()
/linux/tools/testing/selftests/powerpc/ptrace/
A 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()
840 int exclude_user; in runtest() local
851 for (exclude_user = 0 ; exclude_user < 2; exclude_user++) { in runtest()
852 ret = runtestsingle(rwflag, exclude_user, 0); in runtest()
[all …]
/linux/tools/testing/selftests/x86/
A Dsrso.c35 ret_attr.exclude_user = mret_attr.exclude_user = 1; in main()
/linux/tools/testing/selftests/powerpc/pmu/
A Dper_event_excludes.c43 e->attr.exclude_user = 1; in per_event_excludes()
50 e->attr.exclude_user = 1; in per_event_excludes()
/linux/tools/perf/tests/attr/
A Dbase-record-spe16 exclude_user=*
A Dbase-record17 exclude_user=0
A Dbase-stat17 exclude_user=0
A Dtest-record-dummy-C025 exclude_user=0
A Dsystem-wide-dummy22 exclude_user=0
/linux/arch/s390/kernel/
A Dperf_pai_crypto.c166 if (!event->attr.exclude_user) in paicrypt_getall()
424 unsigned long *page_old, bool exclude_user, in paicrypt_copy() argument
436 if (!exclude_user) { in paicrypt_copy()
501 event->attr.exclude_user, in paicrypt_have_sample()
A Dperf_cpum_cf.c757 if (attr->exclude_kernel || attr->exclude_user || in __hw_perf_event_init()
767 if (!attr->exclude_user && attr->exclude_kernel) { in __hw_perf_event_init()
777 } else if (!attr->exclude_kernel && attr->exclude_user) { in __hw_perf_event_init()
1810 if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv || in cfdiag_event_init()
/linux/Documentation/translations/zh_CN/arch/arm64/
A Dperf.rst16 exclude_user section in Perf 事件属性
/linux/Documentation/translations/zh_TW/arch/arm64/
A Dperf.rst17 exclude_user section in Perf 事件屬性
/linux/tools/perf/arch/x86/util/
A Devsel.c115 if (evsel->core.attr.exclude_kernel || evsel->core.attr.exclude_user || in arch_evsel__open_strerror()
/linux/tools/perf/arch/x86/tests/
A 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/arch/arm64/kvm/
A Dpmu.c24 if (has_vhe() && attr->exclude_user) in kvm_pmu_switch_needed()
/linux/arch/x86/kvm/
A Dpmu.c177 bool exclude_user, bool exclude_kernel, in pmc_reprogram_counter() argument
188 .exclude_user = exclude_user, in pmc_reprogram_counter()
/linux/tools/bpf/bpftool/
A Dprog.c1991 .exclude_user = 1,
1999 .exclude_user = 1,
2013 .exclude_user = 1,
2024 .exclude_user = 1
2038 .exclude_user = 1
2052 .exclude_user = 1
/linux/tools/perf/util/
A Dpython.c711 exclude_user = 0, in pyrf_evsel__init() local
733 &pinned, &exclusive, &exclude_user, in pyrf_evsel__init()
754 attr.exclude_user = exclude_user; in pyrf_evsel__init()
A Dstat.c777 attr->exclude_user = 0; in create_perf_stat_counter()
782 attr->exclude_user = 1; in create_perf_stat_counter()
/linux/arch/powerpc/kernel/
A Dhw_breakpoint.c204 if (!attr->exclude_user) in hw_breakpoint_arch_parse()
/linux/arch/x86/kernel/cpu/resctrl/
A Dpseudo_lock.c938 .exclude_user = 1,
946 .exclude_user = 1,
/linux/arch/powerpc/perf/
A Dcore-book3s.c1112 eu = event->attr.exclude_user; in check_excludes()
1116 } else if (event->attr.exclude_user != eu || in check_excludes()
1487 if (event->attr.exclude_user) in power_pmu_enable()
1897 if (event->attr.exclude_user in can_go_on_limited_pmc()
/linux/tools/include/uapi/linux/
A Dperf_event.h418 exclude_user : 1, /* don't count user */ member

Completed in 58 milliseconds

123