Lines Matching refs:trace_event_file
224 struct trace_event_file;
228 struct trace_event_file *trace_file,
305 struct trace_event_file *trace_file;
312 struct trace_event_file *trace_file,
492 extern struct trace_event_file *trace_get_event_file(const char *instance,
495 extern void trace_put_event_file(struct trace_event_file *file);
572 extern int synth_event_trace(struct trace_event_file *file,
574 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
576 extern int synth_event_trace_start(struct trace_event_file *file,
645 struct trace_event_file { struct
729 event_triggers_call(struct trace_event_file *file,
733 event_triggers_post_call(struct trace_event_file *file,
736 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file);
738 bool __trace_trigger_soft_disabled(struct trace_event_file *file);
750 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled()