Home
last modified time | relevance | path

Searched refs:exclude_hv (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Devent_type.h78 bool exclude_hv; member
86 exclude_hv(false), in EventTypeAndModifier()
H A Devent_type.cpp551 event_type_modifier->exclude_hv = true; in ParseEventType()
567 event_type_modifier->exclude_hv = false; in ParseEventType()
H A Devent_attr.cpp125 attr.exclude_user, attr.exclude_kernel, attr.exclude_hv); in DumpPerfEventAttr()
H A Devent_selection_set.cpp189 selection->event_attr.exclude_hv = event_type->exclude_hv; in BuildAndCheckEventSelection()
/aosp12/system/extras/tests/icachetest/
H A DProfiler.cpp87 pe.exclude_hv = 1; in resetEvents()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h210 … : 1, pinned : 1, exclusive : 1, exclude_user : 1, exclude_kernel : 1, exclude_hv : 1, exclude_idl… member