Searched refs:show_fd_path (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | util.c | 475 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) { in printfd() 477 if (show_fd_path <= 1 in printfd()
|
D | strace.c | 134 unsigned int show_fd_path; variable 1737 show_fd_path++; in init() 1790 if (show_fd_path) in init()
|
D | syscall.c | 911 if (show_fd_path) { in syscall_exiting_trace()
|
D | defs.h | 418 extern unsigned int show_fd_path;
|
D | ChangeLog | 40566 Change printfd() behaviour in show_fd_path mode to quote pathnames 43110 * defs.h (show_fd_path): Change type to unsigned int. 43111 * strace.c (show_fd_path): Likewise. 48553 Change debug_flag,Tflag,qflag,not_failing_only,show_fd_path,tracing_paths 51587 (getfdpath, pathtrace_select, pathtrace_match, show_fd_path, 51589 * strace.c (show_fd_path, tracing_paths): New global variables.
|