aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ring_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ring_buffer.h')
-rw-r--r--include/linux/ring_buffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h
index f0aa486d131c..fac8f1ac6f49 100644
--- a/include/linux/ring_buffer.h
+++ b/include/linux/ring_buffer.h
@@ -166,6 +166,11 @@ void ring_buffer_free_read_page(struct ring_buffer *buffer, void *data);
166int ring_buffer_read_page(struct ring_buffer *buffer, void **data_page, 166int ring_buffer_read_page(struct ring_buffer *buffer, void **data_page,
167 size_t len, int cpu, int full); 167 size_t len, int cpu, int full);
168 168
169struct trace_seq;
170
171int ring_buffer_print_entry_header(struct trace_seq *s);
172int ring_buffer_print_page_header(struct trace_seq *s);
173
169enum ring_buffer_flags { 174enum ring_buffer_flags {
170 RB_FL_OVERWRITE = 1 << 0, 175 RB_FL_OVERWRITE = 1 << 0,
171}; 176};