aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-05tracing: make all file_operations constSteven Rostedt1-5/+5
2009-02-22Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-1/+32
2009-02-20ftrace: break out modify loop immediately on detection of errorSteven Rostedt1-1/+4
2009-02-20ftrace: allow archs to preform pre and post process for code modificationSteven Rostedt1-0/+28
2009-02-20tracing/function-graph-tracer: make set_graph_function file support ftrace regexFrederic Weisbecker1-18/+38
2009-02-18Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-50/+52
2009-02-18Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-1/+5
2009-02-17tracing/function-graph-tracer: trace the idle tasksFrederic Weisbecker1-1/+5
2009-02-17ftrace: rename _hook to _probeSteven Rostedt1-39/+39
2009-02-17ftrace: clean up coding styleSteven Rostedt1-11/+13
2009-02-17ftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid definitionIngo Molnar1-3/+5
2009-02-16ftrace: add pretty print to selected fuction tracesSteven Rostedt1-0/+3
2009-02-16ftrace: show selected functions in set_ftrace_filterSteven Rostedt1-20/+103
2009-02-16ftrace: trace different functions with a different tracerSteven Rostedt1-0/+247
2009-02-16ftrace: consolidate mutexesSteven Rostedt1-47/+21
2009-02-16ftrace: convert ftrace_lock from a spinlock to mutexSteven Rostedt1-32/+19
2009-02-16ftrace: add command interface for function selectionSteven Rostedt1-11/+95
2009-02-16ftrace: enable filtering only when a function is filtered onSteven Rostedt1-6/+8
2009-02-16ftrace: add module command function filter selectionSteven Rostedt1-6/+109
2009-02-16ftrace: break up ftrace_match_records into smaller componentsSteven Rostedt1-40/+75
2009-02-16ftrace: rename ftrace_match to ftrace_match_recordsSteven Rostedt1-4/+4
2009-02-16ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_recSteven Rostedt1-107/+101
2009-02-16ftrace: state that all functions are enabled in set_ftrace_filterSteven Rostedt1-0/+23
2009-02-07trace: trivial fixes in comment typos.Wenji Huang1-3/+3
2009-02-04Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'linus' into tracing/coreIngo Molnar1-0/+5
2009-02-03ftrace: do_each_pid_task() needs rcu lockOleg Nesterov1-0/+5
2009-01-21tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker1-0/+27
2009-01-15tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker1-0/+27
2009-01-14ftrace, trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig1-1/+1
2009-01-14ftrace, ia64: Add macro for ftrace_callerShaohua Li1-1/+1
2009-01-14ftrace, ia64: explictly ignore a file in recordmcount.plShaohua Li1-9/+1
2009-01-07ftrace: convert unsigned index to signedSteven Rostedt1-2/+2
2008-12-18ftrace: add not to regex on filtering functionsSteven Rostedt1-2/+13
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker1-0/+2
2008-12-05ftrace: use init_struct_pid as swapper pidSteven Rostedt1-1/+1
2008-12-04ftrace: avoid duplicated function when writing set_graph_functionLiming Wang1-2/+8
2008-12-04ftrace: add ability to only trace swapper tasksSteven Rostedt1-11/+63
2008-12-04ftrace: use struct pidSteven Rostedt1-32/+44
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt1-1/+1
2008-12-04ftrace: use task struct trace flag to filter on pidSteven Rostedt1-3/+25
2008-12-04ftrace: graph of a single functionSteven Rostedt1-0/+227
2008-12-03ftrace: function graph return for function entrySteven Rostedt1-3/+7
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt1-0/+5
2008-12-03Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar1-1/+3
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker1-1/+3
2008-12-02function trace: fix a bug of single thread function traceLiming Wang1-4/+2
2008-11-28ftrace: improve seq_operation of ftraceLiming Wang1-17/+10
2008-11-26ftrace: let function tracing and function return run togetherSteven Rostedt1-20/+2
2008-11-26ftrace: use code patching for ftrace graph tracerSteven Rostedt1-19/+16