Hi Xiao Yang,
On 4/6/20 8:52 AM, Shuah Khan wrote:
On 4/6/20 7:23 AM, Steven Rostedt wrote:
On Sun, 5 Apr 2020 09:44:57 +0800
Xiao Yang <yangx.jy@xxxxxxxxxxxxxx> wrote:
ftrace-direct.tc and kprobe-direct.tc require
CONFIG_SAMPLE_FTRACE_DIRECT=m
so add it to config file which is used by merge_config.sh.
Shuah,
Care to take this in your tree?
Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
I took this patch and sending it in my pull request. Please
make sure your commit logs don't wrap in your future patches.
It makes it easier to read commit logs.
"Without CONFIG_DYNAMIC_FTRACE, some tests get failure because required
filter
files(set_ftrace_filter/available_filter_functions/stack_trace_filter)
are missing. So implement check_filter_file() and make all related
tests
check required filter files by it.
BTW: set_ftrace_filter and available_filter_functions are
introduced together
so just check either of them."
thanks,
-- Shuah