Home
last modified time | relevance | path

Searched defs:ScopedEvent (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/extras/libatrace_rust/src/
H A Dlib.rs90 pub struct ScopedEvent { struct
94 impl Drop for ScopedEvent { implementation
101 pub fn begin_scoped_event(tag: AtraceTag, name: &str) -> ScopedEvent { in begin_scoped_event()
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file.cc54 class ScopedEvent { class
56 ScopedEvent() { in ScopedEvent() function in unix_file::ScopedEvent
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtp_metatrace.h175 ScopedEvent(ScopedEvent&& value) noexcept { in ScopedEvent() function
/aosp_15_r20/external/libchrome/mojo/core/ports/
H A Devent.h24 using ScopedEvent = std::unique_ptr<Event>; variable
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dmetatrace.h276 ScopedEvent(uint32_t tag, uint16_t event_id) { in ScopedEvent() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dmetatrace.h276 ScopedEvent(uint32_t tag, uint16_t event_id) { in ScopedEvent() function
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dtrace.h174 Trace::ScopedEvent::ScopedEvent(const char* fmt, ...) : trace(Trace::get()) { in ScopedEvent() function