Searched refs:packed64 (Results 1 - 1 of 1) sorted by relevance

/gem5/util/streamline/
H A Dm5stats2streamline.py196 # - packed32, packed64
216 def packed64(x): function
344 # packed64 time value in nanoseconds relative to the uptime from the
347 ret = packed64(x)
399 # - timestamp: packed64
400 # - uptime: packed64
404 monotonic_delta = packed64(0)
406 body = newline_canary + packed64(timestamp) + packed64(uptime)
464 # - value: packed64
[all...]

Completed in 4 milliseconds