aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
AgeCommit message (Expand)Author
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)
2017-04-10tracing: Rename trace_active to disable_stack_tracer and inline its modificationSteven Rostedt (VMware)
2017-04-10tracing: Add stack_tracer_disable/enable() functionsSteven Rostedt (VMware)
2017-04-10tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.cSteven Rostedt (VMware)
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-11-03tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)
2015-11-03tracing: Allow arch-specific stack tracerAKASHI Takahiro
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)
2015-04-15tracing: remove use of seq_printf return valueJoe Perches
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-06-02tracing: Print max callstack on stacktrace bugMinchan Kim
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-04-12tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-03-15tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-03-15tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-03-15tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2012-11-19tracing: Remove unneeded checks from the stack tracerAnton Vorontsov
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt
2011-12-21tracing: Have stack tracing set filtered functions at bootSteven Rostedt
2011-12-21tracing: Have stack_tracer use a separate list of functionsSteven Rostedt
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-08-17trace_stack: Simplify seqfile codeLi Zefan
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong