diff options
| author | Andrii Nakryiko <andrii@kernel.org> | 2024-03-20 02:38:48 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2024-03-20 09:05:33 +0300 |
| commit | 6b9c2950c912780ce113079c9c52041b1e2a611a (patch) | |
| tree | bb5b88cda791dce09c4065b1ee1c20a985d2f623 /tools/perf/scripts/python/libxed.py | |
| parent | f803bcf9208a2540acb4c32bdc3616673169f490 (diff) | |
| download | linux-6b9c2950c912780ce113079c9c52041b1e2a611a.tar.xz | |
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 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
