Searched defs:ftrace_event_file (Results 1 – 1 of 1) sorted by relevance
343 struct ftrace_event_file { struct344 struct list_head list;345 struct ftrace_event_call *event_call;346 struct event_filter *filter;347 struct dentry *dir;348 struct trace_array *tr;349 struct ftrace_subsystem_dir *system;350 struct list_head triggers;368 unsigned long flags;369 atomic_t sm_ref; /* soft-mode reference counter */[all …]