Skip to content
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

Events from kprobe.multi have eventTypeKprobeMulti set in .type #477

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

jschwinger233
Copy link
Member

Even with --backend kprobe-multi, pwru still uses kprobe for --filter-track-bpf-helpers. This patch makes pwru capable of distinguishing event types in order to adjust addressres for symbol resolution.

Fixes: #462

Even with --backend kprobe-multi, pwru still uses kprobe for
--filter-track-bpf-helpers. This patch makes pwru capable of
distinguishing event types in order to adjust addressres for symbol
resolution.

Fixes: cilium#462

Signed-off-by: gray <gray.liang@isovalent.com>
@jschwinger233 jschwinger233 marked this pull request as ready for review January 3, 2025 09:48
@jschwinger233 jschwinger233 requested a review from a team as a code owner January 3, 2025 09:48
Copy link
Member

@brb brb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find, thanks!

@brb brb merged commit f383413 into cilium:main Jan 15, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pwru fails to parse helper symbols when --filter-track-bpf-helpers
2 participants