Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_list.cpp36 enum EventTypeStatus { enum
42 static EventTypeStatus IsEventTypeSupported(const EventType& event_type) { in IsEventTypeSupported()
45 return EventTypeStatus::SUPPORTED; in IsEventTypeSupported()
51 return IsEventAttrSupported(attr, event_type.name) ? EventTypeStatus::SUPPORTED in IsEventTypeSupported()
52 : EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()
56 return EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()
65 return EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()
81 return EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()
84 return (counter.value != 0u) ? EventTypeStatus::SUPPORTED : EventTypeStatus::MAY_NOT_SUPPORTED; in IsEventTypeSupported()
106 EventTypeStatus status = IsEventTypeSupported(event_type); in PrintEventTypesOfType()
[all …]