Home
last modified time | relevance | path

Searched refs:AddInstantEvent (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Devent_tracker.cc181 idx = instants->AddInstantEvent(timestamp, name_id, value, 0, in PushInstant()
188 idx = instants->AddInstantEvent(timestamp, name_id, value, ref, ref_type); in PushInstant()
Dtrace_storage.h473 inline uint32_t AddInstantEvent(int64_t timestamp, in AddInstantEvent() function