Searched refs:trace_buffer (Results 1 – 3 of 3) sorted by relevance
24 struct trace_buffer struct32 struct trace_buffer *trace_buffer_allocate(u64 size); argument33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value);34 int trace_log_counter(struct trace_buffer *tb, u64 value);35 int trace_log_string(struct trace_buffer *tb, char *str);36 int trace_log_indent(struct trace_buffer *tb);37 int trace_log_outdent(struct trace_buffer *tb);38 void trace_buffer_print(struct trace_buffer *tb);39 void trace_print_location(struct trace_buffer *tb);
15 struct trace_buffer *trace_buffer_allocate(u64 size) in trace_buffer_allocate()17 struct trace_buffer *tb; in trace_buffer_allocate()38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds()43 static bool trace_check_alloc(struct trace_buffer *tb, void *p) in trace_check_alloc()62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc()104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter()120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string()142 int trace_log_indent(struct trace_buffer *tb) in trace_log_indent()155 int trace_log_outdent(struct trace_buffer *tb) in trace_log_outdent()269 void trace_buffer_print(struct trace_buffer *tb) in trace_buffer_print()[all …]
29 struct trace_buffer *trace;
Completed in 4 milliseconds