Lines Matching refs:trace_entry
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()
78 struct trace_entry *e; in trace_alloc_entry()
89 struct trace_entry *e; in trace_log_reg()
106 struct trace_entry *e; in trace_log_counter()
122 struct trace_entry *e; in trace_log_string()
144 struct trace_entry *e; in trace_log_indent()
157 struct trace_entry *e; in trace_log_outdent()
200 static void trace_print_reg(struct trace_entry *e) in trace_print_reg()
216 static void trace_print_counter(struct trace_entry *e) in trace_print_counter()
224 static void trace_print_string(struct trace_entry *e) in trace_print_string()
235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry()
271 struct trace_entry *e; in trace_buffer_print()