Searched refs:ReportLib (Results 1 – 10 of 10) sorted by relevance
167 class ReportLib { class169 ReportLib() in ReportLib() function in simpleperf::ReportLib253 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 …]
24 from simpleperf_report_lib import ReportLib, ProtoFileReportLib32 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 …]
26 from simpleperf_report_lib import ReportLib278 report = ReportLib()
30 from simpleperf_report_lib import ReportLib43 lib = ReportLib()
31 from simpleperf_report_lib import ReportLib273 lib = ReportLib()
259 class ReportLib(object): class799 def GetReportLib(record_file: str) -> Union[ReportLib, ProtoFileReportLib]:803 lib = ReportLib()
143 self.report: simpleperf_report_lib.ReportLib153 self.report = simpleperf_report_lib.ReportLib()
44 from simpleperf_report_lib import ReportLib105 lib = ReportLib()
161 lib = sp.ReportLib()
318 profiling data file, we create an instance of ReportLib, pass it the file path (via SetRecordFile).