Lines Matching defs:thread

25 int thread__init_maps(struct thread *thread, struct machine *machine)  in thread__init_maps()
47 struct thread *thread; in thread__new() local
93 void thread__delete(struct thread *thread) in thread__delete()
132 struct thread *thread__get(struct thread *thread) in thread__get()
142 void thread__put(struct thread *thread) in thread__put()
150 static struct namespaces *__thread__namespaces(struct thread *thread) in __thread__namespaces()
158 struct namespaces *thread__namespaces(struct thread *thread) in thread__namespaces()
169 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces()
193 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces()
204 static struct comm *__thread__comm(struct thread *thread) in __thread__comm()
213 struct comm *thread__comm(struct thread *thread) in thread__comm()
223 struct comm *thread__exec_comm(struct thread *thread) in thread__exec_comm()
250 static int ____thread__set_comm(struct thread *thread, const char *str, in ____thread__set_comm()
276 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm()
287 int thread__set_comm_from_proc(struct thread *thread) in thread__set_comm_from_proc()
304 static const char *__thread__comm_str(struct thread *thread) in __thread__comm_str()
315 const char *thread__comm_str(struct thread *thread) in thread__comm_str()
326 static int __thread__comm_len(struct thread *thread, const char *comm) in __thread__comm_len()
336 int thread__comm_len(struct thread *thread) in thread__comm_len()
352 size_t thread__fprintf(struct thread *thread, FILE *fp) in thread__fprintf()
358 int thread__insert_map(struct thread *thread, struct map *map) in thread__insert_map()
384 static int thread__prepare_access(struct thread *thread) in thread__prepare_access()
398 static int thread__clone_maps(struct thread *thread, struct thread *parent, bool do_maps_clone) in thread__clone_maps()
414 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) in thread__fork()
430 void thread__find_cpumode_addr_location(struct thread *thread, u64 addr, in thread__find_cpumode_addr_location()
481 uint16_t thread__e_machine(struct thread *thread, struct machine *machine) in thread__e_machine()
529 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread()
540 int thread__memcpy(struct thread *thread, struct machine *machine, in thread__memcpy()
573 void thread__free_stitch_list(struct thread *thread) in thread__free_stitch_list()