Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dprofcollect.cpp36 return IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), type->name); in HasSupport()
Devent_selection_set.cpp48 return IsEventAttrSupported(attr, type->name); in IsBranchSamplingSupported()
62 return IsEventAttrSupported(attr, type->name); in IsDwarfCallChainSamplingSupported()
122 is_supported = IsEventAttrSupported(attr, type->name) ? 1 : 0; in IsSettingClockIdSupported()
135 return IsEventAttrSupported(attr, type->name); in IsMmap2Supported()
222 !IsEventAttrSupported(selection->event_attr, selection->event_type_modifier.name)) { in BuildAndCheckEventSelection()
Drecord_lib_interface.cpp42 if (IsEventAttrSupported(attr, type.name)) { in GetAllEvents()
58 return IsEventAttrSupported(attr, type->name); in IsEventSupported()
Devent_fd.h154 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name);
Dcmd_list.cpp52 return IsEventAttrSupported(attr, event_type.name) ? EventTypeStatus::SUPPORTED in IsEventTypeSupported()
Devent_fd.cpp331 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name) { in IsEventAttrSupported() function
Dcmd_stat.cpp754 IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), name)) { in AddDefaultMeasuredEventTypes()