• Home
  • Raw
  • Download

Lines Matching refs:thread_trace

1056 struct thread_trace {  struct
1079 static struct thread_trace *thread_trace__new(void) in thread_trace__new() argument
1081 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new()
1091 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace()
1093 struct thread_trace *ttrace; in thread__trace()
1118 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
1128 static struct file *thread_trace__files_entry(struct thread_trace *ttrace, int fd) in thread_trace__files_entry()
1160 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1204 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1257 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1268 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
1773 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
1896 static void thread__update_stats(struct thread_trace *ttrace, in thread__update_stats()
1924 struct thread_trace *ttrace; in trace__printf_interrupted_entry()
2005 struct thread_trace *ttrace; in trace__sys_enter()
2075 struct thread_trace *ttrace; in trace__fprintf_sys_enter()
2152 struct thread_trace *ttrace; in trace__sys_exit()
2280 struct thread_trace *ttrace; in trace__vfs_getname()
2345 struct thread_trace *ttrace = thread__trace(thread, trace->output); in trace__sched_stat_runtime()
2507 struct thread_trace *ttrace; in trace__pgfault()
3730 static size_t thread__dump_stats(struct thread_trace *ttrace, in thread__dump_stats()
3776 struct thread_trace *ttrace = thread__priv(thread); in trace__fprintf_thread()
3801 static unsigned long thread__nr_events(struct thread_trace *ttrace) in thread__nr_events()