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

  /src/external/cddl/dtracetoolkit/dist/Bin/
iotop 102 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
116 P) opt_percent=1; opt_dtime=1; opt_bytes=0 ;;
185 inline int OPT_percent = '$opt_percent';
383 OPT_dtime && ! OPT_percent ? printf(" %16s\n", "DISKTIME") : 1;
384 OPT_dtime && OPT_percent ? printf(" %6s\n", "%I/O") : 1;
390 OPT_percent ? normalize(@out, INTERVAL * 10000) : 1;
393 ! OPT_percent ?
  /src/external/cddl/dtracetoolkit/dist/
iotop 102 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
116 P) opt_percent=1; opt_dtime=1; opt_bytes=0 ;;
185 inline int OPT_percent = '$opt_percent';
383 OPT_dtime && ! OPT_percent ? printf(" %16s\n", "DISKTIME") : 1;
384 OPT_dtime && OPT_percent ? printf(" %6s\n", "%I/O") : 1;
390 OPT_percent ? normalize(@out, INTERVAL * 10000) : 1;
393 ! OPT_percent ?

Completed in 64 milliseconds