Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
651 struct trace_event_file { struct652 struct list_head list;653 struct trace_event_call *event_call;654 struct event_filter __rcu *filter;655 struct eventfs_inode *ei;656 struct trace_array *tr;657 struct trace_subsystem_dir *system;658 struct list_head triggers;676 unsigned long flags;677 atomic_t ref; /* ref count for opened files */[all …]