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

  /src/external/cddl/dtracetoolkit/dist/Bin/
dtruss 69 opt_counts=0; opt_relative=0; opt_printid=0; opt_follow=0; opt_command=0
80 a) opt_counts=1; opt_relative=1; opt_elapsed=1; opt_follow=1
85 f) opt_follow=1 ;;
126 if [ $opt_follow -eq 1 -o $opt_name -eq 1 ]; then
133 if [ $opt_follow -eq 1 -a $opt_name -eq 1 ]; then
157 inline int OPT_follow = '$opt_follow';
186 (OPT_follow && progenyof($target))/
203 /(OPT_follow && progenyof($target)) && (!OPT_trace || (TRACE == probefunc))/
  /src/external/cddl/dtracetoolkit/dist/
dtruss 69 opt_counts=0; opt_relative=0; opt_printid=0; opt_follow=0; opt_command=0
80 a) opt_counts=1; opt_relative=1; opt_elapsed=1; opt_follow=1
85 f) opt_follow=1 ;;
126 if [ $opt_follow -eq 1 -o $opt_name -eq 1 ]; then
133 if [ $opt_follow -eq 1 -a $opt_name -eq 1 ]; then
157 inline int OPT_follow = '$opt_follow';
186 (OPT_follow && progenyof($target))/
203 /(OPT_follow && progenyof($target)) && (!OPT_trace || (TRACE == probefunc))/

Completed in 14 milliseconds