Home
last modified time | relevance | path

Searched defs:BinaryKey (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
DETMBranchListFile.h32 struct BinaryKey { struct
37 BinaryKey() {} in BinaryKey() function
39 BinaryKey(const std::string& path, BuildId build_id) : path(path), build_id(build_id) {} in BinaryKey() function
41 BinaryKey(Dso* dso, uint64_t kernel_start_addr) : path(dso->Path()) { in BinaryKey() function