Home | History | Annotate | Download | only in qtools

Lines Matching refs:pid

193                 event->pid = trace_->FindCurrentPid(event->time);
219 event->pid = trace_->FindCurrentPid(event->time);
241 event->pid = trace_->FindCurrentPid(event->time);
428 // Open the trace.pid file
429 char *fname = CreateTracePath(filename, ".pid");
452 event->pid = decoder_->Decode(false);
457 event->pid = decoder_->Decode(false);
516 event->pid = decoder_->Decode(false);
610 method_record->pid = prev_pid_;
752 // Open the qtrace.pid file
803 // Reads the list of pid events looking for an mmap of a dex file.
1175 // Finds the current pid for the given time. This routine reads the pid
1194 next_pid_ = event.pid;
1198 current_pid_ = event.pid;