Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dktrace.py427 def __init__(self, cpuid, verbose, starting_timestamp=None, humanize=False): argument
441 while self.iter_store is not None and starting_timestamp:
445 if event.timestamp >= starting_timestamp:
579 starting_timestamp=start_timestamp, humanize=humanize)