Skip to content

feat(core/events/dropwatch): show stack offsets instead of absolute addresses#131

Merged
hao022 merged 1 commit intoccfos:mainfrom
huhong-web:main
Feb 2, 2026
Merged

feat(core/events/dropwatch): show stack offsets instead of absolute addresses#131
hao022 merged 1 commit intoccfos:mainfrom
huhong-web:main

Conversation

@huhong-web
Copy link
Copy Markdown
Contributor

addr is the return address saved on the stack when the kernel executes __dev_queue_xmit, and sym.Addr is the starting address of the __dev_queue_xmit function in the kernel. The resulting offset represents the position inside the function, not the absolute address.

…ddresses

`addr` is the return address saved on the stack when the kernel executes `__dev_queue_xmit`,
and `sym.Addr` is the starting address of the `__dev_queue_xmit` function in the kernel.
The resulting `offset` represents the position inside the function, not the absolute address.
@hao022 hao022 merged commit d724d70 into ccfos:main Feb 2, 2026
5 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.

2 participants