Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 11 of 11) sorted by relevance

/system/extras/profcollectd/libprofcollectd/
Dreport.rs27 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/
Dcmd_debug_unwind.cpp255 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()
Drecord.h256 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
Dcmd_trace_sched.cpp258 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()
DRecordReadThread_test.cpp93 ASSERT_EQ(record->Timestamp(), time); in TEST()
205 ASSERT_EQ(reader.RecordTime(), records[i]->Timestamp()); in TEST()
Dcmd_monitor.cpp495 last_record_timestamp_ = std::max(last_record_timestamp_, record->Timestamp()); in ProcessRecord()
DJITDebugReader.cpp313 return FlushDebugInfo(record->Timestamp()); in UpdateRecord()
Dcmd_record.cpp1331 last_record_timestamp_ = std::max(last_record_timestamp_, record->Timestamp()); in ProcessRecord()
1587 jit_debug_reader_->FlushDebugInfo(r.Timestamp()); in UnwindRecord()
Drecord.cpp195 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/
DREADME.md85 restrictions on the string, you can also use `Timestamp`, `bytes`,
/system/security/keystore2/src/
Ddatabase.rs3229 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()