Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dprofcollect.cpp35 return IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), type->name); in HasSupport()
Dtest_util.cpp86 has_hw_counter = IsEventAttrSupported(attr, "cpu-cycles") ? 1 : 0; in HasHardwareCounter()
Drecord_lib_interface.cpp42 if (IsEventAttrSupported(attr, type.name)) { in GetAllEvents()
60 return IsEventAttrSupported(attr, type->name); in IsEventSupported()
Devent_selection_set.cpp50 return IsEventAttrSupported(attr, type->name); in IsBranchSamplingSupported()
63 return IsEventAttrSupported(attr, type->name); in IsDwarfCallChainSamplingSupported()
132 is_supported = IsEventAttrSupported(attr, type->name) ? 1 : 0; in IsSettingClockIdSupported()
145 return IsEventAttrSupported(attr, type->name); in IsMmap2Supported()
230 !IsEventAttrSupported(selection->event_attr, selection->event_type_modifier.name)) { in BuildAndCheckEventSelection()
Devent_fd.h156 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name);
Dcmd_list.cpp51 return IsEventAttrSupported(attr, event_type.name) ? EventTypeStatus::SUPPORTED in IsEventTypeSupported()
Devent_fd.cpp324 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name) { in IsEventAttrSupported() function
Dcmd_stat.cpp740 if (type != nullptr && IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), name)) { in AddDefaultMeasuredEventTypes()