Lines Matching +full:full +full:- +full:custom
5 ----
6 tep_print_field, tep_print_fields, tep_print_num_field, tep_print_func_field -
10 --------
12 --
13 *#include <event-parse.h>*
14 *#include <trace-seq.h>*
20 --
23 -----------
32 --
34 --
42 non-zero, and an error occures - it is printed in the _s_.
49 according to the given format string _fmt_. If the argument _err_ is non-zero,
50 and an error occures - it is printed in _s_.
53 ------------
55 on success, -1 in case of an error or 0 if the print buffer _s_ is full.
58 -------
60 --
61 #include <event-parse.h>
62 #include <trace-seq.h>
77 tep_print_field(&seq, record->data, field_pid);
80 tep_print_fields(&seq, record->data, record->size, event);
82 /* Print the value of "expires" field with custom format string */
85 /* Print the address and the name of "function" field with custom format string */
89 --
92 -----
94 --
95 *event-parse.h*
97 *trace-seq.h*
101 *-ltraceevent*
103 --
106 --------
107 _libtraceevent(3)_, _trace-cmd(1)_
110 ------
112 --
115 --
117 --------------
118 Report bugs to <linux-trace-devel@vger.kernel.org>
121 -------
125 ---------