Home
last modified time | relevance | path

Searched defs:report_lib (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dreport_lib_interface.cpp436 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()
440 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
444 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
452 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
456 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()
460 void MergeJavaMethods(ReportLib* report_lib, bool merge) { in MergeJavaMethods()
472 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
476 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
480 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) { in GetSymbolOfCurrentSample()
484 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()
[all …]
/aosp12/system/extras/simpleperf/scripts/test/
H A Dreport_lib_test.py106 def has_art_frame(report_lib): argument
128 def parse_dso_names(report_lib): argument