Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/intel_th/
Ddebug.c23 struct dentry *intel_th_dbg; variable
27 intel_th_dbg = debugfs_create_dir("intel_th", NULL); in intel_th_debug_init()
28 if (IS_ERR(intel_th_dbg)) in intel_th_debug_init()
29 intel_th_dbg = NULL; in intel_th_debug_init()
34 debugfs_remove(intel_th_dbg); in intel_th_debug_done()
35 intel_th_dbg = NULL; in intel_th_debug_done()
Ddebug.h20 extern struct dentry *intel_th_dbg;