Lines Matching defs:str
41 def _char_pt(s: str) -> bytes:
49 def _check(cond: bool, failmsg: str):
303 def __init__(self, native_lib_path: Optional[str] = None):
389 def SetLogSeverity(self, log_level: str = 'info'):
394 def SetSymfs(self, symfs_dir: str):
399 def SetRecordFile(self, record_file: str):
411 def RemoveMethod(self, method_name_regex: str):
427 def AddProguardMappingFile(self, mapping_file: Union[str, Path]):
432 def SetKallsymsFile(self, kallsym_file: str):
452 def SetTraceOffCpuMode(self, mode: str):
459 def SetSampleFilter(self, filters: List[str]):
483 def AggregateThreads(self, thread_name_regex_list: List[str]):
541 def GetBuildIdForPath(self, path: str) -> str:
572 def _GetFeatureString(self, feature_name: str) -> str:
670 def GetSymbols(self, path: str) -> Optional[List[Tuple[int, int, str]]]:
706 def is_supported_format(record_file: str):
741 def SetLogSeverity(self, log_level: str = 'info'):
744 def SetSymfs(self, symfs_dir: str):
747 def SetRecordFile(self, record_file: str):
780 def AddProguardMappingFile(self, mapping_file: Union[str, Path]):
792 def RemoveMethod(self, method_name_regex: str):
796 def SetSampleFilter(self, filters: List[str]):
815 def SetTraceOffCpuMode(self, mode: str):
823 def AggregateThreads(self, thread_name_regex_list: List[str]):
925 def GetBuildIdForPath(self, path: str) -> str:
938 def GetReportLib(record_file: str) -> Union[ReportLib, ProtoFileReportLib]: