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

/linux-master/fs/pstore/
H A Dftrace.c125 static struct dentry *pstore_ftrace_dir; variable in typeref:struct:dentry
137 pstore_ftrace_dir = debugfs_create_dir("pstore", NULL);
141 debugfs_create_file("record_ftrace", 0600, pstore_ftrace_dir, NULL,
154 debugfs_remove_recursive(pstore_ftrace_dir);

Completed in 167 milliseconds