Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_inject.cpp573 std::optional<DsoType> ToDsoType(proto::ETMBranchList_Binary::BinaryType binary_type) { in ToDsoType() argument
574 switch (binary_type) { in ToDsoType()
582 LOG(ERROR) << "unexpected binary type " << binary_type; in ToDsoType()