Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DBranchListFile.cpp73 static std::optional<DsoType> ToDsoType(proto::ETMBinary::BinaryType binary_type) { in ToDsoType() argument
74 switch (binary_type) { in ToDsoType()
82 LOG(ERROR) << "unexpected binary type " << binary_type; in ToDsoType()