X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-control%2Ffacilities%2Fprocess.xml;h=77e1e039375b46487b60d30feb0b67d2facc7025;hb=d27fe6dbfb3531b2c6fa0dbf4ea32d900f097111;hp=51ee89a7c6efc986aa9a0b6b07d87e9b1bdf3ffa;hpb=ff03a8b950536901931da59c1383f2611f13364c;p=ltt-control.git diff --git a/ltt-control/facilities/process.xml b/ltt-control/facilities/process.xml index 51ee89a..77e1e03 100644 --- a/ltt-control/facilities/process.xml +++ b/ltt-control/facilities/process.xml @@ -4,95 +4,95 @@ - Process fork - PID of the parent process - PID of the child process - Thread group ID of the child process (POSIX PID) + PID of the parent process + PID of the child process + Thread group ID of the child process (POSIX PID) Just created a new kernel thread - PID of the kernel thread - Function called + PID of the kernel thread + Function called Process exit - PID of the process + PID of the process Process wait - PID of the waiting process - PID of the process waited for + PID of the waiting process + PID of the process waited for Process kernel data structure free (end of life of a zombie) - PID of the freed process + PID of the freed process Process kill system call - PID of the process - PID of the process to kill - Signal number + PID of the process + PID of the process to kill + Signal number Process signal reception - PID of the receiving process - Signal number + PID of the receiving process + Signal number Process wakeup - PID of the receiving process - State of the awakened process. -1 unrunnable, 0 runnable, >0 stopped. + PID of the receiving process + State of the awakened process. -1 unrunnable, 0 runnable, >0 stopped. Scheduling change - Outgoing process - Incoming process - Outgoing process' state. -1 unrunnable, 0 runnable, >0 stopped. + Outgoing process + Incoming process + Outgoing process' state. -1 unrunnable, 0 runnable, >0 stopped.