Searched refs:exclude_host (Results 1 – 20 of 20) sorted by relevance
| /tools/perf/tests/ |
| D | parse-events.c | 393 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 …]
|
| D | attr.c | 125 WRITE_ASS(exclude_host, "d"); in store_event()
|
| /tools/perf/tests/attr/ |
| D | base-record-spe | 30 exclude_host=*
|
| D | base-record | 31 exclude_host=0|1
|
| D | base-stat | 31 exclude_host=0|1
|
| D | test-record-dummy-C0 | 39 exclude_host=0
|
| D | system-wide-dummy | 36 exclude_host=0
|
| /tools/perf/arch/x86/util/ |
| D | evsel.c | 117 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in arch_evsel__open_strerror()
|
| /tools/perf/util/ |
| D | util.c | 87 attr->exclude_host = 1; in event_attr_init()
|
| D | intel-bts.c | 773 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
|
| D | perf_event_attr_fprintf.c | 305 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
|
| D | arm-spe.c | 1137 attr.exclude_host = evsel->core.attr.exclude_host; in arm_spe_synth_events()
|
| D | stat-shadow.c | 65 if (evsel->core.attr.exclude_host) in evsel_context()
|
| D | evsel.c | 573 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()
|
| D | parse-events.c | 1753 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()
|
| D | cs-etm.c | 1714 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
|
| D | intel-pt.c | 3933 attr.exclude_host = evsel->core.attr.exclude_host; in intel_pt_synth_events()
|
| /tools/include/uapi/linux/ |
| D | perf_event.h | 443 exclude_host : 1, /* don't count in host */ member
|
| /tools/perf/ |
| D | design.txt | 228 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
|
| D | builtin-inject.c | 1250 attr.exclude_host = 1; in guest_session__add_attr()
|