Home
last modified time | relevance | path

Searched defs:ttrace (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-trace.c1287 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local
1301 struct thread_trace *ttrace = pttrace; in thread_trace__delete() local
1315 struct thread_trace *ttrace; in thread__trace() local
1340 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf() local
1350 static void thread_trace__free_files(struct thread_trace *ttrace) in thread_trace__free_files()
1361 static struct file *thread_trace__files_entry(struct thread_trace *ttrace, int fd) in thread_trace__files_entry()
1393 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname() local
1438 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path() local
1491 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd() local
1502 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos() local
[all …]
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c1279 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local
1291 struct thread_trace *ttrace; in thread__trace() local
1316 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf() local
1326 static struct file *thread_trace__files_entry(struct thread_trace *ttrace, int fd) in thread_trace__files_entry()
1358 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname() local
1402 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path() local
1455 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd() local
1466 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos() local
2006 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args() local
2149 static void thread__update_stats(struct thread *thread, struct thread_trace *ttrace,
[all …]