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

  /src/external/cddl/dtracetoolkit/dist/Bin/
topsyscall 52 count=-1; interval=1; opt_persec=0; opt_clear=1
59 s) opt_persec=1 ;;
97 inline int OPT_persec = '$opt_persec';
145 OPT_persec ? normalize(@Total, INTERVAL) : 1;
146 OPT_persec ? normalize(@Name, INTERVAL) : 1;
149 printf(" %s: ", OPT_persec ? "syscalls/s" : "syscalls");
155 OPT_persec ? "COUNT/s" : "COUNT");
  /src/external/cddl/dtracetoolkit/dist/System/
topsyscall 52 count=-1; interval=1; opt_persec=0; opt_clear=1
59 s) opt_persec=1 ;;
97 inline int OPT_persec = '$opt_persec';
145 OPT_persec ? normalize(@Total, INTERVAL) : 1;
146 OPT_persec ? normalize(@Name, INTERVAL) : 1;
149 printf(" %s: ", OPT_persec ? "syscalls/s" : "syscalls");
155 OPT_persec ? "COUNT/s" : "COUNT");

Completed in 19 milliseconds