selftests/ftrace: Add LoongArch kprobe args string tests support
Before: [5] Kprobe event string type argument [UNTESTED] [7] Kprobe event argument syntax [UNTESTED] After: [5] Kprobe event string type argument [PASS] [7] Kprobe event argument syntax [PASS] Signed-off-by: Qing Zhang <zhangqing@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
This commit is contained in:
parent
eb4071b988
commit
8883bf8312
@ -28,6 +28,9 @@ s390*)
|
||||
mips*)
|
||||
ARG1=%r4
|
||||
;;
|
||||
loongarch*)
|
||||
ARG1=%r4
|
||||
;;
|
||||
*)
|
||||
echo "Please implement other architecture here"
|
||||
exit_untested
|
||||
|
@ -40,6 +40,10 @@ mips*)
|
||||
GOODREG=%r4
|
||||
BADREG=%r12
|
||||
;;
|
||||
loongarch*)
|
||||
GOODREG=%r4
|
||||
BADREG=%r12
|
||||
;;
|
||||
*)
|
||||
echo "Please implement other architecture here"
|
||||
exit_untested
|
||||
|
Loading…
Reference in New Issue
Block a user