Home
last modified time | relevance | path

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

/xnu-11215.81.4/tools/lldbmacros/
H A Dktrace.py428 def __init__(self, cpuid, verbose, starting_timestamp=None, humanize=False): argument
442 while self.iter_store is not None and starting_timestamp:
446 if event.timestamp >= starting_timestamp:
580 starting_timestamp=start_timestamp, humanize=humanize)