Lines Matching refs:trace_event_file
217 struct trace_event_file;
221 struct trace_event_file *trace_file,
295 struct trace_event_file *trace_file;
302 struct trace_event_file *trace_file,
472 extern struct trace_event_file *trace_get_event_file(const char *instance,
475 extern void trace_put_event_file(struct trace_event_file *file);
552 extern int synth_event_trace(struct trace_event_file *file,
554 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
556 extern int synth_event_trace_start(struct trace_event_file *file,
623 struct trace_event_file { struct
692 event_triggers_call(struct trace_event_file *file,
696 event_triggers_post_call(struct trace_event_file *file,
699 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file);
711 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled()