Lines Matching refs:thread_trace

1533 struct thread_trace {  struct
1584 static struct thread_trace *thread_trace__new(struct trace *trace) in thread_trace__new()
1586 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new()
1600 static void thread_trace__free_files(struct thread_trace *ttrace);
1604 struct thread_trace *ttrace = pttrace; in thread_trace__delete()
1616 static struct thread_trace *thread__trace(struct thread *thread, struct trace *trace) in thread__trace()
1618 struct thread_trace *ttrace; in thread__trace()
1643 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
1653 static void thread_trace__free_files(struct thread_trace *ttrace) in thread_trace__free_files()
1664 static struct file *thread_trace__files_entry(struct thread_trace *ttrace, int fd) in thread_trace__files_entry()
1696 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1742 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1795 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1806 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
2424 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
2637 static void thread__update_stats(struct thread *thread, struct thread_trace *ttrace, in thread__update_stats()
2697 struct thread_trace *ttrace; in trace__printf_interrupted_entry()
2791 struct thread_trace *ttrace; in trace__sys_enter()
2862 struct thread_trace *ttrace; in trace__fprintf_sys_enter()
2936 struct thread_trace *ttrace; in trace__sys_exit()
3068 struct thread_trace *ttrace; in trace__vfs_getname()
3133 struct thread_trace *ttrace = thread__trace(thread, trace); in trace__sched_stat_runtime()
3370 struct thread_trace *ttrace; in trace__pgfault()
4907 static size_t thread__dump_stats(struct thread_trace *ttrace, in thread__dump_stats()
4921 struct thread_trace *ttrace = thread__priv(thread); in trace__fprintf_thread()
4947 static unsigned long thread__nr_events(struct thread_trace *ttrace) in thread__nr_events()