HomeSort by: relevance | last modified time | path
    Searched refs:opt_liball (Results 1 - 4 of 4) 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
75 U) opt_liball=1 ;;
117 if [ $opt_liball -eq 1 ]; then
140 inline int OPT_liball = '$opt_liball';
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 68 opt_relative=0; opt_printid=0; opt_liball=0
75 a) opt_liball=1; opt_counts=1; opt_relative=1; opt_elapsed=1
80 U) opt_liball=1 ;;
123 if [ $opt_liball -eq 1 ]; then
146 inline int OPT_liball = '$opt_liball';
184 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
185 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
196 OPT_liball ? printf("%s:",probemod) : 1;
226 OPT_liball ? printf("%s:",probemod) : 1
    [all...]
  /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
75 U) opt_liball=1 ;;
117 if [ $opt_liball -eq 1 ]; then
140 inline int OPT_liball = '$opt_liball';
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 68 opt_relative=0; opt_printid=0; opt_liball=0
75 a) opt_liball=1; opt_counts=1; opt_relative=1; opt_elapsed=1
80 U) opt_liball=1 ;;
123 if [ $opt_liball -eq 1 ]; then
146 inline int OPT_liball = '$opt_liball';
184 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
185 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
196 OPT_liball ? printf("%s:",probemod) : 1;
226 OPT_liball ? printf("%s:",probemod) : 1
    [all...]

Completed in 14 milliseconds