Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc213 auto killed_pid = static_cast<uint32_t>(point.value); in ParseSystracePoint() local
214 if (killed_pid != 0) { in ParseSystracePoint()
216 context_->process_tracker->GetOrCreateProcess(killed_pid); in ParseSystracePoint()