Searched refs:DEBUGFS_DIR (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/testing/selftests/ftrace/
H A Dftracetest90 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
91 TRACING_DIR=$DEBUGFS_DIR/tracing
105 if [ -z "$DEBUGFS_DIR" -o ! -d "$TRACING_DIR" ]; then

Completed in 59 milliseconds