Lines Matching defs:self
46 def __init__(self): argument
54 def __init__(self, raw_lines: List[str]): argument
61 def parse(self): argument
75 def _get_callchain_node(self, callchain_id: int) -> CallChainNode: argument
83 def match(self, sample: Sample) -> bool: argument
88 def match(self, sample: Sample) -> bool: argument
96 def __init__(self, error_code: List[int]): argument
99 def match(self, sample: Sample) -> bool: argument
104 def __init__(self, end_dso: List[str]): argument
107 def match(self, sample: Sample) -> bool: argument
112 def __init__(self, end_symbol: List[str]): argument
115 def match(self, sample: Sample) -> bool: argument
120 def __init__(self, sample_time: List[int]): argument
123 def match(self, sample: Sample) -> bool: argument
128 def __init__(self): argument
132 def set_filters(self, args: argparse.Namespace): argument
153 def get_samples(self, input_file: str) -> Iterator[Sample]: argument
171 def filter_sample(self, sample: Sample) -> bool: argument
183 def report(self, sample: Sample): argument
186 def end_report(self): argument
191 def report(self, sample: Sample): argument
198 def __init__(self): argument
202 def report(self, sample: Sample): argument
207 def end_report(self): argument
211 def draw_error_code_table(self): argument
219 def draw_symbol_table(self): argument