aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
Commit message (Expand)AuthorAge
* tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-27
* tracing: Fix the file mode of stack tracerZhengyuan Liu2018-05-03
* tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-14
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)2017-09-23
* tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-11
* ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-29
* rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)2017-04-10
* tracing: Rename trace_active to disable_stack_tracer and inline its modificationSteven Rostedt (VMware)2017-04-10
* tracing: Add stack_tracer_disable/enable() functionsSteven Rostedt (VMware)2017-04-10
* tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.cSteven Rostedt (VMware)2017-04-10
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi2016-02-19
* tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt2016-01-29
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-06
|\
| * tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)2015-11-03
| * tracing: Allow arch-specific stack tracerAKASHI Takahiro2015-11-03
* | tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)2015-10-20
* | tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)2015-10-20
|/
* tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-20
* 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