summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace/x86: BUG when ftrace recovery failsPetr Mladek2014-03-071-3/+15
* ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
* ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
* ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)2014-03-071-19/+8
* ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek2014-03-031-1/+1
* ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)2014-03-031-2/+3
* ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-111-36/+47
* ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao2013-11-051-1/+13
* x86/ftrace: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-2/+2
* ftrace/x86: Add save_regs for i386 function callsSteven Rostedt2012-07-191-4/+0
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-4/+73
* ftrace: Use breakpoint method to update ftrace callerSteven Rostedt2012-05-311-16/+72
* ftrace: Synchronize variable setting with breakpointsSteven Rostedt2012-05-311-3/+35
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-13/+2
* ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt2012-05-041-1/+1
* ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt2012-04-271-168/+1
* ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-271-0/+342
* x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick2011-05-251-6/+6
* x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-181-2/+2
* ftrace/graph: Trace function entry before updating indexSteven Rostedt2011-03-101-7/+8
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-3/+3
|\
| * x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-3/+3
* | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-181-0/+3
|/
* jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-201-62/+1
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-271-10/+0
|\
| * tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-10/+0
* | ftrace: Remove memory barriers from NMI code when not neededSteven Rostedt2010-02-251-0/+26
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-0/+17
|\
| * x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha2009-11-021-0/+17
* | tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker2009-10-141-74/+2
* | ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches2009-10-121-3/+5
|/
* tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-261-4/+4
* tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-0/+10
* tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-111-11/+4
* tracing: Map syscall name to numberJason Baron2009-08-111-0/+16
* tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker2009-08-061-4/+0
* function-graph: add stack frame testSteven Rostedt2009-06-181-2/+4
* x86/function-graph: fix constraint for recording old return valueSteven Rostedt2009-05-131-1/+1
* tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-091-0/+2
* tracing, x86: remove duplicated #includeHuang Weiyi2009-04-071-1/+0
* function-graph: moved the timestamp from arch to generic codeSteven Rostedt2009-03-241-5/+1
* ftrace: protect running nmi (V3)Lai Jiangshan2009-03-181-23/+40
* tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker2009-03-131-0/+63
* tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker2009-03-051-1/+1
* Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-221-0/+17
|\
| * ftrace: immediately stop code modification if failure is detectedSteven Rostedt2009-02-201-0/+4
| * ftrace, x86: make kernel text writable only for conversionsSteven Rostedt2009-02-201-0/+13
* | Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2009-02-191-74/+1
|\ \
| * | tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt2009-02-181-74/+1
| |/
| * tracing, x86: fix constraint for parent variableSteven Rostedt2009-02-111-5/+4
OpenPOWER on IntegriCloud