aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-26x86/traceponit: Fix comment about irq vector tracepointsGravatar sunliming 1-3/+0
2022-05-26x86,tracing: Remove unused headersGravatar sunliming 1-3/+0
2020-06-11x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEGravatar Thomas Gleixner 1-17/+0
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsGravatar Borislav Petkov 1-0/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningGravatar Yi Wang 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyGravatar Thomas Gleixner 1-5/+22
2017-08-29x86/idt: Remove the tracing IDT completelyGravatar Thomas Gleixner 1-43/+0
2017-08-29x86/tracing: Introduce a static key for exception tracingGravatar Thomas Gleixner 1-1/+8
2016-12-09tracing: Have the reg function allow to failGravatar Steven Rostedt (Red Hat) 1-1/+2
2013-07-16x86: Make sure IDT is page alignedGravatar Kees Cook 1-4/+2
2013-06-22trace,x86: Do not call local_irq_save() in load_current_idt()Gravatar Steven Rostedt (Red Hat) 1-0/+4
2013-06-20x86, trace: Add irq vector tracepointsGravatar Seiji Aguchi 1-0/+57