Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
655 struct trace_event_file { struct656 struct list_head list;657 struct trace_event_call *event_call;658 struct event_filter __rcu *filter;659 struct eventfs_inode *ei;660 struct trace_array *tr;661 struct trace_subsystem_dir *system;662 struct list_head triggers;680 unsigned long flags;681 atomic_t ref; /* ref count for opened files */[all …]