Searched refs:stat_dir (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_stat.c45 static struct dentry *stat_dir; variable in typeref:struct:dentry
285 stat_dir = tracefs_create_dir("trace_stat", NULL);
286 if (!stat_dir) {
297 if (!stat_dir && (ret = tracing_stat_init()))
301 stat_dir, session,

Completed in 126 milliseconds