Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A DBranchListFile.cpp48 static std::optional<proto::ETMBinary::BinaryType> ToProtoBinaryType(DsoType dso_type) { in ToProtoBinaryType() function
364 auto opt_binary_type = ToProtoBinaryType(binary.dso_type); in Write()