HomeSort by: relevance | last modified time | path
    Searched refs:dtruss (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/
Makefile 6 FILES= dtruss
dtruss 3 # dtruss - print process system call time details.
6 # $Id: dtruss,v 1.1.1.1 2015/09/30 22:01:06 christos Exp $
8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
24 # dtruss df -h # run and examine the "df -h" command
25 # dtruss -p 1871 # examine PID 1871
26 # dtruss -n tar # examine all processes called "tar"
27 # dtruss -f test.sh # run test.sh and follow children
29 # See the man page dtruss(1M) for further details.
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
107 dtruss df -h # run and examine "df -h
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
dtruss 3 # dtruss - print process system call time details.
6 # $Id: dtruss,v 1.1.1.1 2015/09/30 22:01:07 christos Exp $
8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
24 # dtruss df -h # run and examine the "df -h" command
25 # dtruss -p 1871 # examine PID 1871
26 # dtruss -n tar # examine all processes called "tar"
27 # dtruss -f test.sh # run test.sh and follow children
29 # See the man page dtruss(1M) for further details.
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
107 dtruss df -h # run and examine "df -h
    [all...]

Completed in 22 milliseconds