Lines Matching defs:thread
1083 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace()
1145 struct file *thread__files_entry(struct thread *thread, int fd) in thread__files_entry()
1150 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
1167 static int thread__read_fd_path(struct thread *thread, int fd) in thread__read_fd_path()
1193 static const char *thread__fd_path(struct thread *thread, int fd, in thread__fd_path()
1230 struct thread *thread = machine__find_thread(trace->host, pid, pid); in pid__scnprintf_fd() local
1257 static void thread__set_filename_pos(struct thread *thread, const char *bf, in thread__set_filename_pos()
1332 static size_t trace__fprintf_comm_tid(struct trace *trace, struct thread *thread, FILE *fp) in trace__fprintf_comm_tid()
1345 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
1705 struct trace *trace, struct thread *thread) in syscall__scnprintf_args()
1902 struct perf_sample *sample, struct thread *thread) in trace__fprintf_sample()
1951 struct thread *thread; in trace__sys_enter() local
2027 struct thread *thread; in trace__fprintf_sys_enter() local
2099 struct thread *thread; in trace__sys_exit() local
2230 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__vfs_getname() local
2293 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime() local
2353 struct thread *thread; in trace__event_handler() local
2455 struct thread *thread; in trace__pgfault() local
2549 struct thread *thread; in trace__process_sample() local
3162 struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]); in trace__set_filter_loop_pids() local
3724 static size_t trace__fprintf_thread(FILE *fp, struct thread *thread, struct trace *trace) in trace__fprintf_thread()