Home
last modified time | relevance | path

Searched refs:debug_debugfs_dir (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-cpu-debug.c106 static struct dentry *debug_debugfs_dir; variable
533 debug_debugfs_dir = debugfs_create_dir("coresight_cpu_debug", NULL); in debug_func_init()
534 debugfs_create_file("enable", 0644, debug_debugfs_dir, NULL, in debug_func_init()
549 debugfs_remove_recursive(debug_debugfs_dir); in debug_func_init()
557 debugfs_remove_recursive(debug_debugfs_dir); in debug_func_exit()