Home
last modified time | relevance | path

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

/tools/perf/tests/
Dparse-events.c393 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier()
404 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier()
440 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
455 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
885 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group1()
903 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group1()
936 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group2()
951 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group2()
967 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group2()
1001 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group3()
[all …]
Dattr.c125 WRITE_ASS(exclude_host, "d"); in store_event()
/tools/perf/tests/attr/
Dbase-record-spe30 exclude_host=*
Dbase-record31 exclude_host=0|1
Dbase-stat31 exclude_host=0|1
Dtest-record-dummy-C039 exclude_host=0
Dsystem-wide-dummy36 exclude_host=0
/tools/perf/arch/x86/util/
Devsel.c117 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in arch_evsel__open_strerror()
/tools/perf/util/
Dutil.c87 attr->exclude_host = 1; in event_attr_init()
Dintel-bts.c773 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
Dperf_event_attr_fprintf.c305 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
Darm-spe.c1137 attr.exclude_host = evsel->core.attr.exclude_host; in arm_spe_synth_events()
Dstat-shadow.c65 if (evsel->core.attr.exclude_host) in evsel_context()
Devsel.c573 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in evsel__add_modifiers()
2122 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__disable_missing_features()
2224 } else if (evsel->core.attr.exclude_guest || evsel->core.attr.exclude_host) { in evsel__detect_missing_features()
2232 evsel->core.attr.exclude_host = false; in evsel__detect_missing_features()
Dparse-events.c1753 int eH = group ? evsel->core.attr.exclude_host : 0; in parse_events__modifier_list()
1792 evsel->core.attr.exclude_host = eH; in parse_events__modifier_list()
Dcs-etm.c1714 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
Dintel-pt.c3933 attr.exclude_host = evsel->core.attr.exclude_host; in intel_pt_synth_events()
/tools/include/uapi/linux/
Dperf_event.h443 exclude_host : 1, /* don't count in host */ member
/tools/perf/
Ddesign.txt228 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
Dbuiltin-inject.c1250 attr.exclude_host = 1; in guest_session__add_attr()