Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_record.cpp375 bool DumpDebugUnwindFeature(const std::unordered_set<Dso*>& dso_set);
1834 if (keep_failed_unwinding_debug_info_ && !DumpDebugUnwindFeature(debug_unwinding_files)) { in DumpAdditionalFeatures()
1939 bool RecordCommand::DumpDebugUnwindFeature(const std::unordered_set<Dso*>& dso_set) { in DumpDebugUnwindFeature() function in simpleperf::__anon08ce178e0110::RecordCommand