Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp132 void ShowIpForUnknownSymbol() { thread_tree_.ShowIpForUnknownSymbol(); } in ShowIpForUnknownSymbol() function in simpleperf::ReportLib
416 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;
452 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol() function
453 return report_lib->ShowIpForUnknownSymbol(); in ShowIpForUnknownSymbol()
Dthread_tree.h126 void ShowIpForUnknownSymbol() { show_ip_for_unknown_symbol_ = true; } in ShowIpForUnknownSymbol() function
Dsample_tree_test.cpp231 thread_tree.ShowIpForUnknownSymbol(); in TEST()
Dcmd_dumprecord.cpp328 thread_tree_.ShowIpForUnknownSymbol(); in DumpDataSection()
Dcmd_report_sample.cpp234 thread_tree_.ShowIpForUnknownSymbol(); in Run()
Dcmd_report.cpp596 thread_tree_.ShowIpForUnknownSymbol(); in ParseOptions()
/system/extras/simpleperf/scripts/
Dreport_sample.py30 lib.ShowIpForUnknownSymbol()
Dsimpleperf_report_lib.py251 self._ShowIpForUnknownSymbolFunc = self._lib.ShowIpForUnknownSymbol
305 def ShowIpForUnknownSymbol(self): member in ReportLib
Dreport_html.py627 lib.ShowIpForUnknownSymbol()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py161 lib.ShowIpForUnknownSymbol()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py105 lib.ShowIpForUnknownSymbol()