Searched refs:IsEventAttrSupported (Results 1 – 8 of 8) sorted by relevance
/system/extras/simpleperf/ |
D | profcollect.cpp | 35 return IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), type->name); in HasSupport()
|
D | test_util.cpp | 86 has_hw_counter = IsEventAttrSupported(attr, "cpu-cycles") ? 1 : 0; in HasHardwareCounter()
|
D | record_lib_interface.cpp | 42 if (IsEventAttrSupported(attr, type.name)) { in GetAllEvents() 60 return IsEventAttrSupported(attr, type->name); in IsEventSupported()
|
D | event_selection_set.cpp | 50 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()
|
D | event_fd.h | 156 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name);
|
D | cmd_list.cpp | 51 return IsEventAttrSupported(attr, event_type.name) ? EventTypeStatus::SUPPORTED in IsEventTypeSupported()
|
D | event_fd.cpp | 324 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name) { in IsEventAttrSupported() function
|
D | cmd_stat.cpp | 740 if (type != nullptr && IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), name)) { in AddDefaultMeasuredEventTypes()
|