Lines Matching defs:self
76 def thread_comm(self) -> str: argument
80 def in_kernel(self) -> bool: argument
103 def name(self) -> str: argument
106 def parse_value(self, data: ct.c_char_p) -> Union[str, bytes, List[bytes]]: argument
165 def name(self) -> str: argument
197 def dso_name(self) -> str: argument
201 def symbol_name(self) -> str: argument
243 def __init__(self, native_lib_path: Optional[str] = None): argument
288 def _get_native_lib(self) -> str: argument
291 def _load_dependent_lib(self): argument
296 def Close(self): argument
301 def SetReportOptions(self, options: ReportLibOptions): argument
313 def SetLogSeverity(self, log_level: str = 'info'): argument
318 def SetSymfs(self, symfs_dir: str): argument
323 def SetRecordFile(self, record_file: str): argument
328 def ShowIpForUnknownSymbol(self): argument
331 def ShowArtFrames(self, show: bool = True): argument
335 def MergeJavaMethods(self, merge: bool = True): argument
346 def AddProguardMappingFile(self, mapping_file: Union[str, Path]): argument
351 def SetKallsymsFile(self, kallsym_file: str): argument
356 def GetSupportedTraceOffCpuModes(self) -> List[str]: argument
371 def SetTraceOffCpuMode(self, mode: str): argument
378 def SetSampleFilter(self, filters: List[str]): argument
402 def GetNextSample(self) -> Optional[SampleStruct]: argument
411 def GetCurrentSample(self) -> Optional[SampleStruct]: argument
414 def GetEventOfCurrentSample(self) -> EventStruct: argument
419 def GetSymbolOfCurrentSample(self) -> SymbolStruct: argument
424 def GetCallChainOfCurrentSample(self) -> CallChainStructure: argument
429 def GetTracingDataOfCurrentSample(self) -> Optional[Dict[str, Any]]: argument
440 def GetBuildIdForPath(self, path: str) -> str: argument
445 def GetRecordCmd(self) -> str: argument
471 def _GetFeatureString(self, feature_name: str) -> str: argument
486 def GetArch(self) -> str: argument
489 def MetaInfo(self) -> Dict[str, str]: argument
512 def getInstance(self) -> ct._Pointer: argument