summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/ftrace: fix the check on nopped sitesFrederic Weisbecker2009-03-171-1/+1
* ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan2009-03-131-6/+8
* ftrace: use seq_readLai Jiangshan2009-03-131-23/+3Star
* ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED recZhaolei2009-03-131-4/+5
* ftrace: avoid double-free of dyn_ftraceZhaolei2009-03-131-1/+2
* tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro2009-03-061-6/+1Star
* tracing: make all file_operations constSteven Rostedt2009-03-061-5/+5
* Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-221-1/+32
|\
| * ftrace: break out modify loop immediately on detection of errorSteven Rostedt2009-02-201-1/+4
| * ftrace: allow archs to preform pre and post process for code modificationSteven Rostedt2009-02-201-0/+28
* | tracing/function-graph-tracer: make set_graph_function file support ftrace regexFrederic Weisbecker2009-02-201-18/+38
* | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-02-181-50/+52
|\ \
| * | ftrace: rename _hook to _probeSteven Rostedt2009-02-171-39/+39
| * | ftrace: clean up coding styleSteven Rostedt2009-02-171-11/+13
* | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2009-02-181-1/+5
|\ \ \ | |/ / |/| / | |/
| * tracing/function-graph-tracer: trace the idle tasksFrederic Weisbecker2009-02-171-1/+5
* | ftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid definitionIngo Molnar2009-02-171-3/+5
* | ftrace: add pretty print to selected fuction tracesSteven Rostedt2009-02-171-0/+3
* | ftrace: show selected functions in set_ftrace_filterSteven Rostedt2009-02-171-20/+103
* | ftrace: trace different functions with a different tracerSteven Rostedt2009-02-171-0/+247
* | ftrace: consolidate mutexesSteven Rostedt2009-02-171-47/+21Star
* | ftrace: convert ftrace_lock from a spinlock to mutexSteven Rostedt2009-02-161-32/+19Star
* | 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/+101Star
* | 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/+1Star
* | 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
|\