Lines Matching defs:thread

32 DECLARE_RC_STRUCT(thread) {  in DECLARE_RC_STRUCT()  argument
82 static inline void __thread__zput(struct thread **thread) in __thread__zput()
88 #define thread__zput(thread) __thread__zput(&thread) argument
96 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
130 static inline struct maps *thread__maps(struct thread *thread) in thread__maps()
135 static inline void thread__set_maps(struct thread *thread, struct maps *maps) in thread__set_maps()
140 static inline pid_t thread__pid(const struct thread *thread) in thread__pid()
145 static inline void thread__set_pid(struct thread *thread, pid_t pid_) in thread__set_pid()
150 static inline pid_t thread__tid(const struct thread *thread) in thread__tid()
155 static inline void thread__set_tid(struct thread *thread, pid_t tid) in thread__set_tid()
160 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid()
165 static inline void thread__set_ppid(struct thread *thread, pid_t ppid) in thread__set_ppid()
170 static inline int thread__cpu(const struct thread *thread) in thread__cpu()
175 static inline void thread__set_cpu(struct thread *thread, int cpu) in thread__set_cpu()
180 static inline int thread__guest_cpu(const struct thread *thread) in thread__guest_cpu()
185 static inline void thread__set_guest_cpu(struct thread *thread, int guest_cpu) in thread__set_guest_cpu()
190 static inline refcount_t *thread__refcnt(struct thread *thread) in thread__refcnt()
195 static inline void thread__set_exited(struct thread *thread, bool exited) in thread__set_exited()
200 static inline bool thread__comm_set(const struct thread *thread) in thread__comm_set()
205 static inline void thread__set_comm_set(struct thread *thread, bool set) in thread__set_comm_set()
210 static inline int thread__var_comm_len(const struct thread *thread) in thread__var_comm_len()
215 static inline void thread__set_comm_len(struct thread *thread, int len) in thread__set_comm_len()
220 static inline struct list_head *thread__namespaces_list(struct thread *thread) in thread__namespaces_list()
225 static inline int thread__namespaces_list_empty(const struct thread *thread) in thread__namespaces_list_empty()
230 static inline struct rw_semaphore *thread__namespaces_lock(struct thread *thread) in thread__namespaces_lock()
235 static inline struct list_head *thread__comm_list(struct thread *thread) in thread__comm_list()
240 static inline struct rw_semaphore *thread__comm_lock(struct thread *thread) in thread__comm_lock()
245 static inline u64 thread__db_id(const struct thread *thread) in thread__db_id()
250 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__set_db_id()
255 static inline void *thread__priv(struct thread *thread) in thread__priv()
260 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
265 static inline struct thread_stack *thread__ts(struct thread *thread) in thread__ts()
270 static inline void thread__set_ts(struct thread *thread, struct thread_stack *ts) in thread__set_ts()
275 static inline struct nsinfo *thread__nsinfo(struct thread *thread) in thread__nsinfo()
280 static inline struct srccode_state *thread__srccode_state(struct thread *thread) in thread__srccode_state()
285 static inline bool thread__filter(const struct thread *thread) in thread__filter()
290 static inline void thread__set_filter(struct thread *thread, bool filter) in thread__set_filter()
295 static inline int thread__filter_entry_depth(const struct thread *thread) in thread__filter_entry_depth()
300 static inline void thread__set_filter_entry_depth(struct thread *thread, int depth) in thread__set_filter_entry_depth()
305 static inline bool thread__lbr_stitch_enable(const struct thread *thread) in thread__lbr_stitch_enable()
310 static inline void thread__set_lbr_stitch_enable(struct thread *thread, bool en) in thread__set_lbr_stitch_enable()
315 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch()
320 static inline void thread__set_lbr_stitch(struct thread *thread, struct lbr_stitch *lbrs) in thread__set_lbr_stitch()
325 static inline bool thread__is_filtered(struct thread *thread) in thread__is_filtered()