Lines Matching defs:int
76 def hex_address_for_json(addr: int) -> str:
90 def get_process(self, pid: int) -> ProcessScope:
121 def __init__(self, pid: int):
127 def get_thread(self, tid: int, thread_name: str) -> ThreadScope:
164 def __init__(self, tid: int):
174 self, event_count: int, callstack: List[Tuple[int, int, int]], argument
212 hit_func_ids: Set[int]):
249 def sort_call_graph_by_function_name(self, get_func_name: Callable[[int], str]) -> None:
256 def __init__(self, lib_id: int):
261 def get_function(self, func_id: int) -> FunctionScope:
287 def __init__(self, func_id: int):
296 def build_addr_hit_map(self, addr: int, event_count: int, subtree_event_count: int):
306 def build_line_hit_map(self, source_file_id: int, line: int, event_count: int,
307 subtree_event_count: int):
348 def __merge_hit_map(map1: Optional[Dict[int, List[int]]],
349 map2: Optional[Dict[int, List[int]]]) -> Optional[Dict[int, List[int]]]:
366 def __init__(self, func_id: int):
373 def get_child(self, func_id: int) -> CallNode:
385 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]):
415 def sort_by_function_name(self, get_func_name: Callable[[int], str]) -> None:
450 def get_lib(self, lib_id: int) -> LibInfo:
457 def __init__(self, lib_id: int, func_name: str, func_id: int, start_addr: int, addr_len: int):
474 def get_func_id(self, lib_id: int, symbol: SymbolStruct) -> int:
485 def get_func_name(self, func_id: int) -> str:
488 def trim_functions(self, left_func_ids: Set[int]):
500 def __init__(self, file_id: int, abstract_path: str):
507 def request_lines(self, start_line: int, end_line: int):
735 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int):
805 jobs: int, disassemble_job_size: int):
847 disassemble_job_size: int) -> List[List[Function]]: