Lines Matching refs:trace_event_file
219 struct trace_event_file;
223 struct trace_event_file *trace_file,
299 struct trace_event_file *trace_file;
306 struct trace_event_file *trace_file,
483 extern struct trace_event_file *trace_get_event_file(const char *instance,
486 extern void trace_put_event_file(struct trace_event_file *file);
563 extern int synth_event_trace(struct trace_event_file *file,
565 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
567 extern int synth_event_trace_start(struct trace_event_file *file,
634 struct trace_event_file { struct
703 event_triggers_call(struct trace_event_file *file,
707 event_triggers_post_call(struct trace_event_file *file,
710 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file);
712 bool __trace_trigger_soft_disabled(struct trace_event_file *file);
724 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled()