aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAndrii Nakryiko <[email protected]>2024-03-19 16:38:48 -0700
committerAlexei Starovoitov <[email protected]>2024-03-19 23:05:33 -0700
commit6b9c2950c912780ce113079c9c52041b1e2a611a (patch)
treebb5b88cda791dce09c4065b1ee1c20a985d2f623 /scripts/patch-kernel
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 <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Message-ID: <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions