Home
last modified time | relevance | path

Searched defs:Timestamp (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Dshill_time.h37 struct SHILL_EXPORT Timestamp { struct
38 Timestamp() : monotonic{} {} in Timestamp() argument
39 Timestamp(const struct timeval& in_monotonic, in Timestamp() argument
46 struct timeval monotonic;
47 struct timeval boottime;
48 std::string wall_clock;
/system/extras/simpleperf/
Drecord.cpp183 uint64_t Record::Timestamp() const { in Timestamp() function in Record
530 uint64_t SampleRecord::Timestamp() const { in Timestamp() function in SampleRecord