diff options
author | John Keeping <[email protected]> | 2023-03-27 18:36:46 +0100 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2023-04-03 11:52:04 -0400 |
commit | ea65b41807a26495ff2a73dd8b1bab2751940887 (patch) | |
tree | ea25cfc7a422eaaf0236539d035f75d72f3e0c37 /scripts/gdb/linux/utils.py | |
parent | 6455b6163d8c680366663cdb8c679514d55fc30c (diff) |
ftrace: Mark get_lock_parent_ip() __always_inline
If the compiler decides not to inline this function then preemption
tracing will always show an IP inside the preemption disabling path and
never the function actually calling preempt_{enable,disable}.
Link: https://lore.kernel.org/linux-trace-kernel/[email protected]
Cc: Masami Hiramatsu <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Fixes: f904f58263e1d ("sched/debug: Fix preempt_disable_ip recording for preempt_disable()")
Signed-off-by: John Keeping <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions