index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
kprobes
/
ftrace.c
Age
Commit message (
Expand
)
Author
2024-11-07
x86/kprobes: Cleanup kprobes on ftrace code
Masami Hiramatsu (Google)
2024-05-16
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
2021-10-27
ftrace: disable preemption when recursion locked
王贇
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
kprobes/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
kprobes/x86: Don't call the ->break_handler() in x86 kprobes
Masami Hiramatsu
2017-09-28
kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes
Masami Hiramatsu
2017-09-28
kprobes/x86: Disable preemption in ftrace-based jprobes
Masami Hiramatsu
2017-04-12
kprobes/x86: Make boostable flag boolean
Masami Hiramatsu
2014-11-20
kprobes/ftrace: Recover original IP if pre_handler doesn't change it
Masami Hiramatsu
2014-04-24
kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Masami Hiramatsu
2014-04-24
kprobes/x86: Allow probe on some kprobe preparation functions
Masami Hiramatsu
2013-01-21
kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/
Masami Hiramatsu