Searched refs:thread_trace (Results 1 – 1 of 1) sorted by relevance
1533 struct thread_trace { struct1584 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()[all …]