Lines Matching defs:thread
13 int thread__init_map_groups(struct thread *thread, struct machine *machine) in thread__init_map_groups()
33 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
67 void thread__delete(struct thread *thread) in thread__delete()
88 struct thread *thread__get(struct thread *thread) in thread__get()
95 void thread__put(struct thread *thread) in thread__put()
103 struct comm *thread__comm(const struct thread *thread) in thread__comm()
111 struct comm *thread__exec_comm(const struct thread *thread) in thread__exec_comm()
124 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm()
150 const char *thread__comm_str(const struct thread *thread) in thread__comm_str()
161 int thread__comm_len(struct thread *thread) in thread__comm_len()
173 size_t thread__fprintf(struct thread *thread, FILE *fp) in thread__fprintf()
179 void thread__insert_map(struct thread *thread, struct map *map) in thread__insert_map()
185 static int thread__clone_map_groups(struct thread *thread, in thread__clone_map_groups()
208 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp) in thread__fork()
225 void thread__find_cpumode_addr_location(struct thread *thread, in thread__find_cpumode_addr_location()