Lines Matching refs:trace_event_file
220 struct trace_event_file;
224 struct trace_event_file *trace_file,
298 struct trace_event_file *trace_file;
305 struct trace_event_file *trace_file,
482 extern struct trace_event_file *trace_get_event_file(const char *instance,
485 extern void trace_put_event_file(struct trace_event_file *file);
562 extern int synth_event_trace(struct trace_event_file *file,
564 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
566 extern int synth_event_trace_start(struct trace_event_file *file,
633 struct trace_event_file { struct
702 event_triggers_call(struct trace_event_file *file,
706 event_triggers_post_call(struct trace_event_file *file,
709 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file);
711 bool __trace_trigger_soft_disabled(struct trace_event_file *file);
723 trace_trigger_soft_disabled(struct trace_event_file *file) in trace_trigger_soft_disabled()