Searched refs:callers (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cProfile.py | 105 callers = {} 106 callersdicts[id(entry.code)] = callers 107 self.stats[func] = cc, nc, tt, ct, callers 114 callers = callersdicts[id(subentry.code)] 121 if func in callers: 122 prev = callers[func] 127 callers[func] = nc, cc, tt, ct
|
D | profile.py | 302 cc, ns, tt, ct, callers = timings[fn] 303 timings[fn] = cc, ns + 1, tt, ct, callers 313 cc, ns, tt, ct, callers = timings[fn] 314 timings[fn] = cc, ns+1, tt, ct, callers 335 cc, ns, tt, ct, callers = timings[rfn] 344 if pfn in callers: 345 callers[pfn] = callers[pfn] + 1 # hack: gather more 350 callers[pfn] = 1 352 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 433 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems(): [all …]
|
D | trace.py | 223 callers=None, outfile=None): argument 232 self.callers = callers 233 if self.callers is None: 234 self.callers = {} 235 self.callers = self.callers.copy() 241 counts, calledfuncs, callers = \ 243 self.update(self.__class__(counts, calledfuncs, callers)) 252 callers = self.callers 255 other_callers = other.callers 264 callers[key] = 1 [all …]
|
D | pstats.py | 140 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 144 if ("jprofile", 0, "profiler") in callers: 238 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems(): 258 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems(): 263 for func2, caller in callers.iteritems(): 286 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems(): 289 for func2, caller in callers.iteritems(): 393 cc, nc, tt, ct, callers = self.stats[func] 394 self.print_call_line(width, func, callers, "<-") 403 for cc, nc, tt, ct, callers in self.stats.itervalues(): [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | objgraph.py | 111 callers = [] 114 callers = callers + undef2file[label] 115 if callers: 116 callers.sort() 119 for fn in callers:
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/ |
D | SwitchRam.asm | 31 ; Adjust callers %rbp to account for stack move
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | firmware-update.rst | 160 UUID : 32 bits in each of w0-w3 (or r0-r3 for AArch32 callers) 310 implementation only supports normal world callers initiating execution of a 335 For normal world callers, BL1 sets the previously interrupted secure image state 336 to EXECUTED. For secure world callers, BL1 sets the previously executing secure
|
D | arm-sip-service.rst | 28 allows callers to retrieve timestamps captured at various paths in ARM Trusted
|
D | firmware-design.rst | 799 64-bit and/or 32-bit callers (using SMC32 or SMC64). Responding appropriately
|
D | porting-guide.rst | 2703 by the drivers and callers, as the system does not yet provide a means of
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_trace.py | 276 self.assertEqual(self.tracer.results().callers, expected)
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | services | 239 #> providing services to unknown callers, a service contact port is
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133.txt | 586 null pointers. When this is accessed by callers it
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133.txt | 1262 null pointers. When this is accessed by callers it
|