diff options
author | Masami Hiramatsu <[email protected]> | 2017-10-03 16:18:02 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-10-03 19:11:48 +0200 |
commit | b664d57f39d01e775204d4f1a7e2f8bda77bc549 (patch) | |
tree | 69bec1f802f6e85fcbbc6ef4fe1a86823c5ab091 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ee213fc72fd67d0988525af501534f4cb924d1e9 (diff) |
kprobes/x86: Remove IRQ disabling from jprobe handlers
Jprobes actually don't need to disable IRQs while calling
handlers, because of how we specify the kernel interface in
Documentation/kprobes.txt:
-----
Probe handlers are run with preemption disabled. Depending on the
architecture and optimization state, handlers may also run with
interrupts disabled (e.g., kretprobe handlers and optimized kprobe
handlers run without interrupt disabled on x86/x86-64).
-----
So let's remove IRQ disabling from jprobes too.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E . McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/150701508194.32266.14458959863314097305.stgit@devbox
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions