Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds