Home
last modified time | relevance | path

Searched refs:next_pid_ (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dcompact_sched.h99 protozero::PackedVarInt& next_pid() { return next_pid_; } in next_pid()
124 protozero::PackedVarInt next_pid_; variable
Dcompact_sched.cc218 compact_out->set_switch_next_pid(next_pid_); in Write()
227 next_pid_.Reset(); in Reset()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc382 int64 cur_pid = next_pid_; in AllocatePID()
383 next_pid_ += 1; in AllocatePID()
Dtfprof_timeline.h180 int64 next_pid_ = 0; variable