Home
last modified time | relevance | path

Searched refs:exclude_host (Results 1 – 19 of 19) sorted by relevance

/tools/perf/tests/
A Dparse-events.c388 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier()
399 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier()
435 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
450 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
1013 !evsel->core.attr.exclude_host); in test__group3()
1032 evsel->core.attr.exclude_host); in test__group3()
1144 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
1162 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
1179 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
1197 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
[all …]
/tools/perf/tests/shell/attr/
A Dbase-record-spe30 exclude_host=*
A Dbase-record31 exclude_host=0|1
A Dbase-stat31 exclude_host=0|1
A Dtest-record-dummy-C039 exclude_host=0
A Dsystem-wide-dummy36 exclude_host=0
/tools/perf/arch/x86/util/
A Devsel.c117 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in arch_evsel__open_strerror()
/tools/perf/util/
A Dutil.c95 attr->exclude_host = 1; in event_attr_init()
A Dintel-bts.c775 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
A Dperf_event_attr_fprintf.c327 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
A Dstat-shadow.c66 if (evsel->core.attr.exclude_host) in evsel_context()
A Darm-spe.c1627 attr.exclude_host = evsel->core.attr.exclude_host; in arm_spe_synth_events()
A Devsel.c169 WRITE_ASS(exclude_host, "d"); in store_event()
725 if (attr->exclude_host || attr->exclude_guest) { in evsel__add_modifiers()
2146 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__disable_missing_features()
A Dparse-events.c1808 int eH = group ? evsel->core.attr.exclude_host : 0; in parse_events__modifier_list()
1848 evsel->core.attr.exclude_host = eH; in parse_events__modifier_list()
A Dcs-etm.c1723 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
A Dintel-pt.c3985 attr.exclude_host = evsel->core.attr.exclude_host; in intel_pt_synth_events()
/tools/include/uapi/linux/
A Dperf_event.h446 exclude_host : 1, /* don't count in host */ member
/tools/perf/
A Ddesign.txt228 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
A Dbuiltin-inject.c1256 attr.exclude_host = 1; in guest_session__add_attr()

Completed in 1150 milliseconds