Lines Matching +full:pass +full:- +full:1
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>*
16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p…
17 void *tep_print_fields*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_e…
18 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char…
19 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char…
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 ------------
54 The _tep_print_num_field()_ and _tep_print_func_field()_ functions return 1
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);
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 ---------