Lines Matching defs:thread

65 static void thread__set_guest_comm(struct thread *thread, pid_t pid)  in thread__set_guest_comm()
106 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() local
353 struct thread *thread; in findnew_guest_code() local
545 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread() local
555 struct thread *thread) in machine__thread_exec_comm()
566 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() local
593 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event() local
914 static int machine_fprintf_cb(struct thread *thread, void *data) in machine_fprintf_cb()
1697 struct thread *thread; in machine__process_mmap2_event() local
1765 struct thread *thread; in machine__process_mmap_event() local
1828 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() local
1894 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event() local
1963 static void ip__resolve_ams(struct thread *thread, in ip__resolve_ams()
1990 static void ip__resolve_data(struct thread *thread, in ip__resolve_data()
2056 static int add_callchain_ip(struct thread *thread, in add_callchain_ip()
2229 static int lbr_callchain_add_kernel_ip(struct thread *thread, in lbr_callchain_add_kernel_ip()
2266 static void save_lbr_cursor_node(struct thread *thread, in save_lbr_cursor_node()
2295 static int lbr_callchain_add_lbr_ip(struct thread *thread, in lbr_callchain_add_lbr_ip()
2397 static int lbr_callchain_add_stitched_lbr_ip(struct thread *thread, in lbr_callchain_add_stitched_lbr_ip()
2422 static struct stitch_list *get_stitch_node(struct thread *thread) in get_stitch_node()
2438 static bool has_stitched_lbr(struct thread *thread, in has_stitched_lbr()
2513 static bool alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) in alloc_lbr_stitch()
2550 static int resolve_lbr_callchain_sample(struct thread *thread, in resolve_lbr_callchain_sample()
2638 static int find_prev_cpumode(struct ip_callchain *chain, struct thread *thread, in find_prev_cpumode()
2660 struct thread *thread, int usr_idx) in get_leaf_frame_caller()
2668 static int thread__resolve_callchain_sample(struct thread *thread, in thread__resolve_callchain_sample()
2918 static int thread__resolve_callchain_unwind(struct thread *thread, in thread__resolve_callchain_unwind()
2941 int __thread__resolve_callchain(struct thread *thread, in __thread__resolve_callchain()
2983 int (*fn)(struct thread *thread, void *p), in machine__for_each_thread()
2990 int (*fn)(struct thread *thread, void *p), in machines__for_each_thread()
3011 static int thread_list_cb(struct thread *thread, void *data) in thread_list_cb()
3051 struct thread *thread; in machine__set_current_tid() local