Lines Matching defs:thread

19 int thread__init_map_groups(struct thread *thread, struct machine *machine)  in thread__init_map_groups()
40 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
76 void thread__delete(struct thread *thread) in thread__delete()
112 struct thread *thread__get(struct thread *thread) in thread__get()
119 void thread__put(struct thread *thread) in thread__put()
131 struct namespaces *thread__namespaces(const struct thread *thread) in thread__namespaces()
139 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces()
163 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces()
174 struct comm *thread__comm(const struct thread *thread) in thread__comm()
182 struct comm *thread__exec_comm(const struct thread *thread) in thread__exec_comm()
195 static int ____thread__set_comm(struct thread *thread, const char *str, in ____thread__set_comm()
220 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm()
231 int thread__set_comm_from_proc(struct thread *thread) in thread__set_comm_from_proc()
248 static const char *__thread__comm_str(const struct thread *thread) in __thread__comm_str()
258 const char *thread__comm_str(const struct thread *thread) in thread__comm_str()
270 int thread__comm_len(struct thread *thread) in thread__comm_len()
282 size_t thread__fprintf(struct thread *thread, FILE *fp) in thread__fprintf()
288 int thread__insert_map(struct thread *thread, struct map *map) in thread__insert_map()
302 static int __thread__prepare_access(struct thread *thread) in __thread__prepare_access()
322 static int thread__prepare_access(struct thread *thread) in thread__prepare_access()
332 static int thread__clone_map_groups(struct thread *thread, in thread__clone_map_groups()
352 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp) in thread__fork()
368 void thread__find_cpumode_addr_location(struct thread *thread, u64 addr, in thread__find_cpumode_addr_location()
386 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread()