Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Kirill Smelkov
  • linux
  • Repository
  • linux
  • kernel
  • trace
  • trace_stack.c
Find file BlameHistoryPermalink
  • Steven Rostedt (VMware)'s avatar
    ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs · d19ad077
    Steven Rostedt (VMware) authored Oct 28, 2020
    
    
    In preparation to have arguments of a function passed to callbacks attached
    to functions as default, change the default callback prototype to receive a
    struct ftrace_regs as the forth parameter instead of a pt_regs.
    
    For callbacks that set the FL_SAVE_REGS flag in their ftrace_ops flags, they
    will now need to get the pt_regs via a ftrace_get_regs() helper call. If
    this is called by a callback that their ftrace_ops did not have a
    FL_SAVE_REGS flag set, it that helper function will return NULL.
    
    This will allow the ftrace_regs to hold enough just to get the parameters
    and stack pointer, but without the worry that callbacks may have a pt_regs
    that is not completely filled.
    
    Acked-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
    Reviewed-by: default avatarMasami Hiramatsu <mhiramat@kernel.org>
    Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
    d19ad077
GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备2021021310号-2 | 沪ICP备2021021310号-7