Symbol: SAMPLE_MODE_INSTANTANEOUS
usr.sbin/tprof/tprof_top.c
393
e->num[SAMPLE_MODE_INSTANTANEOUS] = 0;
usr.sbin/tprof/tprof_top.c
394
memset(SAMPLE_ELM_NUM_CPU(e, SAMPLE_MODE_INSTANTANEOUS),
usr.sbin/tprof/tprof_top.c
424
ptrarray_clear(&sample_list[SAMPLE_MODE_INSTANTANEOUS]);
usr.sbin/tprof/tprof_top.c
426
ptrarray_iterate(&sample_list[SAMPLE_MODE_INSTANTANEOUS],
usr.sbin/tprof/tprof_top.c
428
ptrarray_clear(&sample_list[SAMPLE_MODE_INSTANTANEOUS]);
usr.sbin/tprof/tprof_top.c
446
return (*eb)->num[SAMPLE_MODE_INSTANTANEOUS] -
usr.sbin/tprof/tprof_top.c
447
(*ea)->num[SAMPLE_MODE_INSTANTANEOUS];
usr.sbin/tprof/tprof_top.c
461
qsort(sample_list[SAMPLE_MODE_INSTANTANEOUS].pa_ptrs,
usr.sbin/tprof/tprof_top.c
462
sample_list[SAMPLE_MODE_INSTANTANEOUS].pa_inuse,
usr.sbin/tprof/tprof_top.c
490
sample_n_user[SAMPLE_MODE_INSTANTANEOUS]++;
usr.sbin/tprof/tprof_top.c
492
sample_n_user_per_cpu[SAMPLE_MODE_INSTANTANEOUS][cpuid]++;
usr.sbin/tprof/tprof_top.c
502
sample_n_kern[SAMPLE_MODE_INSTANTANEOUS]++;
usr.sbin/tprof/tprof_top.c
504
sample_n_kern_per_cpu[SAMPLE_MODE_INSTANTANEOUS][cpuid]++;
usr.sbin/tprof/tprof_top.c
519
e->num[SAMPLE_MODE_INSTANTANEOUS] = 1;
usr.sbin/tprof/tprof_top.c
521
SAMPLE_ELM_NUM_CPU(e, SAMPLE_MODE_INSTANTANEOUS)[cpuid] = 1;
usr.sbin/tprof/tprof_top.c
526
ptrarray_push(&sample_list[SAMPLE_MODE_INSTANTANEOUS], o);
usr.sbin/tprof/tprof_top.c
532
if (o->num[SAMPLE_MODE_INSTANTANEOUS]++ == 0) {
usr.sbin/tprof/tprof_top.c
534
ptrarray_push(&sample_list[SAMPLE_MODE_INSTANTANEOUS],
usr.sbin/tprof/tprof_top.c
538
SAMPLE_ELM_NUM_CPU(o, SAMPLE_MODE_INSTANTANEOUS)[cpuid]++;
usr.sbin/tprof/tprof_top.c
743
if (opt_mode == SAMPLE_MODE_INSTANTANEOUS)
usr.sbin/tprof/tprof_top.c
86
static int opt_mode = SAMPLE_MODE_INSTANTANEOUS;