Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DOfflineUnwinder_test.cpp93 TEST(OfflineUnwinder, CollectMetaInfo) { in TEST() argument
95 OfflineUnwinder::CollectMetaInfo(&info_map); in TEST()
DOfflineUnwinder.h73 static void CollectMetaInfo(std::unordered_map<std::string, std::string>* info_map);
DOfflineUnwinder.cpp216 void OfflineUnwinder::CollectMetaInfo(std::unordered_map<std::string, std::string>* info_map in CollectMetaInfo() function in simpleperf::OfflineUnwinder
Dcmd_record.cpp1934 OfflineUnwinder::CollectMetaInfo(&info_map); in DumpMetaInfoFeature()