Lines Matching defs:d_tracer
1025 static __init void ftrace_profile_tracefs(struct dentry *d_tracer)
1059 TRACE_MODE_WRITE, d_tracer, NULL,
1064 static __init void ftrace_profile_tracefs(struct dentry *d_tracer)
7553 static __init int ftrace_init_dyn_tracefs(struct dentry *d_tracer)
7556 d_tracer, NULL, &ftrace_avail_fops);
7559 d_tracer, NULL, &ftrace_avail_addrs_fops);
7562 d_tracer, NULL, &ftrace_enabled_fops);
7565 d_tracer, NULL, &ftrace_touched_fops);
7567 ftrace_create_filter_files(NULL, d_tracer);
7570 trace_create_file("set_graph_function", TRACE_MODE_WRITE, d_tracer,
7573 trace_create_file("set_graph_notrace", TRACE_MODE_WRITE, d_tracer,
8514 static inline int ftrace_init_dyn_tracefs(struct dentry *d_tracer) { return 0; }
9068 void ftrace_init_tracefs(struct trace_array *tr, struct dentry *d_tracer)
9070 trace_create_file("set_ftrace_pid", TRACE_MODE_WRITE, d_tracer,
9073 d_tracer, tr, &ftrace_no_pid_fops);
9077 struct dentry *d_tracer)
9082 ftrace_init_dyn_tracefs(d_tracer);
9083 ftrace_profile_tracefs(d_tracer);