Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils.cpp43 bool CallChainReportBuilder::AddProguardMappingFile(std::string_view mapping_file) { in AddProguardMappingFile()
90 std::vector<CallChainReportEntry> CallChainReportBuilder::Build(const ThreadEntry* thread, in Build()
133 void CallChainReportBuilder::MarkArtFrame(std::vector<CallChainReportEntry>& callchain) { in MarkArtFrame()
171 void CallChainReportBuilder::ConvertJITFrame(std::vector<CallChainReportEntry>& callchain) { in ConvertJITFrame()
203 void CallChainReportBuilder::CollectJavaMethods() { in CollectJavaMethods()
217 void CallChainReportBuilder::DeObfuscateJavaMethods(std::vector<CallChainReportEntry>& callchain) { in DeObfuscateJavaMethods()
Dreport_utils_test.cpp116 CallChainReportBuilder builder(thread_tree); in TEST_F()
135 CallChainReportBuilder builder(thread_tree); in TEST_F()
155 CallChainReportBuilder builder(thread_tree); in TEST_F()
193 CallChainReportBuilder builder(thread_tree); in TEST_F()
213 CallChainReportBuilder builder(thread_tree); in TEST_F()
248 CallChainReportBuilder builder(thread_tree); in TEST_F()
271 CallChainReportBuilder builder(thread_tree); in TEST_F()
Dreport_utils.h49 class CallChainReportBuilder {
51 CallChainReportBuilder(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in CallChainReportBuilder() function
Dreport_lib_interface.cpp178 CallChainReportBuilder callchain_report_builder_;
Dcmd_debug_unwind.cpp205 CallChainReportBuilder callchain_report_builder_;
Dcmd_report_sample.cpp197 CallChainReportBuilder callchain_report_builder_;