Searched refs:trace__set_fd_pathname (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 1356 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname() function 1396 return trace__set_fd_pathname(thread, fd, pathname); in thread__read_fd_path() 2452 trace__set_fd_pathname(thread, ret, ttrace->filename.name);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 1391 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname() function 1432 return trace__set_fd_pathname(thread, fd, pathname); in thread__read_fd_path() 2507 trace__set_fd_pathname(thread, ret, ttrace->filename.name);
|
Completed in 14 milliseconds