Searched defs:tb (Results 1 – 1 of 1) sorted by relevance
17 struct trace_buffer *tb; in trace_buffer_allocate() local38 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()76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg()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()[all …]