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

  /src/usr.sbin/tprof/
tprof_top.c 86 static int opt_mode = SAMPLE_MODE_INSTANTANEOUS; variable in typeref:typename:int
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
655 sample_n_per_event[opt_mode][i]);
664 sum += sample_n_per_event_cpu[opt_mode][nevent * n + i];
695 if (sample_n_per_event[opt_mode][i] >= nsample_total) {
697 sample_n_per_event[opt_mode][i] / nsample_total);
700 sample_n_per_event[opt_mode][i] / nsample_total);
703 sample_n_per_event[opt_mode][i]);
708 sample_n_per_event_cpu[opt_mode][nevent * n + i])
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 1997 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
2266 opt_mode=
2342 opt_mode=$1
2442 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
2450 help="Try '$progname --help --mode=$opt_mode' for more information."
3610 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
3616 case $opt_mode in
3793 func_fatal_help "invalid operation mode '$opt_mode'"
3808 for opt_mode in compile link execute install finish uninstall clean; d
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 442 $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
468 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
475 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1103 opt_mode="$optarg"
1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1212 help="Try \`$progname --help --mode=$opt_mode' for more information."
2294 test "$opt_mode" = compile && func_mode_compile ${1+"$@"
    [all...]

Completed in 17 milliseconds