Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp109 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;
155 void ShowIpForUnknownSymbol() { thread_tree_.ShowIpForUnknownSymbol(); } in ShowIpForUnknownSymbol() function in ReportLib
464 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol() function
465 return report_lib->ShowIpForUnknownSymbol(); in ShowIpForUnknownSymbol()
Dthread_tree.h110 void ShowIpForUnknownSymbol() { show_ip_for_unknown_symbol_ = true; } in ShowIpForUnknownSymbol() function
Dsample_tree_test.cpp237 thread_tree.ShowIpForUnknownSymbol(); in TEST()
Dcmd_dumprecord.cpp165 thread_tree.ShowIpForUnknownSymbol(); in DumpDataSection()
Dcmd_report_sample.cpp178 thread_tree_.ShowIpForUnknownSymbol(); in Run()
Dcmd_report.cpp635 thread_tree_.ShowIpForUnknownSymbol(); in ParseOptions()
/system/extras/simpleperf/scripts/
Dreport_sample.py30 lib.ShowIpForUnknownSymbol()
Dsimpleperf_report_lib.py241 self._ShowIpForUnknownSymbolFunc = self._lib.ShowIpForUnknownSymbol
290 def ShowIpForUnknownSymbol(self): member in ReportLib
Dreport_html.py519 lib.ShowIpForUnknownSymbol()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py103 lib.ShowIpForUnknownSymbol()