From: Heiko Carstens Date: Tue, 30 Nov 2021 12:25:46 +0000 (+0100) Subject: selftests/ftrace: make kprobe profile testcase description unique X-Git-Tag: v6.1-rc5~2311^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5992f373c6eed6d09e5858e9623df1259b3ce30;p=platform%2Fkernel%2Flinux-starfive.git selftests/ftrace: make kprobe profile testcase description unique Commit 32f6e5da83c7 ("selftests/ftrace: Add kprobe profile testcase") added a new kprobes testcase, but has a description which does not describe what the test case is doing and is duplicating the description of another test case. Therefore change the test case description, so it is unique and then allows easily to tell which test case actually passed or failed. Reported-by: Alexander Egorenkov Signed-off-by: Heiko Carstens Acked-by: Masami Hiramatsu Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/profile.tc b/tools/testing/selftests/ftrace/test.d/kprobe/profile.tc index 98166fa..34fb89b 100644 --- a/tools/testing/selftests/ftrace/test.d/kprobe/profile.tc +++ b/tools/testing/selftests/ftrace/test.d/kprobe/profile.tc @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0 -# description: Kprobe dynamic event - adding and removing +# description: Kprobe profile # requires: kprobe_events ! grep -q 'myevent' kprobe_profile