Home
last modified time | relevance | path

Searched refs:thread_trace (Results 1 – 1 of 1) sorted by relevance

/tools/perf/
Dbuiltin-trace.c1056 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()
[all …]