Home
last modified time | relevance | path

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

12

/tools/perf/tests/
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()
413 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user); in test__checkevent_symbolic_alias_modifier()
426 TEST_ASSERT_VAL("wrong exclude_user", evsel->attr.exclude_user); in test__checkevent_genhw_modifier()
441 TEST_ASSERT_VAL("wrong exclude_user", !evsel->core.attr.exclude_user); in test__checkevent_exclude_idle_modifier()
456 TEST_ASSERT_VAL("wrong exclude_user", evsel->core.attr.exclude_user); in test__checkevent_exclude_idle_modifier_1()
469 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()
/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 …]
/tools/testing/selftests/x86/
Dsrso.c35 ret_attr.exclude_user = mret_attr.exclude_user = 1; in main()
/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()
/tools/perf/tests/attr/
Dbase-record-spe16 exclude_user=*
Dbase-record17 exclude_user=0
Dbase-stat17 exclude_user=0
Dtest-record-dummy-C025 exclude_user=0
Dsystem-wide-dummy22 exclude_user=0
/tools/perf/arch/x86/util/
Devsel.c115 if (evsel->core.attr.exclude_kernel || evsel->core.attr.exclude_user || in arch_evsel__open_strerror()
Dintel-pt.c862 !intel_pt_evsel->core.attr.exclude_user; in intel_pt_recording_options()
888 !intel_pt_evsel->core.attr.exclude_user) in intel_pt_recording_options()
/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()
/tools/bpf/bpftool/
Dprog.c1999 .exclude_user = 1,
2007 .exclude_user = 1,
2021 .exclude_user = 1,
2032 .exclude_user = 1
2046 .exclude_user = 1
2060 .exclude_user = 1
/tools/perf/util/
Dpython.c716 exclude_user = 0, in pyrf_evsel__init() local
738 &pinned, &exclusive, &exclude_user, in pyrf_evsel__init()
759 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()
Dintel-bts.c770 attr.exclude_user = evsel->core.attr.exclude_user; in intel_bts_synth_events()
Dperf_event_attr_fprintf.c291 PRINT_ATTRf(exclude_user, p_unsigned); in perf_event_attr__fprintf()
Devsel.c559 if (attr->exclude_kernel || attr->exclude_user || attr->exclude_hv) { in evsel__add_modifiers()
877 if (attr->exclude_user) { in __evsel__config_callchain()
1344 attr->exclude_user = 0; in evsel__config()
1349 attr->exclude_user = 1; in evsel__config()
3239 if (evsel->core.attr.exclude_user) in evsel__fallback()
Darm-spe.c1134 attr.exclude_user = evsel->core.attr.exclude_user; in arm_spe_synth_events()
Dstat-shadow.c61 if (evsel->core.attr.exclude_user) in evsel_context()
Dparse-events.c1750 int eu = group ? evsel->core.attr.exclude_user : 0; in parse_events__modifier_list()
1789 evsel->core.attr.exclude_user = eu; in parse_events__modifier_list()
Dcs-etm.c1711 attr.exclude_user = evsel->core.attr.exclude_user; in cs_etm__synth_events()
/tools/include/uapi/linux/
Dperf_event.h418 exclude_user : 1, /* don't count user */ member
/tools/perf/
Ddesign.txt54 exclude_user : 1, /* don't count user */
224 The 'exclude_user', 'exclude_kernel' and 'exclude_hv' bits provide a

12