Home
last modified time | relevance | path

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

/external/linux-kselftest/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() function
92 e = trace_alloc_entry(tb, sizeof(reg) + sizeof(value)); in trace_log_reg()
109 e = trace_alloc_entry(tb, sizeof(value)); in trace_log_counter()
129 e = trace_alloc_entry(tb, len + 1); in trace_log_string()
146 e = trace_alloc_entry(tb, 0); in trace_log_indent()
159 e = trace_alloc_entry(tb, 0); in trace_log_outdent()