Searched refs:starting_timestamp (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | ktrace.py | 427 …def __init__(self, cpuid, verbose, humanize=None, starting_timestamp=None, tid=None, triage=False): argument 443 while self.iter_store is not None and starting_timestamp: 447 if event.timestamp >= starting_timestamp: 582 …cpus = [KDCPU(cpuid, verbose, starting_timestamp=start_timestamp, humanize=humanize, tid=tid, tria…
|