X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-control%2Ffacilities%2Fkernel.xml;h=32f831eb6667575f03dbae997800755072a98d42;hb=9ebb982cce7339a64ffcaa1005b714b87c44122b;hp=66a5101575f5853b932e2f0e909608ff561f91ec;hpb=2727692a61acaf38e731277b6cc2a78a913d3e16;p=ltt-control.git diff --git a/ltt-control/facilities/kernel.xml b/ltt-control/facilities/kernel.xml index 66a5101..32f831e 100644 --- a/ltt-control/facilities/kernel.xml +++ b/ltt-control/facilities/kernel.xml @@ -4,56 +4,257 @@ - - - - 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) + + + + Process exit + PID of the process + + + + Process exit + PID of the process + + + + Process exit + PID of the process we are waiting for + + + + Process exit + PID of the process we are signaling + + + + + 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 + + + + 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 + + + printk string + + + + + + Instruction + + + + + + An itimer has expired. + + PID of the process to wake up. + + + + + + An interval timer is set. + kind of interval timer. + + + + + + + + + + A timer is added/modified/migrated. + + + + + + + The time is updated (timer interrupt). + + + + + - - Exit from a trap + + A timer has expired. + + PID of the process to wake up. + + Soft IRQ entry - Soft IRQ number + Soft IRQ number Soft IRQ exit - Soft IRQ number + 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 - - Tasklet entry - Tasklet priority - Tasklet function address - Tasklet data address + + Load module + Module name + + - - Tasklet exit - Tasklet priority - Tasklet function address - Tasklet data address + + Unload module + Module name + + Entry in an irq - IRQ number - Are we executing kernel code + IRQ number + Are we executing kernel code