diff options
author | Thomas Gleixner <[email protected]> | 2017-08-28 08:47:21 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-08-29 11:42:23 +0200 |
commit | 2feb1b316d48004d905278c02a55902cab0be8be (patch) | |
tree | e34696f4142dfd9366473a96612398da48bce30d /tools/lib/api/debug.c | |
parent | f7eaf6e00fd581043bb540dfe865f1d81769b189 (diff) |
x86/tracing: Introduce a static key for exception tracing
Switching the IDT just for avoiding tracepoints creates a completely
impenetrable macro/inline/ifdef mess.
There is no point in avoiding tracepoints for most of the traps/exceptions.
For the more expensive tracepoints, like pagefaults, this can be handled with
an explicit static key.
Preparatory patch to remove the tracing IDT.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/lib/api/debug.c')
0 files changed, 0 insertions, 0 deletions