Searched refs:show_fd_path (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | strace.c | 128 unsigned int show_fd_path = 0; variable 1671 show_fd_path++; in init() 1776 if (show_fd_path) in init()
|
D | util.c | 601 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) { in printfd() 607 if (show_fd_path > 1 && in printfd()
|
D | defs.h | 369 extern unsigned int show_fd_path;
|
D | syscall.c | 952 if (show_fd_path) { in trace_syscall_exiting()
|
D | ChangeLog | 21376 Change printfd() behaviour in show_fd_path mode to quote pathnames 23920 * defs.h (show_fd_path): Change type to unsigned int. 23921 * strace.c (show_fd_path): Likewise. 29363 Change debug_flag,Tflag,qflag,not_failing_only,show_fd_path,tracing_paths 32397 (getfdpath, pathtrace_select, pathtrace_match, show_fd_path, 32399 * strace.c (show_fd_path, tracing_paths): New global variables.
|