aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-26tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker1-11/+21
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker1-6/+6
2008-11-23tracing/function-return-tracer: store return stack into task_struct and allocate it dynamicallyFrederic Weisbecker1-14/+15
2008-11-18tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker1-3/+7
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return tracerFrederic Weisbecker1-128/+130
2008-11-16tracing/function-return-tracer: add a barrier to ensure return stack index is incremented in memoryFrederic Weisbecker1-0/+1
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt1-3/+26
2008-11-12tracing/function-return-tracer: call prepare_ftrace_return by registersFrederic Weisbecker1-1/+0
2008-11-12tracing/function-return-tracer: make the function return tracer locklessFrederic Weisbecker1-38/+5
2008-11-11tracing: function return tracer, build fixIngo Molnar1-0/+1
2008-11-11tracing, x86: function return tracer, fix assembly constraintsIngo Molnar1-1/+1
2008-11-11tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker1-7/+174
2008-10-31ftrace: nmi safe code clean upsSteven Rostedt1-8/+8
2008-10-30ftrace: nmi update statisticsSteven Rostedt1-2/+24
2008-10-30ftrace: nmi safe code modificationSteven Rostedt1-1/+106
2008-10-27ftrace: use a real variable for ftrace_nop in x86Steven Rostedt1-11/+5
2008-10-23ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt1-5/+5
2008-10-23ftrace: remove mcount setSteven Rostedt1-7/+0
2008-10-23ftrace: use probe_kernelSteven Rostedt1-5/+3