Searched refs:exclude_host (Results 1 – 19 of 19) sorted by relevance
| /tools/perf/tests/ |
| A D | parse-events.c | 388 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier() 399 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier() 435 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier() 450 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1() 1013 !evsel->core.attr.exclude_host); in test__group3() 1032 evsel->core.attr.exclude_host); in test__group3() 1144 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5() 1162 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5() 1179 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5() 1197 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5() [all …]
|
| /tools/perf/tests/shell/attr/ |
| A D | base-record-spe | 30 exclude_host=*
|
| A D | base-record | 31 exclude_host=0|1
|
| A D | base-stat | 31 exclude_host=0|1
|
| A D | test-record-dummy-C0 | 39 exclude_host=0
|
| A D | system-wide-dummy | 36 exclude_host=0
|
| /tools/perf/arch/x86/util/ |
| A D | evsel.c | 117 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in arch_evsel__open_strerror()
|
| /tools/perf/util/ |
| A D | util.c | 95 attr->exclude_host = 1; in event_attr_init()
|
| A D | intel-bts.c | 775 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
|
| A D | perf_event_attr_fprintf.c | 327 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
|
| A D | stat-shadow.c | 66 if (evsel->core.attr.exclude_host) in evsel_context()
|
| A D | arm-spe.c | 1627 attr.exclude_host = evsel->core.attr.exclude_host; in arm_spe_synth_events()
|
| A D | evsel.c | 169 WRITE_ASS(exclude_host, "d"); in store_event() 725 if (attr->exclude_host || attr->exclude_guest) { in evsel__add_modifiers() 2146 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__disable_missing_features()
|
| A D | parse-events.c | 1808 int eH = group ? evsel->core.attr.exclude_host : 0; in parse_events__modifier_list() 1848 evsel->core.attr.exclude_host = eH; in parse_events__modifier_list()
|
| A D | cs-etm.c | 1723 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
|
| A D | intel-pt.c | 3985 attr.exclude_host = evsel->core.attr.exclude_host; in intel_pt_synth_events()
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 446 exclude_host : 1, /* don't count in host */ member
|
| /tools/perf/ |
| A D | design.txt | 228 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
|
| A D | builtin-inject.c | 1256 attr.exclude_host = 1; in guest_session__add_attr()
|
Completed in 1150 milliseconds