Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh242 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
243 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory
252 if [ ! -d "$DEBUGFS" ]; then
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/scsi/hisi_sas/
DKconfig26 Set Y to default enable DEBUGFS for SCSI_HISI_SAS
/linux-6.1.9/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-6.1.9/drivers/net/wireless/marvell/libertas/
DREADME60 DEBUGFS COMMANDS
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c9911 #define DEBUGFS "/sys/kernel/debug/tracing" macro
9919 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs()
9926 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path()
9931 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in tracefs_kprobe_events()
9936 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in tracefs_uprobe_events()
/linux-6.1.9/drivers/watchdog/
DKconfig1800 bool "DEBUGFS support for BCM Kona Watchdog"
/linux-6.1.9/
DMAINTAINERS6358 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS