Searched refs:pid_ (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread.h34 pid_t pid_; /* Not all tools update this */ local
141 return RC_CHK_ACCESS(thread)->pid_;
144 static inline void thread__set_pid(struct thread *thread, pid_t pid_) argument
146 RC_CHK_ACCESS(thread)->pid_ = pid_;

Completed in 82 milliseconds