Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A 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()
H A Dthread_tree.h126 void ShowIpForUnknownSymbol() { show_ip_for_unknown_symbol_ = true; } in ShowIpForUnknownSymbol() function
H A Dsample_tree_test.cpp231 thread_tree.ShowIpForUnknownSymbol(); in TEST()
H A Dcmd_dumprecord.cpp328 thread_tree_.ShowIpForUnknownSymbol(); in DumpDataSection()
H A Dcmd_report_sample.cpp234 thread_tree_.ShowIpForUnknownSymbol(); in Run()
H A Dcmd_report.cpp596 thread_tree_.ShowIpForUnknownSymbol(); in ParseOptions()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_sample.py30 lib.ShowIpForUnknownSymbol()
H A Dsimpleperf_report_lib.py251 self._ShowIpForUnknownSymbolFunc = self._lib.ShowIpForUnknownSymbol
305 def ShowIpForUnknownSymbol(self): member in ReportLib
H A Dreport_html.py627 lib.ShowIpForUnknownSymbol()
/aosp12/system/extras/simpleperf/scripts/purgatorio/
H A Dpurgatorio.py161 lib.ShowIpForUnknownSymbol()
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dinferno.py105 lib.ShowIpForUnknownSymbol()