aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
Commit message (Expand)AuthorAge
* tracing: remove use of seq_printf return valueJoe Perches2015-04-15
* tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-22
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-22
* sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-19
* init/main.c: Give init_task a canaryAaron Tomlin2014-09-19
* tracing: Print max callstack on stacktrace bugMinchan Kim2014-06-02
* tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang2014-04-24
* tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin2014-03-24
* tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-02
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-29
|\
| * tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-04-12
| * tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-03-15
| * tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-03-15
| * tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-03-15
* | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-12
|/
* tracing: Remove unneeded checks from the stack tracerAnton Vorontsov2012-11-19
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-31
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-19
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-19
* tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-21
* tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-21
* tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-14
* ftrace: Implement separate user function filteringSteven Rostedt2011-05-18
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard2010-08-25
* tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-03
* tracing: Fix circular dead lock in stack traceLai Jiangshan2010-02-02
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-14
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-14
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-14
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* trace_stack: Simplify seqfile codeLi Zefan2009-08-17
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-11
|\
| * trace_stack: Fix seqfile memory leakLi Zefan2009-07-23
* | tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong2009-07-17
|/
* tracing: Fix stack tracer sysctl handlingLi Zefan2009-06-26
* tracing/trace_stack: fix the number of entries in the headerwalimis2009-06-03
* tracing/ftrace: factorize the tracing files creationFrederic Weisbecker2009-04-07
* tracing: left align location header in stack_traceSteven Rostedt2009-03-13
* tracing: explain why stack tracer is emptySteven Rostedt2009-03-12
* tracing: fix stack tracer headerSteven Rostedt2009-03-12
* trace: better use of stack_trace_enabled for boot up codeSteven Rostedt2008-12-18
* trace: add a way to enable or disable the stack tracerSteven Rostedt2008-12-18
* trace: fix output of stack traceSteven Rostedt2008-12-03
* ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-12-03
*-. Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-23
|\ \
| | * function tracing: fix wrong position computing of stack_traceLiming Wang2008-11-21
| |/
* / ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt2008-11-04
|/
* ftrace: stack tracer only record when on stackSteven Rostedt2008-10-20
* ftrace: stack trace add indexesSteven Rostedt2008-10-14