Searched refs:trace_alloc_entry (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) trace_alloc_entry() function
92 e = trace_alloc_entry(tb, sizeof(reg) + sizeof(value)); trace_log_reg()
109 e = trace_alloc_entry(tb, sizeof(value)); trace_log_counter()
129 e = trace_alloc_entry(tb, len + 1); trace_log_string()
146 e = trace_alloc_entry(tb, 0); trace_log_indent()
159 e = trace_alloc_entry(tb, 0); trace_log_outdent()

Completed in 30 milliseconds