Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/trace/
H A Dparse_ipc_trace.py178 DTYPES = [ 'std', 'xpc', 'iokit', 'std.reply', 'xpc.reply', 'iokit.reply' ] variable in IPCEdge
247 dt = {t:0 for t in self.DTYPES}
348 self.msgtypes = defaultdict(lambda: {t:0 for t in IPCEdge.DTYPES})
539 dfilter = IPCEdge.DTYPES
559 for type in IPCEdge.DTYPES:
562 for t in IPCEdge.DTYPES:
578 for t in IPCEdge.DTYPES:
836 …ridfilter', dest='ngridfilter', default=None, nargs='+', choices=IPCEdge.DTYPES, help='Used with t…