Home
last modified time | relevance | path

Searched refs:DBGFS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/damon/
H A D_chk_dependency.sh7 DBGFS=$(grep debugfs /proc/mounts --max-count 1 | awk '{print $2}')
8 if [ "$DBGFS" = "" ]
14 DBGFS+="/damon"
22 if [ ! -d "$DBGFS" ]
24 echo "$DBGFS not found"
28 if [ -f "$DBGFS/monitor_on_DEPRECATED" ]
37 if [ ! -f "$DBGFS/$f" ]
47 status=$( cat "$DBGFS/$f" 2>&1 )
49 echo "Permission for reading $DBGFS/$f denied; maybe secureboot enabled?"
H A D_debugfs_common.sh52 damon_onoff="$DBGFS/monitor_on"
53 if [ -f "$DBGFS/monitor_on_DEPRECATED" ]
55 damon_onoff="$DBGFS/monitor_on_DEPRECATED"
57 damon_onoff="$DBGFS/monitor_on"