Home
last modified time | relevance | path

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

/tools/perf/tests/
Dparse-events.c295 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_host_modifier()
305 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_guest_modifier()
340 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
355 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
653 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group1()
670 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group1()
695 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group2()
711 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group2()
726 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group2()
751 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__group3()
[all …]
Dattr.c124 WRITE_ASS(exclude_host, "d"); in store_event()
/tools/perf/tests/attr/
Dbase-record31 exclude_host=0|1
Dbase-stat31 exclude_host=0|1
/tools/perf/util/
Dperf_event_attr_fprintf.c121 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
Dutil.c66 attr->exclude_host = 1; in event_attr_init()
Dintel-bts.c793 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
Devsel.c422 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in perf_evsel__add_modifiers()
1634 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__open()
1788 (evsel->core.attr.exclude_guest || evsel->core.attr.exclude_host)) { in evsel__open()
Dcs-etm.c1295 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
Dparse-events.c1613 int eH = evsel ? evsel->core.attr.exclude_host : 0; in get_event_modifier()
1741 evsel->core.attr.exclude_host = mod.eH; in parse_events__modifier_event()
Dstat-shadow.c161 if (evsel->core.attr.exclude_host) in evsel_context()
Dintel-pt.c2774 attr.exclude_host = evsel->core.attr.exclude_host; in intel_pt_synth_events()
/tools/include/uapi/linux/
Dperf_event.h364 exclude_host : 1, /* don't count in host */ member
/tools/perf/
Ddesign.txt225 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way