Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Devent_tracker.cc40 void EventTracker::PushProcessCounterForThread(ProcessCounterForThread pcounter, in PushProcessCounterForThread()
95 case base::variant_index<ProcessCounterForThread, OomScoreAdj>(): in FlushPendingEvents()
105 case base::variant_index<ProcessCounterForThread, MmEvent>(): { in FlushPendingEvents()
118 case base::variant_index<ProcessCounterForThread, RssStat>(): { in FlushPendingEvents()
131 case base::variant_index<ProcessCounterForThread, JsonCounter>(): { in FlushPendingEvents()
H A Devent_tracker.h48 using ProcessCounterForThread = variable
77 void PushProcessCounterForThread(ProcessCounterForThread,
95 ProcessCounterForThread counter;