Searched refs:IsEventAttrSupported (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | profcollect.cpp | 36 return IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), type->name); in HasSupport()
|
D | event_selection_set.cpp | 48 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()
|
D | record_lib_interface.cpp | 42 if (IsEventAttrSupported(attr, type.name)) { in GetAllEvents() 58 return IsEventAttrSupported(attr, type->name); in IsEventSupported()
|
D | event_fd.h | 154 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name);
|
D | cmd_list.cpp | 52 return IsEventAttrSupported(attr, event_type.name) ? EventTypeStatus::SUPPORTED in IsEventTypeSupported()
|
D | event_fd.cpp | 331 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name) { in IsEventAttrSupported() function
|
D | cmd_stat.cpp | 754 IsEventAttrSupported(CreateDefaultPerfEventAttr(*type), name)) { in AddDefaultMeasuredEventTypes()
|