Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Ddebug.c15 struct dentry *intel_th_dbg; variable
19 intel_th_dbg = debugfs_create_dir("intel_th", NULL); in intel_th_debug_init()
20 if (IS_ERR(intel_th_dbg)) in intel_th_debug_init()
21 intel_th_dbg = NULL; in intel_th_debug_init()
26 debugfs_remove(intel_th_dbg); in intel_th_debug_done()
27 intel_th_dbg = NULL; in intel_th_debug_done()
H A Ddebug.h12 extern struct dentry *intel_th_dbg;