selftests/uprobes: Add a basic uprobe testcase
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Fri, 24 May 2024 00:49:55 +0000 (09:49 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 7 Aug 2024 20:45:53 +0000 (14:45 -0600)
commit98f8faea4b6379de2c1483125253b73f7449e6b6
tree91909b51b512002c93bfb9159c4265197c356bd7
parent2c082b62aeb5e818d9e9588253fc7b73fc5ab81b
selftests/uprobes: Add a basic uprobe testcase

Add a basic uprobe testcase which checks whether add/remove/trace
operations works on /bin/sh.

Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/ftrace/test.d/dynevent/add_remove_uprobe.tc [new file with mode: 0644]