| commit | 52454dab859150561a4e93ff6c98a7d9be86679c | [log] [tgz] |
|---|---|---|
| author | Jiri Olsa <jolsa@kernel.org> | Thu Jan 12 14:29:24 2023 +0100 |
| committer | Jiri Olsa <jolsa@kernel.org> | Fri Jan 20 15:51:52 2023 +0100 |
| tree | 7215a96d87ca998ffdf27f178399e37f0babb5a9 | |
| parent | 00b8f39f1d15c7e16e3f5ca7538f522f3a89131f [diff] |
bpf: Add multiple bpf_test_func functions Adding 3 bpf_test_func static functions with different prototype. Calling them through bpf_prog_test_run_tracing function for the test purpose. Signed-off-by: Jiri Olsa <jolsa@kernel.org>