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
150 vm_offset_t kstack; in kern_collectth_state() local176 } else if ((kstack = thread->kernel_stack) != 0) { in kern_collectth_state()177 struct x86_kernel_state *iks = STACK_IKS(kstack); in kern_collectth_state()
1562 vm_offset_t kstack; in sync_iss_to_iks() local1571 (kstack = current_thread()->kernel_stack) != 0) { in sync_iss_to_iks()1574 iks = STACK_IKS(kstack); in sync_iss_to_iks()1619 vm_offset_t kstack; in sync_iss_to_iks_unconditionally() local1621 if ((kstack = current_thread()->kernel_stack) != 0) { in sync_iss_to_iks_unconditionally()1622 iks = STACK_IKS(kstack); in sync_iss_to_iks_unconditionally()