Lines Matching full:process

8 Manage pid to process name mappings.
26 These functions can be used to handle the mapping between pid and process name.
28 of the process, instead of its pid. This information can be retrieved from
31 The _tep_register_comm()_ function registers a _pid_ / process name mapping.
33 The _pid_ argument is the process ID, the _comm_ argument is the process name,
36 The _tep_override_comm()_ function registers a _pid_ / process name mapping.
37 If a process with the same pid is already registered, the process name string is
38 udapted with the new one. The _pid_ argument is the process ID, the _comm_
39 argument is the process name, _tep_ is the event context. The _comm_ is
42 The _tep_is_pid_registered()_ function checks if a pid has a process name
43 mapping registered. The _pid_ argument is the process ID, _tep_ is the event
46 The _tep_data_comm_from_pid()_ function returns the process name for a given
47 pid. The _pid_ argument is the process ID, _tep_ is the event context.
51 The _tep_data_pid_from_comm()_ function returns a pid for a given process name.
52 The _comm_ argument is the process name, _tep_ is the event context.
54 As there may be more than one pid for a given process, the result of this call
73 _tep_is_pid_registered()_ function returns true if the _pid_ has a process name
76 _tep_data_comm_from_pid()_ function returns the process name as string, or the
80 holds a pid for a given process, or NULL if none is found. This result can be
89 and performs various searches for pid / process name mappings:
111 /* Found process name for ls_pid */
118 /* Found pid for process "ls" */