X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Ffacilities%2Fprocess.xml;h=58133392c72f4ca7e507e27162789d12479accc6;hb=743e50fd0105daeea4804d68989965399bf3a4d3;hp=46bd0d833efd82b46487cf9731dddf0b7396df91;hpb=42bddb4f64fe65031145a2f65509b7b899abe22f;p=lttv.git diff --git a/ltt/branches/poly/facilities/process.xml b/ltt/branches/poly/facilities/process.xml index 46bd0d83..58133392 100644 --- a/ltt/branches/poly/facilities/process.xml +++ b/ltt/branches/poly/facilities/process.xml @@ -2,97 +2,96 @@ The process facility has events related to process handling in the kernel. + + + + + Process fork - PID of the parent process - PID of the child process + PID of the parent process + PID of the child process Just created a new kernel thread - PID of the kernel thread + 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 + PID of the process + PID of the process to kill Signal number Process signal reception - PID of the receiving process + 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. - - - - - -