HomeSort by: relevance | last modified time | path
    Searched refs:tfi_inkernel (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/tprof/
tprof.h 79 bool tfi_inkernel; /* if tfi_pc is in the kernel address space */ member in struct:__anonecd820040108
tprof_armv7.c 247 tfi.tfi_inkernel =
tprof_armv8.c 219 tfi.tfi_inkernel =
tprof_x86_amd.c 218 tfi.tfi_inkernel = tfi.tfi_pc >= VM_MIN_KERNEL_ADDRESS;
tprof_x86_intel.c 211 tfi.tfi_inkernel = tfi.tfi_pc >= VM_MIN_KERNEL_ADDRESS;
tprof.c 725 sp->s_flags = ((tfi->tfi_inkernel) ? TPROF_SAMPLE_INKERNEL : 0) |

Completed in 14 milliseconds