-
Notifications
You must be signed in to change notification settings - Fork 5
libbpf: remove unused args in parse_usdt_note #5887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libbpf: remove unused args in parse_usdt_note #5887
Conversation
|
Upstream branch: c9110e6 |
|
Upstream branch: c9110e6 |
d3e2339 to
3c25f1c
Compare
0e26bd3 to
4e70ac0
Compare
|
Upstream branch: abc8a95 |
3c25f1c to
ff55bee
Compare
4e70ac0 to
c04dd5a
Compare
|
Upstream branch: 929adf8 |
ff55bee to
01c5377
Compare
c04dd5a to
4754b79
Compare
|
Upstream branch: 2d92ef7 |
Remove unused 'elf' and 'path' parameters from parse_usdt_note function signature. These parameters are not referenced within the function body and only add unnecessary complexity. The function only requires the note header, data buffer, offsets, and output structure to perform USDT note parsing. Update function declaration, definition, and the single call site in collect_usdt_targets() to match the simplified signature. This is a safe internal cleanup as parse_usdt_note is a static function. Signed-off-by: Jiawei Zhao <[email protected]> Acked-by: Yonghong Song <[email protected]>
01c5377 to
6a8a723
Compare
4754b79 to
af15c58
Compare
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=998664 irrelevant now. Closing PR. |
Pull request for series with
subject: libbpf: remove unused args in parse_usdt_note
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=998664