Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/damon/
Ddebugfs_empty_targets.sh9 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"
D_chk_dependency.sh7 DBGFS=/sys/kernel/debug/damon
15 if [ ! -d "$DBGFS" ]
17 echo "$DBGFS not found"
23 if [ ! -f "$DBGFS/$f" ]
Ddebugfs_huge_count_read_write.sh11 for file in "$DBGFS/"*
Ddebugfs_schemes.sh9 file="$DBGFS/schemes"
Ddebugfs_attrs.sh9 file="$DBGFS/attrs"
Ddebugfs_target_ids.sh9 file="$DBGFS/target_ids"
D_debugfs_common.sh47 damon_onoff="$DBGFS/monitor_on"