Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/trace/
H A Dparse_ipc_trace.py179 DFLAVORS = [ 'std', 'ool', 'vcpy', 'iokit' ] variable in IPCEdge
246 df = {f:0 for f in self.DFLAVORS}
347 self.msgs = defaultdict(lambda: {f:0 for f in IPCEdge.DFLAVORS})
352 for f in IPCEdge.DFLAVORS:
567 for f in IPCEdge.DFLAVORS:
575 for f in IPCEdge.DFLAVORS:
585 for f in IPCEdge.DFLAVORS:
597 for f in IPCEdge.DFLAVORS:
605 for f in IPCEdge.DFLAVORS:
613 cdf = {f:0 for f in IPCEdge.DFLAVORS}
[all …]