Searched refs:TPROF_SAMPLE_INKERNEL (Results 1 – 4 of 4) sorted by relevance
51 #define TPROF_SAMPLE_INKERNEL 0x00000001 /* s_pc is in kernel address space */ macro
725 sp->s_flags = ((tfi->tfi_inkernel) ? TPROF_SAMPLE_INKERNEL : 0) | in tprof_sample()
219 in_kernel = (sample.s_flags & TPROF_SAMPLE_INKERNEL) != 0; in tprof_analyze()
488 if ((s->s_flags & TPROF_SAMPLE_INKERNEL) == 0) { in sample_collect()