Lines Matching +full:pass +full:- +full:1

5 ----
7 tep_reset_function_resolver, tep_register_function, tep_register_print_string -
11 --------
13 --
14 *#include <event-parse.h>*
16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp…
17 …*tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, v…
18 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_);
19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
20 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long …
21 …ep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long long _ad…
22 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned…
23 --
26 -----------
62 or events have "%pS" parameter in its format string. It is common to pass in
80 ------------
81 The _tep_set_function_resolver()_ function returns 0 in case of success, or -1
91 an error -1 is returned, and errno is set to the appropriate error number.
94 of an error -1 is returned, and errno is set to the appropriate error number.
97 -------
99 --
100 #include <event-parse.h>
113 *modp = sym->module_name;
114 return sym->name;
133 at offset (addr - fstart)
150 --
153 -----
155 --
156 *event-parse.h*
158 *-ltraceevent*
160 --
163 --------
164 _libtraceevent(3)_, _trace-cmd(1)_
167 ------
169 --
172 --
174 --------------
175 Report bugs to <linux-trace-devel@vger.kernel.org>
178 -------
182 ---------