The commit 208003254c32 ("selftests/kprobe: Do not test for GRP/
without event failures") removed a syntax which is no more cause
a syntax error (NO_EVENT_NAME error with GRP/).
However, there are another case (NO_EVENT_NAME error without GRP/)
which causes a same error. This adds a test for that case.
Link: https://lkml.kernel.org/r/165812790993.1377963.9762767354560397298.stgit@devnote2
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
|
||
|---|---|---|
| .. | ||
| add_and_remove.tc | ||
| busy_check.tc | ||
| kprobe_args.tc | ||
| kprobe_args_comm.tc | ||
| kprobe_args_string.tc | ||
| kprobe_args_symbol.tc | ||
| kprobe_args_syntax.tc | ||
| kprobe_args_type.tc | ||
| kprobe_args_user.tc | ||
| kprobe_eventname.tc | ||
| kprobe_ftrace.tc | ||
| kprobe_module.tc | ||
| kprobe_multiprobe.tc | ||
| kprobe_syntax_errors.tc | ||
| kretprobe_args.tc | ||
| kretprobe_maxactive.tc | ||
| kretprobe_return_suffix.tc | ||
| multiple_kprobes.tc | ||
| probepoint.tc | ||
| profile.tc | ||
| uprobe_syntax_errors.tc | ||