Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp350 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()
354 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
358 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
362 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()
366 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
370 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()
374 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
378 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
382 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) { in GetSymbolOfCurrentSample()
386 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()
[all …]