aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-23ftrace: comment arch ftrace codeSteven Rostedt1-1/+6
2008-10-23ftrace: return error on failed modified text.Steven Rostedt1-7/+7
2008-10-20ftrace: do not enclose logic in WARN_ONSteven Rostedt1-2/+4
2008-10-14ftrace: make ftrace_test_p6nop disassembler-friendlyAnders Kaseorg1-2/+4
2008-10-14x86/ftrace: use uaccess in atomic contextFrédéric Weisbecker1-2/+2
2008-10-14x86: suppress trivial sparse signedness warningsHarvey Harrison1-1/+1
2008-10-14ftrace: x86 use copy to and from user functionsSteven Rostedt1-25/+13
2008-10-14ftrace: use only 5 byte nops for x86Steven Rostedt1-7/+61
2008-10-14ftrace: x86 mcount stubSteven Rostedt1-12/+2
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar1-17/+9
2008-06-17ftrace: build fix with gcc 4.3Ingo Molnar1-1/+1
2008-06-10ftrace: remove ftrace_ip_converted()Abhishek Sagar1-10/+0
2008-05-23ftrace: fix the fault label in updating codeSteven Rostedt1-2/+2
2008-05-23ftrace: use dynamic patching for updating mcount callsSteven Rostedt1-1/+40
2008-05-23ftrace: move memory management out of arch codeSteven Rostedt1-154/+29
2008-05-23ftrace: use nops instead of jmpSteven Rostedt1-16/+24
2008-05-23ftrace: dynamic enabling/disabling of function callsSteven Rostedt1-0/+237