aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi1-1/+5
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt1-0/+7
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-43/+49
2015-11-03tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)1-8/+8
2015-11-03tracing: Allow arch-specific stack tracerAKASHI Takahiro1-37/+43
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)1-0/+4
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)1-0/+7
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)1-45/+23
2015-04-15tracing: remove use of seq_printf return valueJoe Perches1-2/+2
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)1-1/+1
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)1-2/+0
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-1/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-3/+1
2014-06-02tracing: Print max callstack on stacktrace bugMinchan Kim1-4/+30
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang1-2/+6
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin1-0/+3
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)1-1/+1
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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