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