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

  /src/external/cddl/dtracetoolkit/dist/Bin/
dappprof 63 opt_elapsed=0; opt_cpu=0; opt_counts=0; opt_liball=0
70 a) opt_liball=1; opt_counts=1; opt_elapsed=1; opt_cpu=1
76 c) opt_counts=1 ;;
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
143 inline int OPT_counts = '$opt_counts';
168 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
169 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
170 OPT_counts && OPT_totals && OPT_liball ?
172 OPT_counts && 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 ;;
74 c) opt_counts=1 ;;
103 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
119 inline int OPT_counts = '$opt_counts';
154 OPT_counts ? @Counts[probefunc] = count() : 1;
155 (OPT_counts && OPT_totals) ? @Counts["TOTAL:"] = count() : 1;
215 /OPT_counts/
223 OPT_counts ? printa("%16s %@18d\n",@Counts) : 1
    [all...]
dapptrace 67 opt_elapsed=0; opt_cpu=0; opt_counts=0;
75 a) opt_liball=1; opt_counts=1; opt_relative=1; opt_elapsed=1
81 c) opt_counts=1 ;;
152 inline int OPT_counts = '$opt_counts';
184 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
185 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
246 OPT_counts ? printf("\n%-49s %16s\n","CALL","COUNT") : 1;
247 OPT_counts && OPT_liball ? printa("%-16s %-32s %@16d\n",@Counts) : 1;
248 OPT_counts && ! OPT_liball ? printa("%-49s %@16d\n",@Counts) : 1
    [all...]
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
82 c) opt_counts=1 ;;
162 inline int OPT_counts = '$opt_counts';
196 OPT_counts == 1 ? @Counts[probefunc] = count() : 1;
451 OPT_counts == 1 ? printf("\n%-32s %16s\n", "CALL", "COUNT") : 1;
452 OPT_counts == 1 ? printa("%-32s %@16d\n", @Counts) : 1;
  /src/external/cddl/dtracetoolkit/dist/Proc/
dappprof 63 opt_elapsed=0; opt_cpu=0; opt_counts=0; opt_liball=0
70 a) opt_liball=1; opt_counts=1; opt_elapsed=1; opt_cpu=1
76 c) opt_counts=1 ;;
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
143 inline int OPT_counts = '$opt_counts';
168 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
169 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
170 OPT_counts && OPT_totals && OPT_liball ?
172 OPT_counts && OPT_totals && ! OPT_liball ?
    [all...]
dapptrace 67 opt_elapsed=0; opt_cpu=0; opt_counts=0;
75 a) opt_liball=1; opt_counts=1; opt_relative=1; opt_elapsed=1
81 c) opt_counts=1 ;;
152 inline int OPT_counts = '$opt_counts';
184 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
185 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
246 OPT_counts ? printf("\n%-49s %16s\n","CALL","COUNT") : 1;
247 OPT_counts && OPT_liball ? printa("%-16s %-32s %@16d\n",@Counts) : 1;
248 OPT_counts && ! OPT_liball ? printa("%-49s %@16d\n",@Counts) : 1
    [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 ;;
74 c) opt_counts=1 ;;
103 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
119 inline int OPT_counts = '$opt_counts';
154 OPT_counts ? @Counts[probefunc] = count() : 1;
155 (OPT_counts && OPT_totals) ? @Counts["TOTAL:"] = count() : 1;
215 /OPT_counts/
223 OPT_counts ? printa("%16s %@18d\n",@Counts) : 1
    [all...]
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
82 c) opt_counts=1 ;;
162 inline int OPT_counts = '$opt_counts';
196 OPT_counts == 1 ? @Counts[probefunc] = count() : 1;
451 OPT_counts == 1 ? printf("\n%-32s %16s\n", "CALL", "COUNT") : 1;
452 OPT_counts == 1 ? printa("%-32s %@16d\n", @Counts) : 1;

Completed in 79 milliseconds