Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
366 struct trace_event_file { struct367 struct list_head list;368 struct trace_event_call *event_call;369 struct event_filter __rcu *filter;370 struct dentry *dir;371 struct trace_array *tr;372 struct trace_subsystem_dir *system;373 struct list_head triggers;391 unsigned long flags;392 atomic_t sm_ref; /* soft-mode reference counter */[all …]