aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar1-6/+11
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa1-6/+11
2009-08-17ftrace: Simplify seqfile codeLi Zefan1-13/+2
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-5/+14
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt1-2/+2
2009-07-23function-graph: Fix seqfile memory leakLi Zefan1-3/+12
2009-07-18tracing: Remove unused fields/variablesjolsa@redhat.com1-3/+0
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar1-3/+2
2009-07-17tracing/function: Cleanup for function tracerXiao Guangrong1-14/+3
2009-07-17tracing/function: Simplify __ftrace_replace_code()Xiao Guangrong1-54/+18
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt1-3/+2
2009-06-26tracing: Fix stack tracer sysctl handlingLi Zefan1-2/+2
2009-06-26ftrace: Fix the output of profileLi Zefan1-1/+3
2009-06-24ftrace: Fix t_hash_start()Li Zefan1-1/+11
2009-06-24ftrace: Don't manipulate @pos in t_start()Li Zefan1-11/+8
2009-06-24ftrace: Don't increment @pos in g_start()Li Zefan1-11/+10
2009-06-20tracing/urgent: warn in case of ftrace_start_up inbalanceFrederic Weisbecker1-0/+7
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+19
2009-06-02function-graph: always initialize task ret_stackSteven Rostedt1-2/+4
2009-06-02function-graph: add memory barriers for accessing task's ret_stackSteven Rostedt1-4/+4
2009-06-02function-graph: enable the stack after initialization of other variablesSteven Rostedt1-2/+7
2009-06-02function-graph: only allocate init tasks if it was not already doneSteven Rostedt1-2/+4
2009-06-01ftrace: do not profile functions when disabledSteven Rostedt1-2/+6
2009-06-01ftrace: add kernel command line function filteringSteven Rostedt1-0/+42
2009-05-18tracing: fix check for return value of register_module_notifierMing Lei1-1/+1
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt1-26/+64
2009-04-14tracing/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-25tracing: add average time in function to function profilerSteven Rostedt1-7/+14
2009-03-25tracing: remove on the fly allocator from function profilerSteven Rostedt1-33/+43
2009-03-25ftrace: 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-24function-graph: add option to calculate graph time or notSteven Rostedt1-1/+20
2009-03-24tracing: make the function profiler per cpuSteven Rostedt1-69/+130
2009-03-24tracing: adding function timings to function profilerSteven Rostedt1-4/+89
2009-03-24tracing: move function profiler data out of function structSteven Rostedt1-180/+260
2009-03-24tracing: 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-16tracing/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