Searched refs:exclude_guest (Results 1 – 16 of 16) sorted by relevance
/tools/perf/tests/ |
D | parse-events.c | 294 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_host_modifier() 304 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__checkevent_exclude_guest_modifier() 339 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier() 354 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1() 652 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group1() 669 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group1() 694 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group2() 710 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2() 725 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group2() 750 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group3() [all …]
|
D | attr.c | 125 WRITE_ASS(exclude_guest, "d"); in store_event()
|
/tools/perf/tests/attr/ |
D | base-record | 32 exclude_guest=0|1
|
D | base-stat | 32 exclude_guest=0|1
|
/tools/testing/selftests/powerpc/ |
D | utils.c | 194 event_attr->exclude_guest = 1; in perf_event_attr_init()
|
/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 122 PRINT_ATTRf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
|
D | util.c | 68 attr->exclude_guest = 1; in event_attr_init()
|
D | evsel.c | 422 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in perf_evsel__add_modifiers() 1633 if (perf_missing_features.exclude_guest) in evsel__open() 1634 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__open() 1787 } else if (!perf_missing_features.exclude_guest && in evsel__open() 1788 (evsel->core.attr.exclude_guest || evsel->core.attr.exclude_host)) { in evsel__open() 1789 perf_missing_features.exclude_guest = true; in evsel__open()
|
D | evsel.h | 107 bool exclude_guest; member
|
D | intel-bts.c | 794 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
|
D | cs-etm.c | 1296 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__synth_events()
|
D | parse-events.c | 1614 int eG = evsel ? evsel->core.attr.exclude_guest : 0; in get_event_modifier() 1742 evsel->core.attr.exclude_guest = mod.eG; in parse_events__modifier_event()
|
D | intel-pt.c | 2775 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_pt_synth_events()
|
/tools/include/uapi/linux/ |
D | perf_event.h | 365 exclude_guest : 1, /* don't count in guest */ member
|
/tools/perf/ |
D | design.txt | 225 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
|
/tools/perf/Documentation/ |
D | intel-pt.txt | 684 exclude_guest 1
|