Lines Matching defs:thread
14 struct thread {
29 void thread__delete(struct thread *self);
31 int thread__set_comm(struct thread *self, const char *comm);
32 int thread__comm_len(struct thread *self);
33 struct thread *perf_session__findnew(struct perf_session *self, pid_t pid);
34 void thread__insert_map(struct thread *self, struct map *map);
35 int thread__fork(struct thread *self, struct thread *parent);
38 static inline struct map *thread__find_map(struct thread *self,
44 void thread__find_addr_map(struct thread *self,
49 void thread__find_addr_location(struct thread *self,