Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ntb/
H A 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"
/openbmc/linux/tools/testing/selftests/gpio/
H A 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)
/openbmc/linux/tools/testing/selftests/memory-hotplug/
H A 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
/openbmc/linux/tools/testing/fault-injection/
H A Dfailcmd.sh72 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'`
74 if [ ! -d "$DEBUGFS" ]; then
80 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
/openbmc/linux/tools/virtio/virtio-trace/
H A Dtrace-agent.c22 #define DEBUGFS "/sys/kernel/debug/tracing" macro
128 ret = snprintf(buf, PATH_MAX, READ_PATH_FMT, DEBUGFS, cpu_num); in make_path()
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dptest.patch54 -DEBUGFS="$USE_VALGRIND ../debugfs/debugfs"
64 +DEBUGFS="$USE_VALGRIND debugfs"
/openbmc/linux/drivers/scsi/hisi_sas/
H A DKconfig26 Set Y to default enable DEBUGFS for SCSI_HISI_SAS
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c148 FS(debugfs, debugfs, DEBUGFS);
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A DREADME60 DEBUGFS COMMANDS
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c10326 #define DEBUGFS "/sys/kernel/debug/tracing" macro
10334 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs()
10341 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path()
10346 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in tracefs_kprobe_events()
10351 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in tracefs_uprobe_events()
10356 return use_debugfs() ? DEBUGFS"/available_filter_functions" in tracefs_available_filter_functions()
10362 return use_debugfs() ? DEBUGFS"/available_filter_functions_addrs" in tracefs_available_filter_functions_addrs()
/openbmc/linux/drivers/watchdog/
H A DKconfig1840 bool "DEBUGFS support for BCM Kona Watchdog"
/openbmc/linux/
H A DMAINTAINERS6401 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS