Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp29 class ReportLib;
76 ReportLib* CreateReportLib() EXPORT;
77 void DestroyReportLib(ReportLib* report_lib) EXPORT;
81 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) EXPORT;
82 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) EXPORT;
83 bool SetRecordFile(ReportLib* report_lib, const char* record_file) EXPORT;
84 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) EXPORT;
85 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;
87 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
88 Event* GetEventOfCurrentSample(ReportLib* report_lib) EXPORT;
[all …]
/system/extras/simpleperf/scripts/
Dreport_sample.py29 lib = ReportLib()
Dsimpleperf_report_lib.py137 class ReportLib(object): class
258 self.report_lib = ReportLib()
Dbinary_cache_builder.py70 lib = ReportLib()
Dannotate.py320 lib = ReportLib()
376 lib = ReportLib()
Dpprof_proto_generator.py257 self.lib = ReportLib()