Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
7300 struct trace_event_file { struct7301 struct list_head list;7302 struct trace_event_call *event_call;7303 struct event_filter *filter;7304 struct dentry *dir;7305 struct trace_array *tr;7306 struct trace_subsystem_dir *system;7307 struct list_head triggers;7308 long unsigned int flags;7309 atomic_t sm_ref;[all …]