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

link/kprobe: specify symbol offset #618

Merged
merged 2 commits into from Apr 12, 2022
Merged

link/kprobe: specify symbol offset #618

merged 2 commits into from Apr 12, 2022

Commits on Apr 2, 2022

  1. link/kprobe: specify symbol offset

    This patch adds kprobe symbol offset and its unit test.
    With symbol offset, we can insert kprobes for functions
    inlined.
    
    Signed-off-by: Tonghao Zhang <zhangtonghao@didiglobal.com>
    xpu22 committed Apr 2, 2022
    Copy the full SHA
    a1da065 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. kprobe: add kprobe offset test

    Signed-off-by: Tonghao Zhang <zhangtonghao@didiglobal.com>
    xpu22 committed Apr 12, 2022
    Copy the full SHA
    e336fe9 View commit details
    Browse the repository at this point in the history