Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp636 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()
640 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
644 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
648 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()
652 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
656 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()
660 void MergeJavaMethods(ReportLib* report_lib, bool merge) { in MergeJavaMethods()
664 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()
668 bool AddProguardMappingFile(ReportLib* report_lib, const char* mapping_file) { in AddProguardMappingFile()
672 const char* GetSupportedTraceOffCpuModes(ReportLib* report_lib) { in GetSupportedTraceOffCpuModes()
[all …]
Dlibsimpleperf_report_fuzzer.cpp13 ReportLib* report_lib = CreateReportLib(); in TestReportLib() local
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py115 def has_art_frame(report_lib): argument
137 def parse_dso_names(report_lib): argument