Lines Matching defs:str
81 def switch_provider(self, name: str) -> None:
101 def encode_string(self, value: str) -> int:
122 def kernel_object(self, kobj_type: int, name: str, process: Optional[int] = None) -> int:
165 def duration(self, begin: bool, thread: int, category: Optional[str],
166 name: Optional[str], timestamp: int) -> None:
236 def call(self, symbol: str, timestamp: Optional[int], front: bool = False) -> None:
260 def ret(self, symbol: str, timestamp: Optional[int]) -> None:
297 name: str, excepted_return: Optional[int]) -> None:
320 def instr_range(self, timestamp: Optional[int], start: str, start_addr: int,
321 end: str, _end_addr: int, isubtype: etm.InstrSubtype) -> None:
551 def get_symbol(self, path: str, offset: int) -> Optional[str]:
567 def get_symbols(self, path: str) -> Tuple[List[Tuple[int, int, str]], List[int]]: