Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dreport_lib_interface.cpp704 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()
708 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
712 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
716 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()
720 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
724 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()
728 bool RemoveMethod(ReportLib* report_lib, const char* method_name_regex) { in RemoveMethod()
732 void MergeJavaMethods(ReportLib* report_lib, bool merge) { in MergeJavaMethods()
736 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()
740 bool AddProguardMappingFile(ReportLib* report_lib, const char* mapping_file) { in AddProguardMappingFile()
[all …]
/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A Dreport_lib_test.py119 def has_art_frame(report_lib): argument
141 def get_methods(report_lib) -> Set[str]: argument
162 def parse_dso_names(report_lib): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dzip_test_utils.py32 from tensorflow.lite.testing import generate_examples_report as report_lib unknown
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py265 def SetReportOptionsForReportLib(report_lib, options: ReportLibOptions): argument