aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_stack.c
AgeCommit message (Expand)Author
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig
2020-01-02tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-08-31tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)
2019-08-31tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)
2019-04-29tracing: Remove the last struct stack_trace usageThomas Gleixner
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)
2018-12-08tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter
2018-10-27tracing: Have stack tracer trace full stackSteven Rostedt (VMware)
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu
2017-12-14tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)
2017-07-11tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)
2017-04-10tracing: Rename trace_active to disable_stack_tracer and inline its modificationSteven Rostedt (VMware)
2017-04-10tracing: Add stack_tracer_disable/enable() functionsSteven Rostedt (VMware)
2017-04-10tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.cSteven Rostedt (VMware)
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-11-03tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)
2015-11-03tracing: Allow arch-specific stack tracerAKASHI Takahiro
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)
2015-04-15tracing: remove use of seq_printf return valueJoe Perches
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-06-02tracing: Print max callstack on stacktrace bugMinchan Kim
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-04-12tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim