Home
last modified time | relevance | path

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

/developtools/bytrace/script/
H A Dbytrace_multi.py90 timestamp_ = "{:.6f}".format(timestamp - diff_time)
92 line.replace("{:.6f}".format(timestamp), str(timestamp_))
93 all_trace_list.append((timestamp_, line_))
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dftrace_parser.h52 timestamp_ = pageHeader_.timestamp; in ParsePage()
59 timestamp_ += eventHeader.timeDelta; in ParsePage()
134 ftraceEvent->set_timestamp(timestamp_); in ParseDataRecord()
226 uint64_t timestamp_ = 0; member in FtraceParser
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_parser.cpp539 timestamp_ += GetTimestampIncrements(deltaExt); in ParseTimeExtend()
540 PROFILER_LOG_INFO(LOG_CORE, "ParseTimeExtend: update ts with %u to %" PRIu64, deltaExt, timestamp_); in ParseTimeExtend()
550 timestamp_ = eventHeader.timeDelta + GetTimestampIncrements(deltaExt); in ParseTimeStamp()
551 PROFILER_LOG_INFO(LOG_CORE, "ParseTimeStamp: update ts with %u to %" PRIu64, deltaExt, timestamp_); in ParseTimeStamp()

Completed in 2 milliseconds