Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/
Dioctl.c179 struct file *file = thread__files_entry(arg->thread, fd); in syscall_arg__scnprintf_ioctl_cmd()
Dbeauty.h45 struct file *thread__files_entry(struct thread *thread, int fd);
/linux-6.1.9/tools/perf/
Dbuiltin-trace.c1363 struct file *thread__files_entry(struct thread *thread, int fd) in thread__files_entry() function