Searched refs:DEBUGFS (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 10 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.12.1/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 10 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.12.1/tools/testing/fault-injection/ |
D | failcmd.sh | 80 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'` 82 if [ ! -d "$DEBUGFS" ]; then 88 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
|
/linux-6.12.1/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 242 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.12.1/tools/virtio/virtio-trace/ |
D | trace-agent.c | 22 #define DEBUGFS "/sys/kernel/debug/tracing" macro 128 ret = snprintf(buf, PATH_MAX, READ_PATH_FMT, DEBUGFS, cpu_num); in make_path()
|
/linux-6.12.1/drivers/scsi/hisi_sas/ |
D | Kconfig | 26 Set Y to default enable DEBUGFS for SCSI_HISI_SAS
|
/linux-6.12.1/tools/lib/api/fs/ |
D | fs.c | 149 FS(debugfs, debugfs, DEBUGFS);
|
/linux-6.12.1/drivers/net/wireless/marvell/libertas/ |
D | README | 60 DEBUGFS COMMANDS
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 10966 #define DEBUGFS "/sys/kernel/debug/tracing" macro 10974 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs() 10981 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path() 10986 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in tracefs_kprobe_events() 10991 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in tracefs_uprobe_events() 10996 return use_debugfs() ? DEBUGFS"/available_filter_functions" in tracefs_available_filter_functions() 11002 return use_debugfs() ? DEBUGFS"/available_filter_functions_addrs" in tracefs_available_filter_functions_addrs()
|
/linux-6.12.1/drivers/watchdog/ |
D | Kconfig | 1881 bool "DEBUGFS support for BCM Kona Watchdog"
|
/linux-6.12.1/ |
D | MAINTAINERS | 6950 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
|