Skip to content

Commit e5992f3

Browse files
hcahcashuahkh
authored andcommitted
selftests/ftrace: make kprobe profile testcase description unique
Commit 32f6e5d ("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 <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Acked-by: Masami Hiramatsu <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent a531b0c commit e5992f3

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/ftrace/test.d/kprobe

1 file changed

+1
-1
lines changed

tools/testing/selftests/ftrace/test.d/kprobe/profile.tc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# SPDX-License-Identifier: GPL-2.0
3-
# description: Kprobe dynamic event - adding and removing
3+
# description: Kprobe profile
44
# requires: kprobe_events
55

66
! grep -q 'myevent' kprobe_profile

0 commit comments

Comments
 (0)