Searched refs:kstack (Results 1 – 3 of 3) sorted by relevance
25 kstack = nil,52 self:_register_kperf_callbacks(flags.ustack, flags.kstack)61 function ksancov.Session:_register_kperf_callbacks(ustack, kstack)63 if kstack then89 if kstack then93 event.kstack = sample.kstack228 if event.kstack then
110 vm_offset_t kstack; in kern_collectth_state() local136 } else if ((kstack = thread->kernel_stack) != 0) { in kern_collectth_state()137 struct x86_kernel_state *iks = STACK_IKS(kstack); in kern_collectth_state()
1469 vm_offset_t kstack; in sync_iss_to_iks() local1478 (kstack = current_thread()->kernel_stack) != 0) { in sync_iss_to_iks()1481 iks = STACK_IKS(kstack); in sync_iss_to_iks()1526 vm_offset_t kstack; in sync_iss_to_iks_unconditionally() local1528 if ((kstack = current_thread()->kernel_stack) != 0) { in sync_iss_to_iks_unconditionally()1529 iks = STACK_IKS(kstack); in sync_iss_to_iks_unconditionally()