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

  /src/usr.sbin/tprof/
tprof_top.c 110 static u_int sample_n_user[SAMPLE_MODE_NUM]; variable in typeref:typename:u_int[]
408 sample_n_user[mode] = 0;
489 sample_n_user[SAMPLE_MODE_ACCUMULATIVE]++;
490 sample_n_user[SAMPLE_MODE_INSTANTANEOUS]++;
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
819 nsample_total += sample_n_user[opt_mode];
883 sample_event_width, sample_n_user[opt_mode], "userland");
tprof_top.c 110 static u_int sample_n_user[SAMPLE_MODE_NUM]; variable in typeref:typename:u_int[]
408 sample_n_user[mode] = 0;
489 sample_n_user[SAMPLE_MODE_ACCUMULATIVE]++;
490 sample_n_user[SAMPLE_MODE_INSTANTANEOUS]++;
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
819 nsample_total += sample_n_user[opt_mode];
883 sample_event_width, sample_n_user[opt_mode], "userland");
tprof_top.c 110 static u_int sample_n_user[SAMPLE_MODE_NUM]; variable in typeref:typename:u_int[]
408 sample_n_user[mode] = 0;
489 sample_n_user[SAMPLE_MODE_ACCUMULATIVE]++;
490 sample_n_user[SAMPLE_MODE_INSTANTANEOUS]++;
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode];
819 nsample_total += sample_n_user[opt_mode];
883 sample_event_width, sample_n_user[opt_mode], "userland");

Completed in 35 milliseconds