commit | 7f193c2519a3dcfd61cd5e676b2959370f4b15be | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Sun Dec 08 16:01:14 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Dec 11 15:19:29 2019 -0800 |
tree | 4791cb467f027a8f445513b02c738e67a9644740 | |
parent | b91e014f078e2e4f24778680e28dbbdecc7f0eb9 [diff] |
selftests/bpf: Test function_graph tracer and bpf trampoline together Add simple test script to execute funciton graph tracer while BPF trampoline attaches and detaches from the functions being graph traced. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20191209000114.1876138-4-ast@kernel.org