Searched refs:DEBUGFS (Results 1 - 15 of 15) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/ntb/ |
| H A 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_per [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/ntb/ |
| H A 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_per [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
| H A D | gpio-mockup.sh | 14 DEBUGFS= 50 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'` 51 if [ ! -d "$DEBUGFS" ]; then 55 GPIO_DEBUGFS=`echo $DEBUGFS/gpio`
|
| /kernel/linux/linux-6.6/tools/testing/selftests/gpio/ |
| H A 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)
|
| /kernel/linux/linux-5.10/tools/testing/fault-injection/ |
| H A D | failcmd.sh | 72 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'` 74 if [ ! -d "$DEBUGFS" ]; then 80 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
|
| /kernel/linux/linux-6.6/tools/testing/fault-injection/ |
| H A D | failcmd.sh | 72 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'` 74 if [ ! -d "$DEBUGFS" ]; then 80 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
|
| /kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/ |
| H A D | cpu-on-off-test.sh | 237 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'` 238 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/cpu 247 if [ ! -d "$DEBUGFS" ]; then
|
| /kernel/linux/linux-5.10/tools/testing/selftests/memory-hotplug/ |
| H A D | mem-on-off-test.sh | 230 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'` 231 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory 240 if [ ! -d "$DEBUGFS" ]; then
|
| /kernel/linux/linux-6.6/tools/testing/selftests/memory-hotplug/ |
| H A 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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | trace_helpers.c | 14 #define DEBUGFS "/sys/kernel/debug/tracing/" macro 124 trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); in read_trace_pipe()
|
| /kernel/linux/linux-6.6/tools/virtio/virtio-trace/ |
| H A 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()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | bpf_load.c | 30 #define DEBUGFS "/sys/kernel/debug/tracing/" macro 68 fd = open(DEBUGFS "kprobe_events", flags); in write_kprobe_events() 207 strcpy(buf, DEBUGFS); in load_and_attach() 219 strcpy(buf, DEBUGFS); in load_and_attach()
|
| H A D | hbm.c | 72 #define DEBUGFS "/sys/kernel/debug/tracing/" macro 84 trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); in read_trace_pipe2()
|
| /kernel/linux/linux-6.6/tools/lib/api/fs/ |
| H A D | fs.c | 148 FS(debugfs, debugfs, DEBUGFS);
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | libbpf.c | 10322 #define DEBUGFS "/sys/kernel/debug/tracing" macro 10330 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs() 10337 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path() 10342 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in tracefs_kprobe_events() 10347 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in tracefs_uprobe_events() 10352 return use_debugfs() ? DEBUGFS"/available_filter_functions" in tracefs_available_filter_functions() 10358 return use_debugfs() ? DEBUGFS"/available_filter_functions_addrs" in tracefs_available_filter_functions_addrs()
|
Completed in 24 milliseconds