Lines Matching refs:trace_event_file
236 struct trace_event_file;
240 struct trace_event_file *trace_file,
317 struct trace_event_file *trace_file;
324 struct trace_event_file *trace_file,
508 extern struct trace_event_file *trace_get_event_file(const char *instance,
511 extern void trace_put_event_file(struct trace_event_file *file);
588 extern int synth_event_trace(struct trace_event_file *file,
590 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
592 extern int synth_event_trace_start(struct trace_event_file *file,
661 struct trace_event_file { struct
745 event_triggers_call(struct trace_event_file *file,
749 event_triggers_post_call(struct trace_event_file *file,
752 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file);
754 bool __trace_trigger_soft_disabled(struct trace_event_file *file);
766 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled()