Home
last modified time | relevance | path

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

/system/bt/common/
Dstop_watch_legacy.cc44 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()
76 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local
77 LOG_INFO("%s: %s: took %zu us", start_timestamp.c_str(), in DumpStopWatchLog()
82 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()
97 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()
Dstop_watch_legacy.h27 std::chrono::high_resolution_clock::time_point start_timestamp; member
/system/bt/gd/common/
Dstop_watch.cc44 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()
76 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local
79 start_timestamp.c_str(), in DumpStopWatchLog()
83 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()
98 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()
Dstop_watch.h27 std::chrono::high_resolution_clock::time_point start_timestamp; member
/system/extras/simpleperf/
Dcmd_trace_sched.cpp264 uint64_t start_timestamp = spin_info.samples_in_check_period.front().timestamp; in ProcessSampleRecord() local
265 uint64_t time_period_in_ns = record.Timestamp() - start_timestamp; in ProcessSampleRecord()
276 thread.spin_info.max_rate_start_timestamp = start_timestamp; in ProcessSampleRecord()