Searched defs:trace_buffer (Results 1 - 1 of 1) sorted by relevance

/kernel/trace/
H A Dtrace.h162 struct trace_buffer { struct
178 struct trace_buffer trace_buffer; member in struct:trace_array
186 * The buffers for the max_buffer are set up the same as the trace_buffer
188 * with the buffer of the trace_buffer and the buffers are reset for
189 * the trace_buffer so the tracing can continue.
191 struct trace_buffer max_buffer;
531 void tracing_reset(struct trace_buffer *buf, int cpu);
532 void tracing_reset_online_cpus(struct trace_buffer *buf);

Completed in 30 milliseconds