diff options
author | Masami Hiramatsu <[email protected]> | 2018-01-14 22:50:07 +0900 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2018-01-16 09:29:25 -0700 |
commit | 5e46664703b364434a2cbda3e6988fc24ae0ced5 (patch) | |
tree | 200f1bf7e734347f4c37f11839a5d6a90587255b /net/unix/sysctl_net_unix.c | |
parent | a4f0e38e1d0d87849e22cb2f9c3f0bbe87729f5d (diff) |
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 <[email protected]>
Reported-by: Russell King <[email protected]>
Acked-by: Steven Rostedt (VMware) <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions