Home
last modified time | relevance | path

Searched refs:TRACEFS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
53 if [ -z "$TRACEFS" ]; then
58 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
59 if [ ! -d $TRACEFS ]; then
67 (cd $TRACEFS; initialize_ftrace)
100 eventdir="$TRACEFS/instances/$4/events/$2/$3"
102 eventdir="$TRACEFS/events/$2/$3"
107 run_cmd "echo 'p:kprobes/$3 $line' >> $TRACEFS/kprobe_events"
111 run_cmd "echo '`compose_synth $3 ${branch}.fields`' >> $TRACEFS/synthetic_events"
146 instancedir=$TRACEFS/instances/$1
[all …]
H A Dftrace2bconf.sh26 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