summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt1-26/+64
2009-04-15tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-07function-graph: use int instead of atomic for ftrace_graph_activeSteven Rostedt1-7/+7
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker1-29/+10
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar1-2/+11
2009-04-01function-graph: allow unregistering twiceSteven Rostedt1-0/+4
2009-03-26tracing: add average time in function to function profilerSteven Rostedt1-7/+14
2009-03-26tracing: remove on the fly allocator from function profilerSteven Rostedt1-33/+43
2009-03-26ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei1-2/+7
2009-03-25tracing: clean up tracing profilerSteven Rostedt1-13/+15
2009-03-25function-graph: add option to calculate graph time or notSteven Rostedt1-1/+20
2009-03-25tracing: make the function profiler per cpuSteven Rostedt1-69/+130
2009-03-25tracing: adding function timings to function profilerSteven Rostedt1-4/+89
2009-03-25tracing: move function profiler data out of function structSteven Rostedt1-180/+260
2009-03-25tracing: add function profilerSteven Rostedt1-2/+311
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan1-4/+4
2009-03-24ftrace: show virtual PIDLai Jiangshan1-1/+1
2009-03-24function-graph: add option for include sleep timesSteven Rostedt1-0/+7
2009-03-24function-graph: ignore times across scheduleSteven Rostedt1-0/+36
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt1-0/+6
2009-03-17tracing/ftrace: fix the check on nopped sitesFrederic Weisbecker1-1/+1
2009-03-13ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan1-6/+8
2009-03-13ftrace: use seq_readLai Jiangshan1-23/+3
2009-03-13ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED recZhaolei1-4/+5
2009-03-13ftrace: avoid double-free of dyn_ftraceZhaolei1-1/+2
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-06tracing: make all file_operations constSteven Rostedt1-5/+5
2009-02-22Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo 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/kerne...Ingo 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-17ftrace: add pretty print to selected fuction tracesSteven Rostedt1-0/+3
2009-02-17ftrace: show selected functions in set_ftrace_filterSteven Rostedt1-20/+103
2009-02-17ftrace: trace different functions with a different tracerSteven Rostedt1-0/+247
2009-02-17ftrace: consolidate mutexesSteven Rostedt1-47/+21
2009-02-17ftrace: convert ftrace_lock from a spinlock to mutexSteven Rostedt1-32/+19
2009-02-17ftrace: add command interface for function selectionSteven Rostedt1-11/+95
2009-02-17ftrace: enable filtering only when a function is filtered onSteven Rostedt1-6/+8
2009-02-17ftrace: add module command function filter selectionSteven Rostedt1-6/+109
2009-02-17ftrace: break up ftrace_match_records into smaller componentsSteven Rostedt1-40/+75
2009-02-17ftrace: rename ftrace_match to ftrace_match_recordsSteven Rostedt1-4/+4
2009-02-17ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_recSteven Rostedt1-107/+101
2009-02-17ftrace: state that all functions are enabled in set_ftrace_filterSteven Rostedt1-0/+23
2009-02-08trace: trivial fixes in comment typos.Wenji Huang1-3/+3