Lines Matching refs:ftrace
8 echo " --init: Initialize ftrace before applying (imply --apply)"
60 echo "Error: ftrace is not enabled on this kernel." 1>&2
66 . `dirname $0`/ftrace.sh
123 setup_events() { # prefix("ftrace" or "ftrace.instance.INSTANCE") [instance]
145 instance="ftrace.instance.${1}"
148 instance="ftrace"
157 set_array_of ${instance}.ftrace.filters \
159 set_array_of ${instance}.ftrace.notrace \
176 # ftrace global configs (kernel.*)
188 if ! xbc_has_branch "ftrace" ; then
194 if xbc_has_branch "ftrace.instance"; then
195 for i in `xbc_subkeys "ftrace.instance" 1`; do