Searched refs:exclude_host (Results 1 – 14 of 14) sorted by relevance
/tools/perf/tests/ |
D | parse-events.c | 295 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 …]
|
D | attr.c | 124 WRITE_ASS(exclude_host, "d"); in store_event()
|
/tools/perf/tests/attr/ |
D | base-record | 31 exclude_host=0|1
|
D | base-stat | 31 exclude_host=0|1
|
/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 121 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
|
D | util.c | 66 attr->exclude_host = 1; in event_attr_init()
|
D | intel-bts.c | 793 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
|
D | evsel.c | 422 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()
|
D | cs-etm.c | 1295 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
|
D | parse-events.c | 1613 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()
|
D | stat-shadow.c | 161 if (evsel->core.attr.exclude_host) in evsel_context()
|
D | intel-pt.c | 2774 attr.exclude_host = evsel->core.attr.exclude_host; in intel_pt_synth_events()
|
/tools/include/uapi/linux/ |
D | perf_event.h | 364 exclude_host : 1, /* don't count in host */ member
|
/tools/perf/ |
D | design.txt | 225 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
|