Searched defs:trace_event_file (Results 1 – 1 of 1) sorted by relevance
634 struct trace_event_file { struct635 struct list_head list;636 struct trace_event_call *event_call;637 struct event_filter __rcu *filter;638 struct dentry *dir;639 struct trace_array *tr;640 struct trace_subsystem_dir *system;641 struct list_head triggers;659 unsigned long flags;660 atomic_t sm_ref; /* soft-mode reference counter */[all …]
Completed in 8 milliseconds