Searched refs:TRACEFS (Results 1 – 2 of 2) sorted by relevance
52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`53 if [ -z "$TRACEFS" ]; then59 if [ ! -d $TRACEFS ]; then67 (cd $TRACEFS; initialize_ftrace)186 eventdir="$TRACEFS/instances/$4/events/$2/$3"188 eventdir="$TRACEFS/events/$2/$3"226 run_cmd "echo 1 > $TRACEFS/instances/$2/events/enable"228 run_cmd "echo 1 > $TRACEFS/events/enable"247 instancedir=$TRACEFS/instances/$1250 instancedir=$TRACEFS[all …]
26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`27 if [ -z "$TRACEFS" ]; then32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing33 if [ ! -d $TRACEFS ]; then48 val=`cat $TRACEFS/max_graph_depth`50 if grep -qv "^#" $TRACEFS/set_graph_function $TRACEFS/set_graph_notrace ; then58 cat $TRACEFS/kprobe_events | while read p args; do79 cat $TRACEFS/synthetic_events | while read event fields; do
Completed in 5 milliseconds