X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-control%2Ffacilities%2Fkernel.xml;h=d37aaba89d69c7f28cdb6259d0d642bc2082f6d0;hb=088cf568e9eff137c951b527d2a27c3b188e96ba;hp=f144555315103ba01d967954c82a42540efdb5f2;hpb=6c2c9b95cc03607cb9c4a7e25b42eec89779f86d;p=ltt-control.git diff --git a/ltt-control/facilities/kernel.xml b/ltt-control/facilities/kernel.xml index f144555..d37aaba 100644 --- a/ltt-control/facilities/kernel.xml +++ b/ltt-control/facilities/kernel.xml @@ -16,52 +16,126 @@ - - Entry in a trap - Trap number - Address where trap occured + + + + + + + + + + + + Process fork + PID of the parent process + PID of the child process + Thread group ID of the child process (POSIX PID) - - Exit from a trap + + Process exit + PID of the process - - Soft IRQ entry - Soft IRQ number + + Process exit + PID of the process - - Soft IRQ exit - Soft IRQ number + + Process exit + PID of the process we are waiting for - - Tasklet entry - Tasklet priority - Tasklet function address - Tasklet data address + + Process exit + PID of the process we are signaling + - - Tasklet exit - Tasklet priority - Tasklet function address - Tasklet data address + + Process exit + PID of the process we are waiting for + State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped - - Entry in an irq - IRQ number - Are we executing kernel code + + Process exit + PID of the process we are waiting for + State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped - - Exit from an IRQ + + Process exit + PID of the process we are waiting for + State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped + + + + Process exit + PID of the process we are waiting for + State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped + Destination CPU + + + + Process exit + Previously scheduled PID + Next PID to be scheduled + State of the process we are scheduling out : -1 unrunnable, 0 runnable, >0 stopped Kernel printk + Instruction + + + + + + Kernel vprintk loglevel @@ -71,22 +145,120 @@ + Instruction + + - - Kernel printk location - Source file - + + An itimer has expired. + + PID of the process to wake up. + - Function - + + + + An interval timer is set. + kind of interval timer. + - Line in source file - + + + + + + + + A timer is added/modified/migrated. + + + + + + + The time is updated (timer interrupt). + + + + + + + + + A timer has expired. + + PID of the process to wake up. + - Caller address - + + + + Soft IRQ entry + Soft IRQ number + + + + Soft IRQ exit + Soft IRQ number + + + + Low priority tasklet entry + Tasklet function address + Tasklet data address + + + + Low priority tasklet exit + Tasklet function address + Tasklet data address + + + + High priority tasklet entry + Tasklet function address + Tasklet data address + + + + High priority tasklet exit + Tasklet function address + Tasklet data address + + + + Process exit + PID of the kthread we stop + + + + Process exit + Return value of the kthread_stop call + + + + Load module + Module name + + + + + + Unload module + Module name + + + Entry in an irq + IRQ number + Are we executing kernel code + + + + Exit from an IRQ + +