Lines Matching defs:int
55 def _write_bits(self, desc: List[Tuple[int, int, int]]) -> None: argument
122 def kernel_object(self, kobj_type: int, name: str, process: Optional[int] = None) -> int:
151 def thread(self, process_koid: int, thread_koid: int) -> int:
165 def duration(self, begin: bool, thread: int, category: Optional[str],
166 name: Optional[str], timestamp: int) -> None:
191 def __init__(self, writer: TraceWriter, thread: int):
223 def check_waiting(self, timestamp: Optional[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:
273 def lost_stack(self, timestamp: Optional[int]) -> None:
282 def gap(self, timestamp: Optional[int]) -> None:
293 def timestamp(self, timestamp: Optional[int]) -> None: member in Stacker
296 def exception(self, timestamp: Optional[int],
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:
414 def __call__(self, trace_id: int, elem: etm.GenericTraceElement) -> None:
431 def process(self, trace_id: int, elem: etm.GenericTraceElement) -> None:
551 def get_symbol(self, path: str, offset: int) -> Optional[str]: