summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: function graph return for function entrySteven Rostedt2008-12-031-3/+7
* ftrace: add ftrace_graph_stop()Steven Rostedt2008-12-031-0/+5
* Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2008-12-031-1/+3
|\
| * tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-021-1/+3
* | function trace: fix a bug of single thread function traceLiming Wang2008-12-021-4/+2Star
|/
* ftrace: improve seq_operation of ftraceLiming Wang2008-11-281-17/+10Star
* ftrace: let function tracing and function return run togetherSteven Rostedt2008-11-261-20/+2Star
* ftrace: use code patching for ftrace graph tracerSteven Rostedt2008-11-261-19/+16Star
* ftrace: add function tracing to single threadSteven Rostedt2008-11-261-26/+183
* tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker2008-11-261-14/+16
* tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-261-13/+13
* tracing/function-return-tracer: don't trace kfree while it frees the return s...Frederic Weisbecker2008-11-231-1/+6
* tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-231-1/+95
*-. Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-171-129/+175
|\ \
| | * function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis2008-11-161-11/+15
| * | tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2008-11-161-5/+53
| * | ftrace: make filtered functions effective on settingSteven Rostedt2008-11-161-1/+1
| * | ftrace: fix dyn ftrace filterSteven Rostedt2008-11-161-47/+36Star
| * | ftrace: allow NULL pointers in mcount_locSteven Rostedt2008-11-161-0/+8
| * | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-161-38/+24Star
| * | ftrace: do not process freed recordsSteven Rostedt2008-11-161-2/+6
| * | ftrace: disable ftrace on anomalies in trace start and stopSteven Rostedt2008-11-161-37/+44
| * | ftrace: remove condition from ftrace_record_ipSteven Rostedt2008-11-161-1/+1
|/ /
* | ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis2008-11-131-2/+1Star
* | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-121-0/+16
|\ \
| * | tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker2008-11-111-0/+16
* | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-121-6/+2Star
|\ \ \ | |/ / |/| / | |/
| * ring-buffer: buffer record on/off switchSteven Rostedt2008-11-111-6/+2Star
* | ftrace: fix set_ftrace_filterSteven Rostedt2008-11-081-0/+3
* | ftrace: add quick function trace stopSteven Rostedt2008-11-061-10/+37
|/
* ftrace: perform an initialization for ftrace to enable itFrederic Weisbecker2008-10-281-0/+8
* ftrace: warning in kernel/trace/ftrace.cIngo Molnar2008-10-241-1/+4
* ftrace: fix build failureIngo Molnar2008-10-231-2/+0Star
* ftrace: remove ftrace hashSteven Rostedt2008-10-231-208/+35Star
* ftrace: remove mcount setSteven Rostedt2008-10-231-9/+0Star
* ftrace: remove daemonSteven Rostedt2008-10-231-294/+28Star
* ftrace: add ftrace warn on to disable ftraceSteven Rostedt2008-10-231-10/+19
* ftrace: only have ftrace_kill atomicSteven Rostedt2008-10-231-40/+2Star
* ftrace: return error on failed modified text.Steven Rostedt2008-10-231-6/+15
* ftrace: release functions from hashSteven Rostedt2008-10-201-0/+43
* ftrace: warn on failure to disable mcount callersSteven Rostedt2008-10-141-0/+27
* ftrace: mcount_addr defined but not usedSteven Noonan2008-10-141-8/+8
* ftrace: fix unlocking of hashSteven Rostedt2008-10-141-1/+2
* ftrace: remove direct reference to mcount in trace codeSteven Rostedt2008-10-141-1/+9
* ftrace: clean up macro usageIngo Molnar2008-10-141-1/+1
* ftrace: fix build failureStephen Rothwell2008-10-141-2/+2
* ftrace: add necessary locking for ftrace recordsSteven Rostedt2008-10-141-14/+30
* ftrace: do not init module on ftrace disabledSteven Rostedt2008-10-141-2/+2
* ftrace: remove old pointers to mcountSteven Rostedt2008-10-141-2/+30
* ftrace: do not show freed records in available_filter_functionsSteven Rostedt2008-10-141-6/+4Star