Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dmetatrace.h99 struct Record { struct
121 // constructor so we cant just do "*this = Record()" either. argument
124 this->~Record(); in clear() argument
137 uint16_t timestamp_ns_high = 0;
138 uint32_t timestamp_ns_low = 0;
140 uint32_t thread_id = 0;
142 union {
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCallDAG.h42 struct Record struct
62 const Record &getRecordFromIndex(size_t index) const; argument
/device/google/sunfish/vibrator/common/
DHardwareBase.h51 Record(const char *func, const T &value, const std::ios *stream) in Record() function
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc824 struct Record { struct
825 static constexpr uint16_t kTypeMask = 0x8000;
826 static constexpr uint16_t kTypeCounter = 0x8000;
827 static constexpr uint16_t kTypeEvent = 0;
829 uint64_t timestamp_ns() const { in timestamp_ns()
836 void set_timestamp(uint64_t ts) { in set_timestamp()
848 void clear() { in clear()
858 std::atomic<uint16_t> type_and_id{};
862 uint16_t timestamp_ns_high = 0;
863 uint32_t timestamp_ns_low = 0;
[all …]
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp1642 struct Record { struct
1643 static constexpr uint16_t kTypeMask = 0x8000;
1644 static constexpr uint16_t kTypeCounter = 0x8000;
1645 static constexpr uint16_t kTypeEvent = 0;
1647 uint64_t timestamp_ns() const { in timestamp_ns()
1654 void set_timestamp(uint64_t ts) { in set_timestamp()
1666 void clear() { in clear()
1676 std::atomic<uint16_t> type_and_id{};
1680 uint16_t timestamp_ns_high = 0;
1681 uint32_t timestamp_ns_low = 0;
[all …]