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

/linux-4.4.14/tools/nfsd/
H A Dinject_fault.sh8 DEBUGFS=`cat /proc/mounts | grep debugfs`
9 if [ "$DEBUGFS" == "" ]; then
16 DEBUGDIR=`echo $DEBUGFS | awk '{print $2}'`/nfsd
/linux-4.4.14/tools/testing/fault-injection/
H A Dfailcmd.sh71 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'`
73 if [ ! -d "$DEBUGFS" ]; then
79 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh213 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
214 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/cpu
223 if [ ! -d "$DEBUGFS" ]; then
/linux-4.4.14/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh180 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
181 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory
190 if [ ! -d "$DEBUGFS" ]; then
/linux-4.4.14/samples/bpf/
H A Dbpf_load.c24 #define DEBUGFS "/sys/kernel/debug/tracing/" macro
116 strcpy(buf, DEBUGFS); load_and_attach()
331 trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); read_trace_pipe()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddss.c795 /* DEBUGFS */
/linux-4.4.14/drivers/dma/
H A Dmic_x100_dma.c691 /* DEBUGFS CODE */ mic_dma_reg_seq_show()
/linux-4.4.14/drivers/misc/
H A Dvmw_balloon.c1149 * DEBUGFS Interface
/linux-4.4.14/drivers/staging/unisys/visornic/
H A Dvisornic_main.c47 /* DEBUGFS declarations */

Completed in 448 milliseconds