Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dparse-events.c257 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier()
267 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier()
519 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group1()
536 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group1()
561 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group2()
577 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group2()
592 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group2()
617 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group3()
636 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group3()
652 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__group3()
[all …]
Dattr.c121 WRITE_ASS(exclude_host, "d"); in store_event()
/external/linux-tools-perf/src/tools/perf/tests/attr/
Dbase-stat30 exclude_host=0|1
Dbase-record30 exclude_host=0|1
/external/kernel-headers/original/uapi/linux/
Dperf_event.h299 exclude_host : 1, /* don't count in host */ member
/external/linux-tools-perf/src/tools/perf/util/
Dutil.c25 attr->exclude_host = 1; in event_attr_init()
Devsel.c301 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in perf_evsel__add_modifiers()
982 ret += PRINT_ATTR2(exclude_host, exclude_guest); in perf_event_attr__fprintf()
1023 evsel->attr.exclude_guest = evsel->attr.exclude_host = 0; in __perf_evsel__open()
1090 (evsel->attr.exclude_guest || evsel->attr.exclude_host)) { in __perf_evsel__open()
1944 if_print(exclude_host); in perf_evsel__fprintf()
Dparse-events.c705 int eH = evsel ? evsel->attr.exclude_host : 0; in get_event_modifier()
822 evsel->attr.exclude_host = mod.eH; in parse_events__modifier_event()
Dheader.c1364 evsel->attr.exclude_host, in print_event_desc()