HomeSort by relevance Sort by last modified time
    Searched refs:IsEventAttrSupportedByKernel (Results 1 - 5 of 5) sorted by null

  /system/extras/simpleperf/
cmd_list.cpp 39 if (IsEventAttrSupportedByKernel(attr)) {
event_fd.h 109 bool IsEventAttrSupportedByKernel(perf_event_attr attr);
event_selection_set.cpp 37 return IsEventAttrSupportedByKernel(attr);
50 return IsEventAttrSupportedByKernel(attr);
63 if (!IsEventAttrSupportedByKernel(selection.event_attr)) {
event_fd.cpp 186 bool IsEventAttrSupportedByKernel(perf_event_attr attr) {
cmd_stat.cpp 248 if (type != nullptr && IsEventAttrSupportedByKernel(CreateDefaultPerfEventAttr(*type))) {

Completed in 444 milliseconds