Home | History | Annotate | Download | only in liblegacy

Lines Matching full:process

24  * track process, created either by a fork or an exec notification.
31 /** process name */
33 /** thread id for this process, always equal to tgid for 2.2 kernel */
35 /** thread group id for this process */
37 /** non-zero if this process receive any samples, this field
40 /** Set to non-zero when an exit notification occur for this process */
52 * opd_put_sample - process a sample
53 * @param sample sample to process
76 * Deal with a fork() notification by creating a new process
77 * structure, and copying mapping information from the old process.
79 * sample->pid contains the process id of the old process.
80 * sample->eip contains the process id of the new process.
86 * @param tid tid for this process
87 * @param tgid tgid for this process
89 * Drop all mapping information for the process.
98 * on a process. These will be later cleaned up by the %SIGALRM
101 * sample->pid contains the process id of the exited process.
106 * opd_get_proc - get process from process list
107 * @param tid tid for this process
108 * @param tgid tgid for this process
110 * A process with pid tid is searched on the process list,
112 * otherwise the process structure is returned.
117 * opd_new_proc - create a new process structure
118 * @param tid tid for this process
119 * @param tgid tgid for this process
121 * Allocate and initialise a process structure and insert
132 * opd_age_procs - age all dead process preparing them for a deletion