Home
last modified time | relevance | path

Searched refs:IsEventAttrSupported (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dcmd_list.cpp39 if (IsEventAttrSupported(attr)) { in PrintEventTypesOfType()
Devent_fd.h129 bool IsEventAttrSupported(const perf_event_attr& attr);
Devent_selection_set.cpp39 return IsEventAttrSupported(attr); in IsBranchSamplingSupported()
53 return IsEventAttrSupported(attr); in IsDwarfCallChainSamplingSupported()
81 if (!IsEventAttrSupported(selection->event_attr)) { in BuildAndCheckEventSelection()
Devent_fd.cpp272 bool IsEventAttrSupported(const perf_event_attr& attr) { in IsEventAttrSupported() function
Dcmd_stat.cpp550 IsEventAttrSupported(CreateDefaultPerfEventAttr(*type))) { in AddDefaultMeasuredEventTypes()