Home
last modified time | relevance | path

Searched refs:g_enabled_timestamp (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dmetatrace.h68 extern std::atomic<uint64_t> g_enabled_timestamp;
105 auto base_ns = g_enabled_timestamp.load(std::memory_order_relaxed); in timestamp_ns()
112 auto t_start = g_enabled_timestamp.load(std::memory_order_relaxed); in set_timestamp()
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dmetatrace.cc28 std::atomic<uint64_t> g_enabled_timestamp{0}; variable
71 g_enabled_timestamp.store(TraceTimeNowNs(), std::memory_order_relaxed); in Enable()
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc793 extern std::atomic<uint64_t> g_enabled_timestamp;
830 auto base_ns = g_enabled_timestamp.load(std::memory_order_relaxed); in timestamp_ns()
837 auto t_start = g_enabled_timestamp.load(std::memory_order_relaxed); in set_timestamp()
1152 std::atomic<uint64_t> g_enabled_timestamp{0}; variable
1195 g_enabled_timestamp.store(TraceTimeNowNs(), std::memory_order_relaxed); in Enable()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp1614 extern std::atomic<uint64_t> g_enabled_timestamp;
1648 auto base_ns = g_enabled_timestamp.load(std::memory_order_relaxed); in timestamp_ns()
1655 auto t_start = g_enabled_timestamp.load(std::memory_order_relaxed); in set_timestamp()
2014 std::atomic<uint64_t> g_enabled_timestamp{0}; variable
2057 g_enabled_timestamp.store(TraceTimeNowNs(), std::memory_order_relaxed); in Enable()