mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 20:05:14 +07:00
5cc6c8d4a9
Fix multiple kprobe event testcase to work it correctly. There are 2 bugfixes. - Since `wc -l FILE` returns not only line number but also FILE filename, following "if" statement always failed. Fix this bug by replacing it with 'cat FILE | wc -l' - Since "while do-done loop" block with pipeline becomes a subshell, $N local variable is not update outside of the loop. Fix this bug by using actual target number (256) instead of $N. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> |
||
---|---|---|
.. | ||
add_and_remove.tc | ||
busy_check.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_args.tc | ||
kprobe_eventname.tc | ||
kprobe_ftrace.tc | ||
kprobe_module.tc | ||
kprobe_multiprobe.tc | ||
kprobe_syntax_errors.tc | ||
kretprobe_args.tc | ||
kretprobe_maxactive.tc | ||
multiple_kprobes.tc | ||
probepoint.tc | ||
profile.tc | ||
uprobe_syntax_errors.tc |