Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h41 pid_t pid_; /* Not all tools update this */ in DECLARE_RC_STRUCT() local
148 return RC_CHK_ACCESS(thread)->pid_; in thread__pid()
151 static inline void thread__set_pid(struct thread *thread, pid_t pid_) in thread__set_pid() argument
153 RC_CHK_ACCESS(thread)->pid_ = pid_; in thread__set_pid()