Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
375 struct trace_event_file { struct376 struct list_head list;377 struct trace_event_call *event_call;378 struct event_filter __rcu *filter;379 struct dentry *dir;380 struct trace_array *tr;381 struct trace_subsystem_dir *system;382 struct list_head triggers;400 unsigned long flags;401 atomic_t sm_ref; /* soft-mode reference counter */[all …]