• Home
  • Raw
  • Download

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]):
252 def __init__(self, lib_id: int):
257 def get_function(self, func_id: int) -> FunctionScope:
283 def __init__(self, func_id: int):
292 def build_addr_hit_map(self, addr: int, event_count: int, subtree_event_count: int):
302 def build_line_hit_map(self, source_file_id: int, line: int, event_count: int,
303 subtree_event_count: int):
344 def __merge_hit_map(map1: Optional[Dict[int, List[int]]],
345 map2: Optional[Dict[int, List[int]]]) -> Optional[Dict[int, List[int]]]:
362 def __init__(self, func_id: int):
369 def get_child(self, func_id: int) -> CallNode:
381 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]):
435 def get_lib(self, lib_id: int) -> LibInfo:
442 def __init__(self, lib_id: int, func_name: str, func_id: int, start_addr: int, addr_len: int):
459 def get_func_id(self, lib_id: int, symbol: SymbolStruct) -> int:
470 def trim_functions(self, left_func_ids: Set[int]):
482 def __init__(self, file_id: int, abstract_path: str):
489 def request_lines(self, start_line: int, end_line: int):
712 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int):
781 def add_disassembly(self, filter_lib: Callable[[str], bool], jobs: int):