Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/damon/
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?"
A Ddebugfs_empty_targets.sh9 orig_target_ids=$(cat "$DBGFS/target_ids")
10 echo "" > "$DBGFS/target_ids"
12 if [ -f "$DBGFS/monitor_on_DEPRECATED" ]
14 monitor_on_file="$DBGFS/monitor_on_DEPRECATED"
16 monitor_on_file="$DBGFS/monitor_on"
21 echo "$orig_target_ids" > "$DBGFS/target_ids"
A D_debugfs_common.sh47 damon_onoff="$DBGFS/monitor_on"
48 if [ -f "$DBGFS/monitor_on_DEPRECATED" ]
50 damon_onoff="$DBGFS/monitor_on_DEPRECATED"
52 damon_onoff="$DBGFS/monitor_on"
A Ddebugfs_duplicate_context_creation.sh9 if ! echo foo > "$DBGFS/mk_contexts"
15 if echo foo > "$DBGFS/mk_contexts"
21 if ! echo foo > "$DBGFS/rm_contexts"
A Ddebugfs_rm_non_contexts.sh11 for file in "$DBGFS/"*
13 (echo "$(basename "$f")" > "$DBGFS/rm_contexts") &> /dev/null
A Ddebugfs_huge_count_read_write.sh11 for file in "$DBGFS/"*
A Ddebugfs_attrs.sh9 file="$DBGFS/attrs"
A Ddebugfs_schemes.sh9 file="$DBGFS/schemes"
A Ddebugfs_target_ids.sh9 file="$DBGFS/target_ids"

Completed in 12 milliseconds