Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Did_allocator.h47 uint32_t last_id_ = 0; variable
/external/libbrillo/brillo/message_loops/
Dfake_message_loop.h92 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.h111 FtraceConfigId last_id_ = 1; variable
/external/v8/src/profiler/
Dprofile-generator.h361 static std::atomic<uint32_t> last_id_; variable
Dprofile-generator.cc389 std::atomic<uint32_t> CpuProfile::last_id_; member in v8::internal::CpuProfile