Lines Matching refs:def
85 def __init__(self, name, start_address, end_address, origin, origin_offset):
98 def AddName(self, name):
106 def FullName(self):
112 def IsUsed(self):
115 def Tick(self, pc):
122 def CalleeTick(self, callee):
127 def PrintAnnotated(self, code_info, options):
169 def __str__(self):
177 def _GetDisasmLines(self, code_info, options):
199 def PageAddress(address):
203 def PageId(address):
207 def PageAddressFromId(id):
210 def __init__(self, address):
214 def Add(self, code):
217 def Remove(self, code):
220 def Find(self, pc):
228 def __iter__(self):
235 def __init__(self):
240 def Add(self, code, max_pages=-1):
261 def Remove(self, code):
275 def AllCode(self):
281 def UsedCode(self):
286 def Print(self):
290 def Find(self, pc):
302 def __init__(self, arch, header_size):
327 def __init__(self, log_name, code_map, is_snapshot, snapshot_pos_to_name):
334 def ReadCodeInfo(self):
340 def ReadUpToGC(self, code_info):
432 def Dispose(self):
436 def _HandleCodeConflict(old_code, new_code):
443 def _UpdateNames(old_code, new_code):
465 def __init__(self, fields):
469 def __str__(self):
475 def Read(self, trace, offset):
479 def CtypesFields(fields):
576 def __init__(self, trace_name):
599 def ReadEventHeader(self):
607 def ReadMmap(self, header, offset):
616 def ReadSample(self, header, offset):
629 def Dispose(self):
633 def _SampleEventBodyDesc(self, sample_type):
656 def __init__(self):
661 def Load(self, mmap_info, code_map, options):
723 def Tick(self, pc):
731 def _UniqueMmapName(self, mmap_info):
740 def _LoadKernelSymbols(self, code_map):
759 def PrintReport(code_map, library_repo, code_info, options):
775 def PrintDot(code_map, options):