Home
last modified time | relevance | path

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

/tools/bootconfig/scripts/
A Dbconf2ftrace.sh52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
53 if [ -z "$TRACEFS" ]; then
59 if [ ! -d $TRACEFS ]; then
67 (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/$1
250 instancedir=$TRACEFS
[all …]
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
/tools/virtio/virtio-trace/
A Dtrace-agent.c21 #define TRACEFS "/sys/kernel/tracing" macro
126 ret = snprintf(buf, PATH_MAX, READ_PATH_FMT, TRACEFS, cpu_num); in make_path()
/tools/lib/api/fs/
A Dfs.c150 FS(tracefs, tracefs, TRACEFS);
/tools/lib/bpf/
A Dlibbpf.c11120 #define TRACEFS "/sys/kernel/tracing" macro
11134 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path()
11139 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in tracefs_kprobe_events()
11144 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in tracefs_uprobe_events()
11150 : TRACEFS"/available_filter_functions"; in tracefs_available_filter_functions()
11156 : TRACEFS"/available_filter_functions_addrs"; in tracefs_available_filter_functions_addrs()

Completed in 250 milliseconds