aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2021-01-19 13:00:50 -0800
committerAlexei Starovoitov <ast@kernel.org>2021-01-20 14:14:09 -0800
commit71ee10e267632c917c061ae2e7b3673e6447693e (patch)
tree55a14edc1e68c6e2109cc0872a52b12094d75abd /tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c
parent86e6b4e993cf0c4dbe4c0ebfe052c89b9f9a2ade (diff)
parent407be92206d54517765e028c8b79032eb8f8ac86 (diff)
Merge branch 'Allow attaching to bare tracepoints'
Qais Yousef says: ==================== Changes in v3: * Fix not returning error value correctly in trigger_module_test_write() (Yonghong) * Add Yonghong acked-by to patch 1. Changes in v2: * Fix compilation error. (Andrii) * Make the new test use write() instead of read() (Andrii) Add some missing glue logic to teach bpf about bare tracepoints - tracepoints without any trace event associated with them. Bare tracepoints are declare with DECLARE_TRACE(). Full tracepoints are declare with TRACE_EVENT(). BPF can attach to these tracepoints as RAW_TRACEPOINT() only as there're no events in tracefs created with them. ==================== Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c')
0 files changed, 0 insertions, 0 deletions