Searched refs:exclude_host (Results 1 – 9 of 9) sorted by relevance
/external/linux-tools-perf/src/tools/perf/tests/ |
D | parse-events.c | 257 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 …]
|
D | attr.c | 121 WRITE_ASS(exclude_host, "d"); in store_event()
|
/external/linux-tools-perf/src/tools/perf/tests/attr/ |
D | base-stat | 30 exclude_host=0|1
|
D | base-record | 30 exclude_host=0|1
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 299 exclude_host : 1, /* don't count in host */ member
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | util.c | 25 attr->exclude_host = 1; in event_attr_init()
|
D | evsel.c | 301 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()
|
D | parse-events.c | 705 int eH = evsel ? evsel->attr.exclude_host : 0; in get_event_modifier() 822 evsel->attr.exclude_host = mod.eH; in parse_events__modifier_event()
|
D | header.c | 1364 evsel->attr.exclude_host, in print_event_desc()
|