Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Devent_tracker.cc37 void EventTracker::PushProcessCounterForThread(ProcessCounterForThread pcounter, in PushProcessCounterForThread()
83 case base::variant_index<ProcessCounterForThread, OomScoreAdj>(): in FlushPendingEvents()
93 case base::variant_index<ProcessCounterForThread, MmEvent>(): { in FlushPendingEvents()
106 case base::variant_index<ProcessCounterForThread, RssStat>(): { in FlushPendingEvents()
119 case base::variant_index<ProcessCounterForThread, JsonCounter>(): { in FlushPendingEvents()
Devent_tracker.h48 using ProcessCounterForThread = variable
77 void PushProcessCounterForThread(ProcessCounterForThread,
89 ProcessCounterForThread counter;