Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
642 struct trace_event_file { struct643 struct list_head list;644 struct trace_event_call *event_call;645 struct event_filter __rcu *filter;646 struct eventfs_inode *ei;647 struct trace_array *tr;648 struct trace_subsystem_dir *system;649 struct list_head triggers;667 unsigned long flags;668 refcount_t ref; /* ref count for opened files */[all …]