• Home
  • Raw
  • Download

Lines Matching defs:self

78     def thread_comm(self) -> str:  argument
82 def in_kernel(self) -> bool: argument
105 def name(self) -> str: argument
108 def parse_value(self, data: ct.c_char_p) -> Union[str, bytes, List[bytes]]: argument
167 def name(self) -> str: argument
199 def dso_name(self) -> str: argument
203 def symbol_name(self) -> str: argument
240 def name(self) -> str: argument
303 def __init__(self, native_lib_path: Optional[str] = None): argument
372 def _get_native_lib(self) -> str: argument
375 def _load_dependent_lib(self): argument
380 def Close(self): argument
385 def SetReportOptions(self, options: ReportLibOptions): argument
389 def SetLogSeverity(self, log_level: str = 'info'): argument
394 def SetSymfs(self, symfs_dir: str): argument
399 def SetRecordFile(self, record_file: str): argument
404 def ShowIpForUnknownSymbol(self): argument
407 def ShowArtFrames(self, show: bool = True): argument
411 def RemoveMethod(self, method_name_regex: str): argument
416 def MergeJavaMethods(self, merge: bool = True): argument
427 def AddProguardMappingFile(self, mapping_file: Union[str, Path]): argument
432 def SetKallsymsFile(self, kallsym_file: str): argument
437 def GetSupportedTraceOffCpuModes(self) -> List[str]: argument
452 def SetTraceOffCpuMode(self, mode: str): argument
459 def SetSampleFilter(self, filters: List[str]): argument
483 def AggregateThreads(self, thread_name_regex_list: List[str]): argument
495 def GetNextSample(self) -> Optional[SampleStruct]: argument
504 def GetCurrentSample(self) -> Optional[SampleStruct]: argument
507 def GetEventOfCurrentSample(self) -> EventStruct: argument
512 def GetSymbolOfCurrentSample(self) -> SymbolStruct: argument
517 def GetCallChainOfCurrentSample(self) -> CallChainStructure: argument
522 def GetEventCountersOfCurrentSample(self) -> EventCountersViewStructure: argument
527 def GetTracingDataOfCurrentSample(self) -> Optional[Dict[str, Any]]: argument
538 def GetProcessNameOfCurrentSample(self) -> str: argument
541 def GetBuildIdForPath(self, path: str) -> str: argument
546 def GetRecordCmd(self) -> str: argument
572 def _GetFeatureString(self, feature_name: str) -> str: argument
587 def GetArch(self) -> str: argument
590 def MetaInfo(self) -> Dict[str, str]: argument
613 def getInstance(self) -> ct._Pointer: argument
618 def GetAllBuildIds(self) -> Dict[str, str]: argument
636 def SetETMCallback(self, callback: Callable[[int, etm.GenericTraceElement], None]) -> None: argument
649 def ConvertETMAddressToVaddrInFile(self, trace_id: int, addr: int) -> Optional[Tuple[str, int]]: argument
660 def GetThread(self, tid: int) -> Optional[Tuple[int, int, str]]: argument
670 def GetSymbols(self, path: str) -> Optional[List[Tuple[int, int, str]]]: argument
720 def __init__(self): argument
734 def Close(self): argument
737 def SetReportOptions(self, options: ReportLibOptions): argument
741 def SetLogSeverity(self, log_level: str = 'info'): argument
744 def SetSymfs(self, symfs_dir: str): argument
747 def SetRecordFile(self, record_file: str): argument
780 def AddProguardMappingFile(self, mapping_file: Union[str, Path]): argument
785 def ShowIpForUnknownSymbol(self): argument
788 def ShowArtFrames(self, show: bool = True): argument
792 def RemoveMethod(self, method_name_regex: str): argument
796 def SetSampleFilter(self, filters: List[str]): argument
799 def GetSupportedTraceOffCpuModes(self) -> List[str]: argument
815 def SetTraceOffCpuMode(self, mode: str): argument
823 def AggregateThreads(self, thread_name_regex_list: List[str]): argument
831 def GetNextSample(self) -> Optional[ProtoSample]: argument
845 def _process_sample_record(self, sample) -> None: argument
869 def _process_context_switch(self, context_switch) -> None: argument
877 def _add_to_sample_queue(self, sample) -> None: argument
880 def GetCurrentSample(self) -> Optional[ProtoSample]: argument
889 def GetEventOfCurrentSample(self) -> ProtoEvent: argument
895 def _get_event_name(self, event_type_id: int) -> str: argument
898 def GetSymbolOfCurrentSample(self) -> ProtoSymbol: argument
903 def GetCallChainOfCurrentSample(self) -> ProtoCallChain: argument
911 def _build_symbol(self, node) -> ProtoSymbol: argument
925 def GetBuildIdForPath(self, path: str) -> str: argument
928 def GetRecordCmd(self) -> str: argument
931 def GetArch(self) -> str: argument
934 def MetaInfo(self) -> Dict[str, str]: argument