Home
last modified time | relevance | path

Searched refs:countcallers (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtrace.py451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
485 if countcallers:
698 countcallers = False
711 countcallers = True
779 if not (count or trace or report or listfuncs or countcallers):
802 countcallers=countcallers, ignoremods=ignore_modules,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_trace.py105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
258 self.tracer = Trace(count=0, trace=0, countcallers=1)