Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp448 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()
452 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
456 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
460 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()
464 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
468 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()
472 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()
476 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
480 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
484 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) { in GetSymbolOfCurrentSample()
[all …]
/system/extras/simpleperf/scripts/
Dtest.py929 def has_art_frame(report_lib): argument