Lines Matching refs:TRACEFS
26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
27 if [ -z "$TRACEFS" ]; then
32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
33 if [ ! -d $TRACEFS ]; then
48 val=`cat $TRACEFS/max_graph_depth`
50 if grep -qv "^#" $TRACEFS/set_graph_function $TRACEFS/set_graph_notrace ; then
58 cat $TRACEFS/kprobe_events | while read p args; do
79 cat $TRACEFS/synthetic_events | while read event fields; do
213 INSTANCE=$TRACEFS
216 INSTANCE=$TRACEFS/instances/$1
258 for i in `ls $TRACEFS/instances` ; do