Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp167 class ReportLib { class
169 ReportLib() in ReportLib() function in simpleperf::ReportLib
253 bool ReportLib::SetLogSeverity(const char* log_level) { in SetLogSeverity()
264 bool ReportLib::SetKallsymsFile(const char* kallsyms_file) { in SetKallsymsFile()
274 const char* ReportLib::GetSupportedTraceOffCpuModes() { in GetSupportedTraceOffCpuModes()
289 bool ReportLib::SetTraceOffCpuMode(const char* mode) { in SetTraceOffCpuMode()
305 bool ReportLib::SetSampleFilter(const char** filters, int filters_len) { in SetSampleFilter()
319 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads()
327 bool ReportLib::OpenRecordFileIfNecessary() { in OpenRecordFileIfNecessary()
360 Sample* ReportLib::GetNextSample() { in GetNextSample()
[all …]
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py24 from simpleperf_report_lib import ReportLib, ProtoFileReportLib
32 self.report_lib = ReportLib()
131 report_lib = ReportLib()
133 report_lib = ReportLib()
136 report_lib = ReportLib()
155 report_lib = ReportLib()
176 report_lib = ReportLib()
179 report_lib = ReportLib()
183 report_lib = ReportLib()
188 report_lib = ReportLib()
[all …]
Dapp_test.py26 from simpleperf_report_lib import ReportLib
278 report = ReportLib()
/system/extras/simpleperf/scripts/
Dsample_filter.py30 from simpleperf_report_lib import ReportLib
43 lib = ReportLib()
Dbinary_cache_builder.py31 from simpleperf_report_lib import ReportLib
273 lib = ReportLib()
Dsimpleperf_report_lib.py259 class ReportLib(object): class
799 def GetReportLib(record_file: str) -> Union[ReportLib, ProtoFileReportLib]:
803 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.py44 from simpleperf_report_lib import ReportLib
105 lib = ReportLib()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py161 lib = sp.ReportLib()
/system/extras/simpleperf/doc/
Dscripts_reference.md318 profiling data file, we create an instance of ReportLib, pass it the file path (via SetRecordFile).