Home
last modified time | relevance | path

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

/external/strace/
Dutil.c475 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) { in printfd()
477 if (show_fd_path <= 1 in printfd()
Dstrace.c134 unsigned int show_fd_path; variable
1737 show_fd_path++; in init()
1790 if (show_fd_path) in init()
Dsyscall.c911 if (show_fd_path) { in syscall_exiting_trace()
Ddefs.h418 extern unsigned int show_fd_path;
DChangeLog40566 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.