Searched refs:exflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/trace/ |
| H A D | parse_ipc_trace.py | 764 def parse_tracefile_line(line, exclude, include, exflags, incflags, active_proc, graph, base=16): argument 791 if exflags or incflags: 792 if exflags and (flags & int(exflags[0], 0)): 884 …parse_tracefile_line(line.strip(), args.exclude, args.include, args.exflags, args.incflags, active…
|