Searched refs:Timestamp (Results 1 – 11 of 11) sorted by relevance
/system/extras/profcollectd/libprofcollectd/ |
D | report.rs | 27 use uuid::v1::{Context, Timestamp}; 81 Timestamp::from_unix(&*UUID_CONTEXT, since_epoch.as_secs(), since_epoch.subsec_nanos()); in get_report_filename()
|
/system/extras/simpleperf/ |
D | cmd_debug_unwind.cpp | 255 if (sample_times_.empty() || sample_times_.count(r->Timestamp())) { in ProcessRecord() 259 if (last_unwinding_result_ && last_unwinding_result_->Timestamp() == sr.Timestamp()) { in ProcessRecord() 289 fprintf(out_fp_, "sample_time: %" PRIu64 "\n", r.Timestamp()); in UnwindRecord() 370 keep_record = (sample_times_.count(r->Timestamp()) > 0); in ProcessRecord() 372 keep_record = (sample_times_.count(r->Timestamp()) > 0); in ProcessRecord() 399 r.Timestamp()); in WriteMapsForSample() 531 fprintf(out_fp_, "sample_time: %" PRIu64 "\n", sr.Timestamp()); in ReportUnwindingResult()
|
D | record.h | 256 virtual uint64_t Timestamp() const; 404 uint64_t Timestamp() const override; 590 uint64_t Timestamp() const override { return time; } in Timestamp() function 615 uint64_t Timestamp() const override { return time; } in Timestamp() function
|
D | cmd_trace_sched.cpp | 258 spin_info.samples_in_check_period.push(SampleInfo(record.Timestamp(), runtime)); in ProcessSampleRecord() 265 uint64_t time_period_in_ns = record.Timestamp() - start_timestamp; in ProcessSampleRecord() 277 thread.spin_info.max_rate_end_timestamp = record.Timestamp(); in ProcessSampleRecord()
|
D | RecordReadThread_test.cpp | 93 ASSERT_EQ(record->Timestamp(), time); in TEST() 205 ASSERT_EQ(reader.RecordTime(), records[i]->Timestamp()); in TEST()
|
D | cmd_monitor.cpp | 495 last_record_timestamp_ = std::max(last_record_timestamp_, record->Timestamp()); in ProcessRecord()
|
D | JITDebugReader.cpp | 313 return FlushDebugInfo(record->Timestamp()); in UpdateRecord()
|
D | cmd_record.cpp | 1331 last_record_timestamp_ = std::max(last_record_timestamp_, record->Timestamp()); in ProcessRecord() 1587 jit_debug_reader_->FlushDebugInfo(r.Timestamp()); in UnwindRecord()
|
D | record.cpp | 195 uint64_t Record::Timestamp() const { in Timestamp() function in simpleperf::Record 789 uint64_t SampleRecord::Timestamp() const { in Timestamp() function in simpleperf::SampleRecord
|
/system/extras/libjsonpb/ |
D | README.md | 85 restrictions on the string, you can also use `Timestamp`, `bytes`,
|
/system/security/keystore2/src/ |
D | database.rs | 3229 Timestamp::Timestamp, 3343 timestamp: Timestamp { milliSeconds: 500 }, in test_auth_token_table_invariant() 3357 timestamp: Timestamp { milliSeconds: 600 }, in test_auth_token_table_invariant() 3376 timestamp: Timestamp { milliSeconds: 600 }, in test_auth_token_table_invariant() 5659 timestamp: Timestamp { milliSeconds: 10 }, in test_verify_auth_table_size_reporting() 5699 timestamp: Timestamp { milliSeconds: 10 }, in find_auth_token_entry_returns_latest() 5708 timestamp: Timestamp { milliSeconds: 12 }, in find_auth_token_entry_returns_latest() 5717 timestamp: Timestamp { milliSeconds: 3 }, in find_auth_token_entry_returns_latest()
|