Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp112 class ReportLib { class
114 ReportLib() in ReportLib() function in simpleperf::ReportLib
182 bool ReportLib::SetLogSeverity(const char* log_level) { in SetLogSeverity()
193 bool ReportLib::SetKallsymsFile(const char* kallsyms_file) { in SetKallsymsFile()
203 bool ReportLib::OpenRecordFileIfNecessary() { in OpenRecordFileIfNecessary()
218 Sample* ReportLib::GetNextSample() { in GetNextSample()
255 void ReportLib::SetCurrentSample() { in SetCurrentSample()
310 const EventInfo* ReportLib::FindEventOfCurrentSample() { in FindEventOfCurrentSample()
324 void ReportLib::CreateEvents() { in CreateEvents()
361 Mapping* ReportLib::AddMapping(const MapEntry& map) { in AddMapping()
[all …]
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py17 from simpleperf_report_lib import ReportLib
24 self.report_lib = ReportLib()
118 report_lib = ReportLib()
120 report_lib = ReportLib()
123 report_lib = ReportLib()
141 report_lib = ReportLib()
144 report_lib = ReportLib()
148 report_lib = ReportLib()
153 report_lib = ReportLib()
/system/extras/simpleperf/scripts/
Dreport_sample.py23 from simpleperf_report_lib import ReportLib
28 lib = ReportLib()
Dbinary_cache_builder.py31 from simpleperf_report_lib import ReportLib
63 lib = ReportLib()
Dannotate.py27 from simpleperf_report_lib import ReportLib
198 lib = ReportLib()
250 lib = ReportLib()
Dpprof_proto_generator.py31 from simpleperf_report_lib import ReportLib
282 self.lib = ReportLib()
Dsimpleperf_report_lib.py236 class ReportLib(object): class
Dreport_html.py30 from simpleperf_report_lib import ReportLib, SymbolStruct
623 lib = ReportLib()
/system/extras/perf2cfg/perf2cfg/
Danalyze.py143 self.report: simpleperf_report_lib.ReportLib
153 self.report = simpleperf_report_lib.ReportLib()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py43 from simpleperf_report_lib import ReportLib
103 lib = ReportLib()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py160 lib = sp.ReportLib()
/system/extras/simpleperf/doc/
Dscripts_reference.md249 profiling data file, we create an instance of ReportLib, pass it the file path (via SetRecordFile).