Home
last modified time | relevance | path

Searched refs:IncrementAndGetTrackEventThreadInstructionCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dpacket_sequence_state_generation.h203 int64_t IncrementAndGetTrackEventThreadInstructionCount(int64_t delta) { in IncrementAndGetTrackEventThreadInstructionCount() function
205 .IncrementAndGetTrackEventThreadInstructionCount(delta); in IncrementAndGetTrackEventThreadInstructionCount()
H A Dtrack_event_sequence_state.h58 int64_t IncrementAndGetTrackEventThreadInstructionCount(int64_t delta) { in IncrementAndGetTrackEventThreadInstructionCount() function
H A Dtrack_event_tokenizer.cc391 state->IncrementAndGetTrackEventThreadInstructionCount( in TokenizeTrackEventPacket()