aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAge
* tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-02
* ftrace: improve seq_operation of ftraceLiming Wang2008-11-28
* ftrace: let function tracing and function return run togetherSteven Rostedt2008-11-26
* ftrace: use code patching for ftrace graph tracerSteven Rostedt2008-11-26
* ftrace: add function tracing to single threadSteven Rostedt2008-11-26
* tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker2008-11-25
* tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-25
* tracing/function-return-tracer: don't trace kfree while it frees the return s...Frederic Weisbecker2008-11-23
* tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-23
*-. Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-17
|\ \
| | * function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis2008-11-16
| * | tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2008-11-16
| * | ftrace: make filtered functions effective on settingSteven Rostedt2008-11-16
| * | ftrace: fix dyn ftrace filterSteven Rostedt2008-11-16
| * | ftrace: allow NULL pointers in mcount_locSteven Rostedt2008-11-16
| * | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-16
| * | ftrace: do not process freed recordsSteven Rostedt2008-11-16
| * | ftrace: disable ftrace on anomalies in trace start and stopSteven Rostedt2008-11-16
| * | ftrace: remove condition from ftrace_record_ipSteven Rostedt2008-11-16
|/ /
* | ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis2008-11-13
* | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-12
|\ \
| * | tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker2008-11-11
* | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-12
|\ \ \ | |/ / |/| / | |/
| * ring-buffer: buffer record on/off switchSteven Rostedt2008-11-11
* | ftrace: fix set_ftrace_filterSteven Rostedt2008-11-08
* | ftrace: add quick function trace stopSteven Rostedt2008-11-06
|/
* ftrace: perform an initialization for ftrace to enable itFrederic Weisbecker2008-10-28
* ftrace: warning in kernel/trace/ftrace.cIngo Molnar2008-10-24
* ftrace: fix build failureIngo Molnar2008-10-23
* ftrace: remove ftrace hashSteven Rostedt2008-10-23
* ftrace: remove mcount setSteven Rostedt2008-10-23
* ftrace: remove daemonSteven Rostedt2008-10-23
* ftrace: add ftrace warn on to disable ftraceSteven Rostedt2008-10-23
* ftrace: only have ftrace_kill atomicSteven Rostedt2008-10-23
* ftrace: return error on failed modified text.Steven Rostedt2008-10-23
* ftrace: release functions from hashSteven Rostedt2008-10-20
* ftrace: warn on failure to disable mcount callersSteven Rostedt2008-10-14
* ftrace: mcount_addr defined but not usedSteven Noonan2008-10-14
* ftrace: fix unlocking of hashSteven Rostedt2008-10-14
* ftrace: remove direct reference to mcount in trace codeSteven Rostedt2008-10-14
* ftrace: clean up macro usageIngo Molnar2008-10-14
* ftrace: fix build failureStephen Rothwell2008-10-14
* ftrace: add necessary locking for ftrace recordsSteven Rostedt2008-10-14
* ftrace: do not init module on ftrace disabledSteven Rostedt2008-10-14
* ftrace: remove old pointers to mcountSteven Rostedt2008-10-14
* ftrace: do not show freed records in available_filter_functionsSteven Rostedt2008-10-14
* ftrace: enable mcount recording for modulesSteven Rostedt2008-10-14
* ftrace: mcount call site on boot nops coreSteven Rostedt2008-10-14
* stop_machine: fix up ftrace.cRusty Russell2008-07-27
* ftrace: build fix for ftraced_suspendIngo Molnar2008-07-11