HomeSort by: relevance | last modified time | path
    Searched defs:opt_mode (Results 1 - 2 of 2) 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...]
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...]

Completed in 116 milliseconds