Searched refs:DBGFS (Results 1 – 9 of 9) sorted by relevance
7 DBGFS=/sys/kernel/debug/damon15 if [ ! -d "$DBGFS" ]17 echo "$DBGFS not found"23 if [ ! -f "$DBGFS/$f" ]33 status=$( cat "$DBGFS/$f" 2>&1 )35 echo "Permission for reading $DBGFS/$f denied; maybe secureboot enabled?"
9 orig_target_ids=$(cat "$DBGFS/target_ids")10 echo "" > "$DBGFS/target_ids"11 orig_monitor_on=$(cat "$DBGFS/monitor_on")12 test_write_fail "$DBGFS/monitor_on" "on" "orig_monitor_on" "empty target ids"13 echo "$orig_target_ids" > "$DBGFS/target_ids"
9 if ! echo foo > "$DBGFS/mk_contexts"15 if echo foo > "$DBGFS/mk_contexts"21 if ! echo foo > "$DBGFS/rm_contexts"
11 for file in "$DBGFS/"*13 (echo "$(basename "$f")" > "$DBGFS/rm_contexts") &> /dev/null
11 for file in "$DBGFS/"*
9 file="$DBGFS/attrs"
9 file="$DBGFS/schemes"
9 file="$DBGFS/target_ids"
47 damon_onoff="$DBGFS/monitor_on"
Completed in 13 milliseconds