Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/ntb/
Dntb_test.sh10 DEBUGFS=${DEBUGFS-/sys/kernel/debug}
499 LOCAL_TOOL="$DEBUGFS/ntb_tool/$LOCAL_DEV"
500 REMOTE_TOOL="$REMOTE_HOST:$DEBUGFS/ntb_tool/$REMOTE_DEV"
535 LOCAL_PP="$DEBUGFS/ntb_pingpong/$LOCAL_DEV"
536 REMOTE_PP="$REMOTE_HOST:$DEBUGFS/ntb_pingpong/$REMOTE_DEV"
549 LOCAL_MSI="$DEBUGFS/ntb_msi_test/$LOCAL_DEV"
550 REMOTE_MSI="$REMOTE_HOST:$DEBUGFS/ntb_msi_test/$REMOTE_DEV"
572 LOCAL_PERF="$DEBUGFS/ntb_perf/$LOCAL_DEV"
573 REMOTE_PERF="$REMOTE_HOST:$DEBUGFS/ntb_perf/$REMOTE_DEV"
/linux-5.19.10/tools/testing/selftests/gpio/
Dgpio-mockup.sh10 DEBUGFS=
51 DEBUGFS=$(grep -w debugfs /proc/mounts | cut -f2 -d' ')
52 [ -d "$DEBUGFS" ] || skip "debugfs is not mounted"
54 GPIO_DEBUGFS=$DEBUGFS/$module
297 gpiochip=$(find "$DEBUGFS/$module/" -name gpiochip* -type d | sort)
/linux-5.19.10/tools/testing/fault-injection/
Dfailcmd.sh72 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'`
74 if [ ! -d "$DEBUGFS" ]; then
80 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
/linux-5.19.10/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh237 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
238 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/cpu
247 if [ ! -d "$DEBUGFS" ]; then
/linux-5.19.10/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh230 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
231 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory
240 if [ ! -d "$DEBUGFS" ]; then
/linux-5.19.10/tools/testing/selftests/bpf/
Dtrace_helpers.c15 #define DEBUGFS "/sys/kernel/debug/tracing/" macro
133 trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); in read_trace_pipe()
/linux-5.19.10/drivers/scsi/hisi_sas/
DKconfig26 Set Y to default enable DEBUGFS for SCSI_HISI_SAS
/linux-5.19.10/samples/bpf/
Dhbm.c68 #define DEBUGFS "/sys/kernel/debug/tracing/" macro
80 trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); in read_trace_pipe2()
/linux-5.19.10/drivers/net/wireless/marvell/libertas/
DREADME60 DEBUGFS COMMANDS
/linux-5.19.10/drivers/watchdog/
DKconfig1788 bool "DEBUGFS support for BCM Kona Watchdog"
/linux-5.19.10/
DMAINTAINERS6243 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS