aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick1-6/+6
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin1-2/+2
2011-03-10ftrace/graph: Trace function entry before updating indexSteven Rostedt1-7/+8
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-3/+3
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet1-0/+3
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron1-62/+1
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-10/+0
2010-02-25ftrace: Remove memory barriers from NMI code when not neededSteven Rostedt1-0/+26
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-10/+0
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+17
2009-11-02x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha1-0/+17
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker1-74/+2
2009-10-12ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches1-3/+5
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-4/+4
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron1-0/+10
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron1-11/+4
2009-08-11tracing: Map syscall name to numberJason Baron1-0/+16
2009-08-06tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker1-4/+0
2009-06-18function-graph: add stack frame testSteven Rostedt1-2/+4
2009-05-13x86/function-graph: fix constraint for recording old return valueSteven Rostedt1-1/+1
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker1-0/+2
2009-04-07tracing, x86: remove duplicated #includeHuang Weiyi1-1/+0
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt1-5/+1
2009-03-18ftrace: protect running nmi (V3)Lai Jiangshan1-23/+40
2009-03-13tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker1-0/+63
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker1-1/+1
2009-02-22Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-0/+17
2009-02-20ftrace: immediately stop code modification if failure is detectedSteven Rostedt1-0/+4
2009-02-20ftrace, x86: make kernel text writable only for conversionsSteven Rostedt1-0/+13
2009-02-19Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracerIngo Molnar1-74/+1
2009-02-18tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt1-74/+1
2009-02-11tracing, x86: fix constraint for parent variableSteven Rostedt1-5/+4
2009-02-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-5/+4
2009-02-11Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-3/+5
2009-02-10tracing, x86: fix fixup section to return to original codeSteven Rostedt1-3/+5
2009-02-10tracing, x86: fix constraint for parent variableSteven Rostedt1-5/+4
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker1-7/+0
2009-02-07ring-buffer: use generic version of in_nmiSteven Rostedt1-2/+2
2009-02-07ftrace: change function graph tracer to use new in_nmiSteven Rostedt1-20/+1
2009-02-07ftrace, x86: rename in_nmi variableSteven Rostedt1-11/+11
2009-02-07ring-buffer: add NMI protection for spinlocksSteven Rostedt1-4/+4
2009-01-27x86: ftrace - simplify wait_for_nmiCyrill Gorcunov1-6/+5
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker1-1/+4
2008-12-03ftrace: add checks on ret stack in function graphSteven Rostedt1-0/+17
2008-12-03ftrace: function graph return for function entrySteven Rostedt1-1/+6
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt1-4/+6
2008-12-03ftrace: clean up function graph asmSteven Rostedt1-16/+4
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker1-1/+10
2008-11-26ftrace: use code patching for ftrace graph tracerSteven Rostedt1-2/+46