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

  /src/external/cddl/dtracetoolkit/dist/Bin/
cputimes 67 opt_all=0; opt_time=1; opt_top=0; opt_totals=0
74 T) opt_totals=1 ;;
113 inline int OPT_totals = '$opt_totals';
dappprof 62 opt_totals=0; opt_pid=0; pid=0; opt_lib=0; lib=""
71 opt_totals=1 ;;
79 T) opt_totals=1 ;;
144 inline int OPT_totals = '$opt_totals';
170 OPT_counts && OPT_totals && OPT_liball ?
172 OPT_counts && OPT_totals && ! OPT_liball ?
197 OPT_elapsed && OPT_totals && OPT_liball ?
199 OPT_elapsed && OPT_totals && ! OPT_liball ?
205 OPT_cpu && OPT_totals && OPT_liball ?
    [all...]
procsystime 63 opt_elapsed=0; opt_cpu=0; opt_counts=0; opt_totals=0
72 a) opt_totals=1; opt_elapsed=1; opt_cpu=1; opt_counts=1 ;;
76 T) opt_totals=1 ;;
123 inline int OPT_totals = '$opt_totals';
155 (OPT_counts && OPT_totals) ? @Counts["TOTAL:"] = count() : 1;
169 OPT_totals ? @Elapsed["TOTAL:"] = sum(this->elapsed) : 1;
177 OPT_totals ? @CPU["TOTAL:"] = sum(this->cpu) : 1;
  /src/external/cddl/dtracetoolkit/dist/Kernel/
cputimes 67 opt_all=0; opt_time=1; opt_top=0; opt_totals=0
74 T) opt_totals=1 ;;
113 inline int OPT_totals = '$opt_totals';
  /src/external/cddl/dtracetoolkit/dist/Proc/
dappprof 62 opt_totals=0; opt_pid=0; pid=0; opt_lib=0; lib=""
71 opt_totals=1 ;;
79 T) opt_totals=1 ;;
144 inline int OPT_totals = '$opt_totals';
170 OPT_counts && OPT_totals && OPT_liball ?
172 OPT_counts && OPT_totals && ! OPT_liball ?
197 OPT_elapsed && OPT_totals && OPT_liball ?
199 OPT_elapsed && OPT_totals && ! OPT_liball ?
205 OPT_cpu && OPT_totals && OPT_liball ?
    [all...]
  /src/external/cddl/dtracetoolkit/dist/
procsystime 63 opt_elapsed=0; opt_cpu=0; opt_counts=0; opt_totals=0
72 a) opt_totals=1; opt_elapsed=1; opt_cpu=1; opt_counts=1 ;;
76 T) opt_totals=1 ;;
123 inline int OPT_totals = '$opt_totals';
155 (OPT_counts && OPT_totals) ? @Counts["TOTAL:"] = count() : 1;
169 OPT_totals ? @Elapsed["TOTAL:"] = sum(this->elapsed) : 1;
177 OPT_totals ? @CPU["TOTAL:"] = sum(this->cpu) : 1;

Completed in 16 milliseconds