Searched refs:trace_alloc_entry (Results 1 – 2 of 2) sorted by relevance
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry() function92 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()
153 static void *trace_alloc_entry(struct trace_event_call *call, int *size) in trace_alloc_entry() function204 entry = trace_alloc_entry(call, &entry_size); in parse_entry()