summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove the last struct stack_trace usageThomas Gleixner2019-04-291-21/+16Star
* tracing: Cleanup stack trace codeThomas Gleixner2019-04-291-29/+13Star
* tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-15/+5Star
* tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-231-2/+4
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-231-1/+1
* tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter2018-12-091-1/+1
* tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-271-1/+1
* tracing: Fix the file mode of stack tracerZhengyuan Liu2018-05-031-1/+1
* tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-151-0/+4
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)2017-09-231-15/+0Star
* tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-121-0/+6
* ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-291-2/+4
* rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)2017-04-101-0/+8
* tracing: Rename trace_active to disable_stack_tracer and inline its modificationSteven Rostedt (VMware)2017-04-101-41/+9Star
* tracing: Add stack_tracer_disable/enable() functionsSteven Rostedt (VMware)2017-04-101-0/+32
* tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.cSteven Rostedt (VMware)2017-04-101-16/+7Star
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi2016-02-191-1/+5
* tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt2016-01-291-0/+7
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-43/+49
|\
| * tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)2015-11-031-8/+8
| * tracing: Allow arch-specific stack tracerAKASHI Takahiro2015-11-031-37/+43
* | tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)2015-10-211-0/+4
* | tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)2015-10-201-0/+7
|/
* tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-211-45/+23Star
* tracing: remove use of seq_printf return valueJoe Perches2015-04-161-2/+2
* tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-221-1/+1
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-221-2/+0Star
* sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-1/+1
* init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-3/+1Star
* tracing: Print max callstack on stacktrace bugMinchan Kim2014-06-021-4/+30
* tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang2014-04-241-2/+6
* tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin2014-03-241-0/+3
* 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-131-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/+0Star
* 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