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

  /src/usr.sbin/tprof/
tprof_top.c 109 static u_int sample_n_kern[SAMPLE_MODE_NUM]; variable in typeref:typename:u_int[]
407 sample_n_kern[mode] = 0;
501 sample_n_kern[SAMPLE_MODE_ACCUMULATIVE]++;
502 sample_n_kern[SAMPLE_MODE_INSTANTANEOUS]++;
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
817 nsample_total = sample_n_kern[opt_mode];
874 sample_event_width, sample_n_kern[opt_mode], "in-kernel");
tprof_top.c 109 static u_int sample_n_kern[SAMPLE_MODE_NUM]; variable in typeref:typename:u_int[]
407 sample_n_kern[mode] = 0;
501 sample_n_kern[SAMPLE_MODE_ACCUMULATIVE]++;
502 sample_n_kern[SAMPLE_MODE_INSTANTANEOUS]++;
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
817 nsample_total = sample_n_kern[opt_mode];
874 sample_event_width, sample_n_kern[opt_mode], "in-kernel");
tprof_top.c 109 static u_int sample_n_kern[SAMPLE_MODE_NUM]; variable in typeref:typename:u_int[]
407 sample_n_kern[mode] = 0;
501 sample_n_kern[SAMPLE_MODE_ACCUMULATIVE]++;
502 sample_n_kern[SAMPLE_MODE_INSTANTANEOUS]++;
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
817 nsample_total = sample_n_kern[opt_mode];
874 sample_event_width, sample_n_kern[opt_mode], "in-kernel");

Completed in 126 milliseconds