summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_stack.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-7/+69
2013-04-12tracing: Check return value of tracing_init_dentry()Namhyung Kim1-0/+2
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim1-1/+1
2013-03-15tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)1-21/+54
2013-03-15tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)1-4/+29
2013-03-15tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)1-5/+7
2012-11-19tracing: Remove unneeded checks from the stack tracerAnton Vorontsov1-4/+0
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt1-0/+1
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt1-1/+2
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-1/+1
2011-12-21tracing: Have stack tracing set filtered functions at bootSteven Rostedt1-0/+11
2011-12-21tracing: Have stack_tracer use a separate list of functionsSteven Rostedt1-1/+18
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe1-11/+2
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard1-1/+1
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt1-3/+3
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan1-0/+24
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-6/+6
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-2/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-08-17trace_stack: Simplify seqfile codeLi Zefan1-22/+12
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-5/+2
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan1-5/+2
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong1-8/+1
2009-06-26tracing: Fix stack tracer sysctl handlingLi Zefan1-2/+2
2009-06-03tracing/trace_stack: fix the number of entries in the headerwalimis1-1/+1
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker1-9/+4
2009-03-13tracing: left align location header in stack_traceSteven Rostedt1-2/+2
2009-03-12tracing: explain why stack tracer is emptySteven Rostedt1-0/+15
2009-03-12tracing: fix stack tracer headerSteven Rostedt1-2/+2
2008-12-18trace: better use of stack_trace_enabled for boot up codeSteven Rostedt1-7/+4
2008-12-18trace: add a way to enable or disable the stack tracerSteven Rostedt1-4/+48
2008-12-03trace: fix output of stack traceSteven Rostedt1-1/+4
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt1-4/+4
2008-11-23Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar1-9/+15
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang1-9/+15
2008-11-04ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt1-6/+2
2008-10-20ftrace: stack tracer only record when on stackSteven Rostedt1-0/+4
2008-10-14ftrace: stack trace add indexesSteven Rostedt1-17/+73
2008-10-14ftrace: add stack tracerSteven Rostedt1-0/+254