summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
AgeCommit message (Expand)AuthorLines
2012-11-19tracing: Remove unneeded checks from the stack tracerAnton Vorontsov-4/+0
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt-0/+1
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt-1/+2
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt-1/+1
2011-12-21tracing: Have stack tracing set filtered functions at bootSteven Rostedt-0/+11
2011-12-21tracing: Have stack_tracer use a separate list of functionsSteven Rostedt-1/+18
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe-11/+2
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard-1/+1
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt-3/+3
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan-0/+24
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-6/+6
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-2/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-2/+2
2009-08-17trace_stack: Simplify seqfile codeLi Zefan-22/+12
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar-5/+2
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan-5/+2
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong-8/+1
2009-06-26tracing: Fix stack tracer sysctl handlingLi Zefan-2/+2
2009-06-03tracing/trace_stack: fix the number of entries in the headerwalimis-1/+1
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker-9/+4
2009-03-13tracing: left align location header in stack_traceSteven Rostedt-2/+2
2009-03-12tracing: explain why stack tracer is emptySteven Rostedt-0/+15
2009-03-12tracing: fix stack tracer headerSteven Rostedt-2/+2
2008-12-18trace: better use of stack_trace_enabled for boot up codeSteven Rostedt-7/+4
2008-12-18trace: add a way to enable or disable the stack tracerSteven Rostedt-4/+48
2008-12-03trace: fix output of stack traceSteven Rostedt-1/+4
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt-4/+4
2008-11-23Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar-9/+15
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang-9/+15
2008-11-04ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt-6/+2
2008-10-20ftrace: stack tracer only record when on stackSteven Rostedt-0/+4
2008-10-14ftrace: stack trace add indexesSteven Rostedt-17/+73
2008-10-14ftrace: add stack tracerSteven Rostedt-0/+254