Skip to content

Convert pt_regs to actual arguments #14

@jpsamaroo

Description

@jpsamaroo

kprobes in particular pass the called function's arguments via struct pt_regs, which represents the processor's register set. With help from #13, we should be able to call a user-defined function with the actual arguments, so users can write probes that match the probed function's C prototype.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions