Searched refs:DEBUGFS (Results 1 – 9 of 9) sorted by relevance
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"
10 DEBUGFS=51 DEBUGFS=$(grep -w debugfs /proc/mounts | cut -f2 -d' ')52 [ -d "$DEBUGFS" ] || skip "debugfs is not mounted"54 GPIO_DEBUGFS=$DEBUGFS/$module297 gpiochip=$(find "$DEBUGFS/$module/" -name gpiochip* -type d | sort)
242 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`243 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory252 if [ ! -d "$DEBUGFS" ]; then
80 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'`82 if [ ! -d "$DEBUGFS" ]; then88 FAULTATTR=$DEBUGFS/$FAILCMD_TYPE
22 #define DEBUGFS "/sys/kernel/debug/tracing" macro128 ret = snprintf(buf, PATH_MAX, READ_PATH_FMT, DEBUGFS, cpu_num); in make_path()
26 Set Y to default enable DEBUGFS for SCSI_HISI_SAS
60 DEBUGFS COMMANDS
11631 #define DEBUGFS "/sys/kernel/debug/tracing" in probe_kern_syscall_wrapper() 11639 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in probe_kern_syscall_wrapper() 11646 return use_debugfs() ? DEBUGFS : TRACEFS; in probe_kern_syscall_wrapper() 11651 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in probe_kern_syscall_wrapper() 11656 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in bpf_program__attach_kprobe_opts() 11661 return use_debugfs() ? DEBUGFS"/available_filter_functions" in bpf_program__attach_kprobe_opts() 11667 return use_debugfs() ? DEBUGFS"/available_filter_functions_addrs" in bpf_program__attach_kprobe_opts() 11471 #define DEBUGFS global() macro
7798 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS