Home
last modified time | relevance | path

Searched refs:ReportLib (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp32 class ReportLib;
100 ReportLib* CreateReportLib() EXPORT;
101 void DestroyReportLib(ReportLib* report_lib) EXPORT;
105 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) EXPORT;
106 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) EXPORT;
107 bool SetRecordFile(ReportLib* report_lib, const char* record_file) EXPORT;
108 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) EXPORT;
109 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;
110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;
112 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
[all …]
/system/extras/simpleperf/scripts/
Dreport_sample.py23 from simpleperf_report_lib import ReportLib
28 lib = ReportLib()
Dbinary_cache_builder.py28 from simpleperf_report_lib import ReportLib
57 lib = ReportLib()
Dannotate.py27 from simpleperf_report_lib import ReportLib
198 lib = ReportLib()
253 lib = ReportLib()
Dtest.py54 from simpleperf_report_lib import ReportLib
848 self.report_lib = ReportLib()
941 report_lib = ReportLib()
943 report_lib = ReportLib()
946 report_lib = ReportLib()
Dpprof_proto_generator.py32 from simpleperf_report_lib import ReportLib
247 self.lib = ReportLib()
Dsimpleperf_report_lib.py226 class ReportLib(object): class
Dreport_html.py25 from simpleperf_report_lib import ReportLib
515 lib = ReportLib()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py42 from simpleperf_report_lib import ReportLib
101 lib = ReportLib()
/system/extras/simpleperf/doc/
DREADME.md1226 profiling data file, we create an instance of ReportLib, pass it the file path (via SetRecordFile).