Searched defs:timestamp (Results 1 – 11 of 11) sorted by relevance
94 required uint32 timestamp = 1; field107 required uint32 timestamp = 1; field127 required uint32 timestamp = 1; field149 required uint32 timestamp = 1; field169 required uint32 timestamp = 1; field
37 def _to_ns(timestamp): argument68 def add_marker(self, timestamp, marker_text): argument152 def add_marker(self, timestamp, marker_text): argument
15 optional int64 timestamp = 2; field
52 val timestamp get() = _timestamp constant in trebuchet.importers.ftrace.FtraceLine148 val timestamp = readDouble() in parseLine() constant
21 data class CounterValue(val timestamp: Double, val count: Long) constant in trebuchet.model.CounterValue
71 optional string timestamp = 10; field
151 val timestamp = LocalDateTime.now().format( in createRerunScriptBaseFilename() constant
70 jlong timestamp = timespecToMs(spec); in createIntent() local
30 val timestamp: Double, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
112 def is_valid_logline_timestamp(timestamp): argument
526 def __init__(self, timestamp, rtt): argument