Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
521 struct trace_event_file { struct522 struct list_head list;523 struct trace_event_call *event_call;524 struct event_filter __rcu *filter;525 struct dentry *dir;526 struct trace_array *tr;527 struct trace_subsystem_dir *system;528 struct list_head triggers;546 unsigned long flags;547 atomic_t sm_ref; /* soft-mode reference counter */[all …]