pid_             1064 tools/perf/builtin-c2c.c 	return scnprintf(hpp->buf, hpp->size, "%*d", width, he->thread->pid_);
pid_             1071 tools/perf/builtin-c2c.c 	return left->thread->pid_ - right->thread->pid_;
pid_              757 tools/perf/builtin-report.c 				  thread->pid_, thread->tid, thread->ppid,
pid_             1907 tools/perf/builtin-sched.c 	pid_t pid = thread->pid_;
pid_             1173 tools/perf/builtin-trace.c 	if (thread->pid_ == thread->tid) {
pid_             1175 tools/perf/builtin-trace.c 			  "/proc/%d/fd/%d", thread->pid_, fd);
pid_             1178 tools/perf/builtin-trace.c 			  "/proc/%d/task/%d/fd/%d", thread->pid_, thread->tid, fd);
pid_             1050 tools/perf/util/cs-etm.c 		tidq->pid = tidq->thread->pid_;
pid_              535 tools/perf/util/db-export.c 	*is_idle = !thread->pid_ && !thread->tid;
pid_              459 tools/perf/util/intel-bts.c 			btsq->pid = thread->pid_;
pid_              984 tools/perf/util/intel-pt.c 		ptq->pid = ptq->thread->pid_;
pid_              398 tools/perf/util/machine.c 	if (pid == th->pid_ || pid == -1 || th->pid_ != -1)
pid_              401 tools/perf/util/machine.c 	th->pid_ = pid;
pid_              403 tools/perf/util/machine.c 	if (th->pid_ == th->tid)
pid_              406 tools/perf/util/machine.c 	leader = __machine__findnew_thread(machine, th->pid_, th->pid_);
pid_              427 tools/perf/util/machine.c 			       th->pid_, th->tid);
pid_              436 tools/perf/util/machine.c 	pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid);
pid_             1813 tools/perf/util/machine.c 	if (parent->pid_ != (pid_t)event->fork.ppid) {
pid_             1815 tools/perf/util/machine.c 			    parent->pid_, parent->tid);
pid_             1005 tools/perf/util/scripting-engines/trace-event-python.c 	tuple_set_s32(t, 3, thread->pid_);
pid_             1247 tools/perf/util/sort.c 		if (left->thread->pid_ > right->thread->pid_) return -1;
pid_             1248 tools/perf/util/sort.c 		if (left->thread->pid_ < right->thread->pid_) return 1;
pid_              107 tools/perf/util/thread-stack.c 	return !(thread->tid || thread->pid_);
pid_              878 tools/perf/util/thread-stack.c 	if (ts->comm != comm && thread->pid_ == thread->tid) {
pid_               24 tools/perf/util/thread.c 	pid_t pid = thread->pid_;
pid_               46 tools/perf/util/thread.c 		thread->pid_ = pid;
pid_              231 tools/perf/util/thread.c 	if (second_last && !last->start && thread->pid_ == thread->tid)
pid_              281 tools/perf/util/thread.c 		       thread->pid_, thread->tid) >= (int)sizeof(path)) &&
pid_              379 tools/perf/util/thread.c 	if (thread->pid_ == parent->pid_)
pid_              384 tools/perf/util/thread.c 			 thread->pid_, thread->tid, parent->pid_, parent->tid);
pid_              427 tools/perf/util/thread.c 	if (thread->pid_ == thread->tid)
pid_              430 tools/perf/util/thread.c 	if (thread->pid_ == -1)
pid_              433 tools/perf/util/thread.c 	return machine__find_thread(machine, thread->pid_, thread->pid_);
pid_               29 tools/perf/util/thread.h 	pid_t			pid_; /* Not all tools update this */
pid_              133 tools/perf/util/thread.h 	    !intlist__has_entry(symbol_conf.pid_list, thread->pid_)) {