aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-18ftrace: add not to regex on filtering functionsSteven Rostedt1-2/+13
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker1-0/+2
2008-12-05ftrace: use init_struct_pid as swapper pidSteven Rostedt1-1/+1
2008-12-04ftrace: avoid duplicated function when writing set_graph_functionLiming Wang1-2/+8
2008-12-04ftrace: add ability to only trace swapper tasksSteven Rostedt1-11/+63
2008-12-04ftrace: use struct pidSteven Rostedt1-32/+44
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt1-1/+1
2008-12-04ftrace: use task struct trace flag to filter on pidSteven Rostedt1-3/+25
2008-12-04ftrace: graph of a single functionSteven Rostedt1-0/+227
2008-12-03ftrace: function graph return for function entrySteven Rostedt1-3/+7
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt1-0/+5
2008-12-03Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar1-1/+3
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker1-1/+3
2008-12-02function trace: fix a bug of single thread function traceLiming Wang1-4/+2
2008-11-28ftrace: improve seq_operation of ftraceLiming Wang1-17/+10
2008-11-26ftrace: let function tracing and function return run togetherSteven Rostedt1-20/+2
2008-11-26ftrace: use code patching for ftrace graph tracerSteven Rostedt1-19/+16
2008-11-26ftrace: add function tracing to single threadSteven Rostedt1-26/+183
2008-11-26tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker1-14/+16
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker1-13/+13
2008-11-23tracing/function-return-tracer: don't trace kfree while it frees the return stackFrederic Weisbecker1-1/+6
2008-11-23tracing/function-return-tracer: store return stack into task_struct and allocate it dynamicallyFrederic Weisbecker1-1/+95
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/coreIngo Molnar1-129/+175
2008-11-16function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis1-11/+15
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return tracerFrederic Weisbecker1-5/+53
2008-11-16ftrace: make filtered functions effective on settingSteven Rostedt1-1/+1
2008-11-16ftrace: fix dyn ftrace filterSteven Rostedt1-47/+36
2008-11-16ftrace: allow NULL pointers in mcount_locSteven Rostedt1-0/+8
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt1-38/+24
2008-11-16ftrace: do not process freed recordsSteven Rostedt1-2/+6
2008-11-16ftrace: disable ftrace on anomalies in trace start and stopSteven Rostedt1-37/+44
2008-11-16ftrace: remove condition from ftrace_record_ipSteven Rostedt1-1/+1
2008-11-13ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis1-2/+1
2008-11-12Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar1-0/+16
2008-11-12Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-6/+2
2008-11-11ring-buffer: buffer record on/off switchSteven Rostedt1-6/+2
2008-11-11tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker1-0/+16
2008-11-08ftrace: fix set_ftrace_filterSteven Rostedt1-0/+3
2008-11-06ftrace: add quick function trace stopSteven Rostedt1-10/+37
2008-10-28ftrace: perform an initialization for ftrace to enable itFrederic Weisbecker1-0/+8
2008-10-24ftrace: warning in kernel/trace/ftrace.cIngo Molnar1-1/+4
2008-10-23ftrace: fix build failureIngo Molnar1-2/+0
2008-10-23ftrace: remove ftrace hashSteven Rostedt1-208/+35
2008-10-23ftrace: remove mcount setSteven Rostedt1-9/+0
2008-10-23ftrace: remove daemonSteven Rostedt1-294/+28
2008-10-23ftrace: add ftrace warn on to disable ftraceSteven Rostedt1-10/+19
2008-10-23ftrace: only have ftrace_kill atomicSteven Rostedt1-40/+2
2008-10-23ftrace: return error on failed modified text.Steven Rostedt1-6/+15
2008-10-20ftrace: release functions from hashSteven Rostedt1-0/+43
2008-10-14ftrace: warn on failure to disable mcount callersSteven Rostedt1-0/+27