Home
last modified time | relevance | path

Searched refs:TPROF_SAMPLE_INKERNEL (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/tprof/
Dtprof_types.h51 #define TPROF_SAMPLE_INKERNEL 0x00000001 /* s_pc is in kernel address space */ macro
Dtprof.c725 sp->s_flags = ((tfi->tfi_inkernel) ? TPROF_SAMPLE_INKERNEL : 0) | in tprof_sample()
/netbsd/src/usr.sbin/tprof/
Dtprof_analyze.c219 in_kernel = (sample.s_flags & TPROF_SAMPLE_INKERNEL) != 0; in tprof_analyze()
Dtprof_top.c488 if ((s->s_flags & TPROF_SAMPLE_INKERNEL) == 0) { in sample_collect()