Searched refs:entryString (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | xnu.py | 1359 def Trace_cmd(cmd_args=[], cmd_options={}, headerString=lambda:"", entryString=lambda x:"", ring=''… argument 1415 print(entryString(entries[x])) 1454 entryString = lambda x : "%-20u(%6u) %6s[%02d] %-20s %-2d 0x%016x 0x%016x 0x%x" % ( function 1465 Trace_cmd(cmd_args, cmd_options, hdrString, entryString, 'iotrace_ring', 1488 entryString = lambda x : "%-20u(%6s) %8s[%02d] 0x%02x 0x%016x %6d %6d %s" % ( function 1499 Trace_cmd(cmd_args, cmd_options, hdrString, entryString, 'traptrace_ring',
|