Home
last modified time | relevance | path

Searched refs:show_fd_path (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dstrace.c128 unsigned int show_fd_path = 0; variable
1671 show_fd_path++; in init()
1776 if (show_fd_path) in init()
Dutil.c601 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) { in printfd()
607 if (show_fd_path > 1 && in printfd()
Ddefs.h369 extern unsigned int show_fd_path;
Dsyscall.c952 if (show_fd_path) { in trace_syscall_exiting()
DChangeLog21376 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.