summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-021-1/+1
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-7/+69
|\
| * tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-04-121-0/+2
| * tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-03-151-21/+54
| * tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-03-151-4/+29
| * tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-03-151-5/+7
* | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-121-1/+1
|/
* tracing: Remove unneeded checks from the stack tracerAnton Vorontsov2012-11-191-4/+0
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-0/+1
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-1/+2
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-1/+1
* tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-211-0/+11
* tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
* tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-141-11/+2
* ftrace: Implement separate user function filteringSteven Rostedt2011-05-181-0/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard2010-08-251-1/+1
* tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-031-3/+3
* tracing: Fix circular dead lock in stack traceLai Jiangshan2010-02-021-0/+24
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-6/+6
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-2/+2
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* trace_stack: Simplify seqfile codeLi Zefan2009-08-171-22/+12
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-5/+2
|\
| * trace_stack: Fix seqfile memory leakLi Zefan2009-07-231-5/+2
* | tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong2009-07-171-8/+1
|/
* tracing: Fix stack tracer sysctl handlingLi Zefan2009-06-261-2/+2
* tracing/trace_stack: fix the number of entries in the headerwalimis2009-06-031-1/+1
* tracing/ftrace: factorize the tracing files creationFrederic Weisbecker2009-04-071-9/+4
* tracing: left align location header in stack_traceSteven Rostedt2009-03-131-2/+2
* tracing: explain why stack tracer is emptySteven Rostedt2009-03-121-0/+15
* tracing: fix stack tracer headerSteven Rostedt2009-03-121-2/+2
* trace: better use of stack_trace_enabled for boot up codeSteven Rostedt2008-12-181-7/+4
* trace: add a way to enable or disable the stack tracerSteven Rostedt2008-12-181-4/+48
* trace: fix output of stack traceSteven Rostedt2008-12-031-1/+4
* ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-12-031-4/+4
*-. Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-231-9/+15
|\ \
| | * function tracing: fix wrong position computing of stack_traceLiming Wang2008-11-211-9/+15
| |/
* / ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt2008-11-041-6/+2
|/
* ftrace: stack tracer only record when on stackSteven Rostedt2008-10-201-0/+4
* ftrace: stack trace add indexesSteven Rostedt2008-10-141-17/+73
* ftrace: add stack tracerSteven Rostedt2008-10-141-0/+254