Searched refs:trace_alloc_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 76 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 76 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()
|
Completed in 3 milliseconds