Lines Matching defs:int
75 def hex_address_for_json(addr: int) -> str:
89 def get_process(self, pid: int) -> ProcessScope:
120 def __init__(self, pid: int):
126 def get_thread(self, tid: int, thread_name: str) -> ThreadScope:
162 def __init__(self, tid: int):
172 self, event_count: int, callstack: List[Tuple[int, int, int]], argument
210 hit_func_ids: Set[int]):
250 def __init__(self, lib_id: int):
255 def get_function(self, func_id: int) -> FunctionScope:
281 def __init__(self, func_id: int):
290 def build_addr_hit_map(self, addr: int, event_count: int, subtree_event_count: int):
300 def build_line_hit_map(self, source_file_id: int, line: int, event_count: int,
301 subtree_event_count: int):
342 def __merge_hit_map(map1: Optional[Dict[int, List[int]]],
343 map2: Optional[Dict[int, List[int]]]) -> Optional[Dict[int, List[int]]]:
360 def __init__(self, func_id: int):
367 def get_child(self, func_id: int) -> CallNode:
379 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]):
433 def get_lib(self, lib_id: int) -> LibInfo:
440 def __init__(self, lib_id: int, func_name: str, func_id: int, start_addr: int, addr_len: int):
457 def get_func_id(self, lib_id: int, symbol: SymbolStruct) -> int:
468 def trim_functions(self, left_func_ids: Set[int]):
480 def __init__(self, file_id: int, abstract_path: str):
487 def request_lines(self, start_line: int, end_line: int):
783 def add_disassembly(self, filter_lib: Callable[[str], bool], jobs: int):