HomeSort by relevance Sort by last modified time
    Searched full:debugfs_path (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/tracing/dynamic_debug/
dynamic_debug01.sh 41 DEBUGFS_PATH=""
52 DEBUGFS_PATH=$(awk '/debugfs/{print $2}' /proc/mounts)
53 tst_res TINFO "debugfs already mounted at $DEBUGFS_PATH"
58 DEBUGFS_PATH="./tst_debug"
59 mkdir "$DEBUGFS_PATH"
60 if mount -t debugfs xxx "$DEBUGFS_PATH" ; then
61 tst_res TINFO "debugfs mounted at $DEBUGFS_PATH"
75 if [ ! -d "$DEBUGFS_PATH/dynamic_debug" ] ; then
76 tst_brk TBROK "Unable to find $DEBUGFS_PATH/dynamic_debug"
78 DEBUGFS_CONTROL="$DEBUGFS_PATH/dynamic_debug/control
    [all...]
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_lib.sh 32 export DEBUGFS_PATH=/sys/kernel/debug/
33 export TRACING_PATH="$DEBUGFS_PATH/tracing"
37 export DEBUGFS_PATH="$PWD/debugfs"
39 mkdir $DEBUGFS_PATH
40 mount -t debugfs xxx $DEBUGFS_PATH
150 umount $DEBUGFS_PATH
151 rmdir $DEBUGFS_PATH
  /external/blktrace/doc/
blktrace.8 
  /external/blktrace/
blktrace.c 284 static char *debugfs_path = "/sys/kernel/debug"; variable
1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path,
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 1109 static const std::string debugfs_path = "\/sys\/kernel\/debug\/tracing\/"; local
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skqp/platform_tools/android/bin/linux/
perfhost 

Completed in 3395 milliseconds