Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/ftrace: add mips support for kprobe args string tests

This is the mips variant of commit <3990b5baf225> ("selftests/ftrace:
Add s390 support for kprobe args tests").

Signed-off-by: Ze Zhang <zhangze@loongson.cn>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Ze Zhang and committed by
Shuah Khan
2238a1f4 b2d229d4

+3
+3
tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_string.tc
··· 25 25 s390*) 26 26 ARG1=%r2 27 27 ;; 28 + mips*) 29 + ARG1=%r4 30 + ;; 28 31 *) 29 32 echo "Please implement other architecture here" 30 33 exit_untested