Lines Matching refs:trace_event_file
155 struct trace_event_file;
159 struct trace_event_file *trace_file,
233 struct trace_event_file *trace_file;
241 struct trace_event_file *trace_file,
370 extern struct trace_event_file *trace_get_event_file(const char *instance,
373 extern void trace_put_event_file(struct trace_event_file *file);
450 extern int synth_event_trace(struct trace_event_file *file,
452 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
454 extern int synth_event_trace_start(struct trace_event_file *file,
521 struct trace_event_file { struct
589 event_triggers_call(struct trace_event_file *file, void *rec,
592 event_triggers_post_call(struct trace_event_file *file,
595 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file);
607 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled()