Message ID | 157475724667.3389.15752644047898709246.stgit@devnote2 (mailing list archive) |
---|---|
Headers | show |
Series | selftests/ftrace: Fix ftracetest testcases for non-function tracer case | expand |
On 11/26/19 1:34 AM, Masami Hiramatsu wrote: > Hi, > > Here is the 4th version of patches to fix some issues which happens on > the kernel with CONFIG_FUNCTION_TRACER=n or CONFIG_DYNAMIC_FTRACE=n. > > In this version I fixed [1/4] to cleanup set_ftrace_notrace (Thanks Steve!) > > Thank you, > > --- > > Masami Hiramatsu (4): > selftests/ftrace: Fix to check the existence of set_ftrace_filter > selftests/ftrace: Fix ftrace test cases to check unsupported > selftests/ftrace: Do not to use absolute debugfs path > selftests/ftrace: Fix multiple kprobe testcase > > > .../ftrace/test.d/ftrace/func-filter-stacktrace.tc | 2 ++ > .../selftests/ftrace/test.d/ftrace/func_cpumask.tc | 5 +++++ > tools/testing/selftests/ftrace/test.d/functions | 5 ++++- > .../ftrace/test.d/kprobe/multiple_kprobes.tc | 6 +++--- > .../inter-event/trigger-action-hist-xfail.tc | 4 ++-- > .../inter-event/trigger-onchange-action-hist.tc | 2 +- > .../inter-event/trigger-snapshot-action-hist.tc | 4 ++-- > 7 files changed, 19 insertions(+), 9 deletions(-) > > -- > Masami Hiramatsu (Linaro) <mhiramat@kernel.org> > Hi Masami and Steve, Thanks. I will pull these in for 5.5-rc1 -- Shuah