Home
last modified time | relevance | path

Searched refs:trace_entry (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c76 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()
[all …]
Dtrace.h17 struct trace_entry struct