Searched refs:fbuffer (Results 1 – 3 of 3) sorted by relevance
/kernel/trace/ |
D | trace_events.c | 247 void *trace_event_buffer_reserve(struct trace_event_buffer *fbuffer, in trace_event_buffer_reserve() argument 257 local_save_flags(fbuffer->flags); in trace_event_buffer_reserve() 258 fbuffer->pc = preempt_count(); in trace_event_buffer_reserve() 266 fbuffer->pc--; in trace_event_buffer_reserve() 267 fbuffer->trace_file = trace_file; in trace_event_buffer_reserve() 269 fbuffer->event = in trace_event_buffer_reserve() 270 trace_event_buffer_lock_reserve(&fbuffer->buffer, trace_file, in trace_event_buffer_reserve() 272 fbuffer->flags, fbuffer->pc); in trace_event_buffer_reserve() 273 if (!fbuffer->event) in trace_event_buffer_reserve() 276 fbuffer->entry = ring_buffer_event_data(fbuffer->event); in trace_event_buffer_reserve() [all …]
|
D | trace.c | 2579 static void output_printk(struct trace_event_buffer *fbuffer) in output_printk() argument 2590 event_call = fbuffer->trace_file->event_call; in output_printk() 2595 event = &fbuffer->trace_file->event_call->event; in output_printk() 2599 iter->ent = fbuffer->entry; in output_printk() 2640 void trace_event_buffer_commit(struct trace_event_buffer *fbuffer) in trace_event_buffer_commit() argument 2643 output_printk(fbuffer); in trace_event_buffer_commit() 2645 event_trigger_unlock_commit(fbuffer->trace_file, fbuffer->buffer, in trace_event_buffer_commit() 2646 fbuffer->event, fbuffer->entry, in trace_event_buffer_commit() 2647 fbuffer->flags, fbuffer->pc); in trace_event_buffer_commit()
|
D | trace_events_hist.c | 913 struct trace_event_buffer fbuffer; in trace_event_raw_event_synth() local 933 entry = trace_event_buffer_reserve(&fbuffer, trace_file, in trace_event_raw_event_synth() 971 trace_event_buffer_commit(&fbuffer); in trace_event_raw_event_synth()
|