summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-3/+3
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
* ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-1/+0
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-6/+6
* trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig2020-06-081-3/+2
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-021-0/+5
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-0/+8
* tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)2019-08-311-0/+98
* tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)2019-08-311-0/+14
* tracing: Remove the last struct stack_trace usageThomas Gleixner2019-04-291-21/+16
* tracing: Cleanup stack trace codeThomas Gleixner2019-04-291-29/+13
* tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-15/+5
* tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-221-2/+4
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-221-1/+1
* tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter2018-12-081-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-141-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/+0
* tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-111-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/+9
* 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/+7
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-091-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-201-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-201-45/+23
* tracing: remove use of seq_printf return valueJoe Perches2015-04-151-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/+0
* 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/+1
* 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-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