aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ftrace.c
AgeCommit message (Expand)Author
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2010-02-25ftrace: Remove memory barriers from NMI code when not neededSteven Rostedt
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-11-02x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker
2009-10-12ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron
2009-08-11tracing: Map syscall name to numberJason Baron
2009-08-06tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker
2009-06-18function-graph: add stack frame testSteven Rostedt
2009-05-13x86/function-graph: fix constraint for recording old return valueSteven Rostedt
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker
2009-04-07tracing, x86: remove duplicated #includeHuang Weiyi
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt
2009-03-18ftrace: protect running nmi (V3)Lai Jiangshan
2009-03-13tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker
2009-02-22Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2009-02-20ftrace: immediately stop code modification if failure is detectedSteven Rostedt
2009-02-20ftrace, x86: make kernel text writable only for conversionsSteven Rostedt
2009-02-19Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar
2009-02-18tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt
2009-02-11tracing, x86: fix constraint for parent variableSteven Rostedt
2009-02-11Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-02-11Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar
2009-02-10tracing, x86: fix fixup section to return to original codeSteven Rostedt
2009-02-10tracing, x86: fix constraint for parent variableSteven Rostedt
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker
2009-02-07ring-buffer: use generic version of in_nmiSteven Rostedt
2009-02-07ftrace: change function graph tracer to use new in_nmiSteven Rostedt
2009-02-07ftrace, x86: rename in_nmi variableSteven Rostedt
2009-02-07ring-buffer: add NMI protection for spinlocksSteven Rostedt
2009-01-27x86: ftrace - simplify wait_for_nmiCyrill Gorcunov
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker
2008-12-03ftrace: add checks on ret stack in function graphSteven Rostedt
2008-12-03ftrace: function graph return for function entrySteven Rostedt
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt
2008-12-03ftrace: clean up function graph asmSteven Rostedt
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker
2008-11-26ftrace: use code patching for ftrace graph tracerSteven Rostedt
2008-11-26tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker
2008-11-18tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker
2008-11-16tracing/function-return-tracer: add a barrier to ensure return stack index is...Frederic Weisbecker