Lines Matching refs:_
24 int *trace_seq_printf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, _..._);
35 The _trace_seq_init()_ function initializes the trace sequence _s_.
37 The _trace_seq_destroy()_ function destroys the trace sequence _s_ and frees
40 The _trace_seq_reset()_ function re-initializes the trace sequence _s_. All
43 The _trace_seq_terminate()_ function terminates the trace sequence _s_. It puts
46 The _trace_seq_putc()_ function puts a single character _c_ in the trace
49 The _trace_seq_puts()_ function puts a NULL terminated string _str_ in the
52 The _trace_seq_printf()_ function puts a formated string _fmt _with
53 variable arguments _..._ in the trace sequence _s_.
55 The _trace_seq_vprintf()_ function puts a formated string _fmt _with
58 The _trace_seq_do_printf()_ function prints the buffer of trace sequence _s_ to
61 The _trace_seq_do_fprintf()_ function prints the buffer of trace sequence _s_
66 Both _trace_seq_putc()_ and _trace_seq_puts()_ functions return the number of
69 Both _trace_seq_printf()_ and _trace_seq_vprintf()_ functions return 0 if the
73 Both _trace_seq_do_printf()_ and _trace_seq_do_fprintf()_ functions return the
139 _libtraceevent(3)_, _trace-cmd(1)_