summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ftrace: add command interface for function selectionSteven Rostedt2009-02-161-11/+95
* | ftrace: enable filtering only when a function is filtered onSteven Rostedt2009-02-161-6/+8
* | ftrace: add module command function filter selectionSteven Rostedt2009-02-161-6/+109
* | ftrace: break up ftrace_match_records into smaller componentsSteven Rostedt2009-02-161-40/+75
* | ftrace: rename ftrace_match to ftrace_match_recordsSteven Rostedt2009-02-161-4/+4
* | ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_recSteven Rostedt2009-02-161-107/+101
* | ftrace: state that all functions are enabled in set_ftrace_filterSteven Rostedt2009-02-161-0/+23
* | trace: trivial fixes in comment typos.Wenji Huang2009-02-081-3/+3
* | Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'li...Ingo Molnar2009-02-041-0/+5
|\|
| * ftrace: do_each_pid_task() needs rcu lockOleg Nesterov2009-02-031-0/+5
| * tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker2009-01-211-0/+27
* | tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker2009-01-151-0/+27
* | ftrace, trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig2009-01-141-1/+1
* | ftrace, ia64: Add macro for ftrace_callerShaohua Li2009-01-141-1/+1
* | ftrace, ia64: explictly ignore a file in recordmcount.plShaohua Li2009-01-141-9/+1
* | ftrace: convert unsigned index to signedSteven Rostedt2009-01-071-2/+2
|/
* ftrace: add not to regex on filtering functionsSteven Rostedt2008-12-181-2/+13
* tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker2008-12-081-0/+2
* ftrace: use init_struct_pid as swapper pidSteven Rostedt2008-12-051-1/+1
* ftrace: avoid duplicated function when writing set_graph_functionLiming Wang2008-12-041-2/+8
* ftrace: add ability to only trace swapper tasksSteven Rostedt2008-12-041-11/+63
* ftrace: use struct pidSteven Rostedt2008-12-041-32/+44
* ftrace: trace single pid for function graph tracerSteven Rostedt2008-12-041-1/+1
* ftrace: use task struct trace flag to filter on pidSteven Rostedt2008-12-041-3/+25
* ftrace: graph of a single functionSteven Rostedt2008-12-041-0/+227
* 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/+2
|/
* ftrace: improve seq_operation of ftraceLiming Wang2008-11-281-17/+10
* ftrace: let function tracing and function return run togetherSteven Rostedt2008-11-261-20/+2
* ftrace: use code patching for ftrace graph tracerSteven Rostedt2008-11-261-19/+16
* 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/+36
| * | 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/+24
| * | 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/+1
* | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-121-0/+16
|\ \