linux_dsm_epyc7002/tools/testing/selftests/ftrace/test.d
Masami Hiramatsu 5e46664703 selftest: ftrace: Fix to pick text symbols for kprobes
Fix to pick text symbols for multiple kprobe testcase.
kallsyms shows text symbols with " t " or " T " but
current testcase picks all symbols including "t",
so it picks data symbols if it includes 't' (e.g. "str").

This fixes it to find symbol lines with " t " or " T "
(including spaces).

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Reported-by: Russell King <linux@armlinux.org.uk>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2018-01-16 09:29:25 -07:00
..
00basic selftests/ftrace: Introduce exit_pass and exit_fail 2017-11-15 08:07:53 -07:00
event selftests/ftrace: Introduce exit_pass and exit_fail 2017-11-15 08:07:53 -07:00
ftrace selftests/ftrace: Introduce exit_pass and exit_fail 2017-11-15 08:07:53 -07:00
instances selftests/ftrace: Introduce exit_pass and exit_fail 2017-11-15 08:07:53 -07:00
kprobe selftest: ftrace: Fix to pick text symbols for kprobes 2018-01-16 09:29:25 -07:00
trigger selftests/ftrace: Introduce exit_pass and exit_fail 2017-11-15 08:07:53 -07:00
functions selftests/ftrace: Fix bashisms 2017-05-17 21:54:51 -04:00
template selftests/ftrace: Introduce exit_pass and exit_fail 2017-11-15 08:07:53 -07:00