Lines Matching +full:pass +full:- +full:1
5 ----
7 tep_data_comm_from_pid, tep_data_pid_from_comm, tep_cmdline_pid -
11 --------
13 --
14 *#include <event-parse.h>*
16 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_);
17 int *tep_override_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_);
18 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_);
19 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_pevent_, int _pid_);
20 struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_pevent_, const char pass…
21 int *tep_cmdline_pid*(struct tep_handle pass:[*]_pevent_, struct cmdline pass:[*]_cmdline_);
22 --
25 -----------
63 ------------
64 _tep_register_comm()_ function returns 0 on success. In case of an error -1 is
69 _tep_override_comm()_ function returns 0 on success. In case of an error -1 is
84 is NULL, then -1 is returned.
87 -------
91 --
92 #include <event-parse.h>
121 --
123 -----
125 --
126 *event-parse.h*
128 *-ltraceevent*
130 --
133 --------
134 _libtraceevent(3)_, _trace-cmd(1)_
137 ------
139 --
142 --
144 --------------
145 Report bugs to <linux-trace-devel@vger.kernel.org>
148 -------
152 ---------