FD kernel tracing: Capture kernel-only stack traces
* When exec()'ing we'd otherwise get (harmless but annoying) messages from vm_page_fault(). With syscall tracing enabled we can get userland s
FD kernel tracing: Capture kernel-only stack traces
* When exec()'ing we'd otherwise get (harmless but annoying) messages from vm_page_fault(). With syscall tracing enabled we can get userland stack traces anyway. * Simplify by using TRACE_ENTRY_SELECTOR().
show more ...
|