zsh-workers
 help / color / mirror / code / Atom feed
b56e713d2bd3aa03eef6438b7dd4740cac0a6fe8 blob 676 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#compdef dtruss

_arguments -s : \
  '-a[print all details]' \
  '-b+[specify dynamic variable buffer size]:buffer size [4m]' \
  '-c[print system call counts]' \
  '-d[print relative timestamps]' \
  '-e[print elapsed times]' \
  '-f[follow children as they are forked]' \
  '-l[force printing of pid/lwpid per line]' \
  "-L[don't print pid/lwpid per line]" \
  '(-p :)-n+[examine processes with the specified name]: : _process_names -a' \
  '-o[print on-cpu times]' \
  '-s[print stack backtraces]' \
  '(-n :)-p+[examine process with the specified pid]: : _pids' \
  '-t+[examine only the specified syscall]: : _sys_calls' \
  '1: : _command_names -e' \
  '*:: : _normal'
debug log:

solving b56e713d2 ...
found b56e713d2 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).