Lines Matching refs:sequence
9 Initialize / destroy a trace sequence.
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
47 sequence _s_.
50 trace sequence _s_.
53 variable arguments _..._ in the trace sequence _s_.
56 list of arguments _args_ in the trace sequence _s_.
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_
67 characters put in the trace sequence, or 0 in case of an error
91 /* Failed to print in the trace sequence */
100 /* Failed to put str in the trace sequence */
103 /* Failed to put ':' in the trace sequence */
105 if (trace_seq_printf(&seq, " trace sequence: %d", 1) <= 0) {
106 /* Failed to print in the trace sequence */
114 /* Failed to print the sequence buffer to the standard output */
118 /* Failed to print the sequence buffer to the trace.txt file */