summaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2024-03-19 16:38:48 -0700
committerAlexei Starovoitov <ast@kernel.org>2024-03-19 23:05:33 -0700
commit6b9c2950c912780ce113079c9c52041b1e2a611a (patch)
treebb5b88cda791dce09c4065b1ee1c20a985d2f623 /scripts/bpf_doc.py
parentf803bcf9208a2540acb4c32bdc3616673169f490 (diff)
bpf: flatten bpf_probe_register call chain
bpf_probe_register() and __bpf_probe_register() have identical signatures and bpf_probe_register() just redirect to __bpf_probe_register(). So get rid of this extra function call step to simplify following the source code. It has no difference at runtime due to inlining, of course. Acked-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Message-ID: <20240319233852.1977493-2-andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions