Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
22c36b18263426bdd97ef5e04c0e92224c612ee1
/
kernel
/
trace
/
trace_stack.c
22c36b1
tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer
by Wei Yang
· 4 years, 6 months ago
7ff0d44
trace: fix an incorrect __user annotation on stack_trace_sysctl
by Christoph Hellwig
· 4 years, 7 months ago
b8299d3
tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
by Steven Rostedt (VMware)
· 5 years ago
17911ff
tracing: Add locked_down checks to the open calls of files created for tracefs
by Steven Rostedt (VMware)
· 5 years ago
58fe7a8
tracing: Document the stack trace algorithm in the comments
by Steven Rostedt (VMware)
· 5 years ago
f7edb45
tracing/arm64: Have max stack tracer handle the case of return address after data
by Steven Rostedt (VMware)
· 5 years ago
9f50c91
tracing: Remove the last struct stack_trace usage
by Thomas Gleixner
· 6 years ago
3d9a807
tracing: Cleanup stack trace code
by Thomas Gleixner
· 6 years ago
4285f2f
tracing: Remove the ULONG_MAX stack trace hackery
by Thomas Gleixner
· 6 years ago
3d739c1
tracing: Use the return of str_has_prefix() to remove open coded numbers
by Steven Rostedt (VMware)
· 6 years ago
b6b2735
tracing: Use str_has_prefix() instead of using fixed sizes
by Steven Rostedt (VMware)
· 6 years ago
ca16b0f
tracing: Have trace_stack nr_entries compare not be so subtle
by Dan Carpenter
· 7 years ago
a2acce5
tracing: Have stack tracer trace full stack
by Steven Rostedt (VMware)
· 6 years ago
0c5a9ac
tracing: Fix the file mode of stack tracer
by Zhengyuan Liu
· 7 years ago
b00d607
tracing: Have stack trace not record if RCU is not watching
by Steven Rostedt (VMware)
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
15516c8
tracing: Remove RCU work arounds from stack tracer
by Steven Rostedt (VMware)
· 7 years ago
bbd1d27
tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACE
by Steven Rostedt (VMware)
· 7 years ago
0f17976
ftrace: Fix regression with module command in stack_trace_filter
by Steven Rostedt (VMware)
· 8 years ago
03ecd3f
rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work
by Steven Rostedt (VMware)
· 8 years ago
8aaf1ee
tracing: Rename trace_active to disable_stack_tracer and inline its modification
by Steven Rostedt (VMware)
· 8 years ago
5367278
tracing: Add stack_tracer_disable/enable() functions
by Steven Rostedt (VMware)
· 8 years ago
252babc
tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.c
by Steven Rostedt (VMware)
· 8 years ago
505d308
scripts/spelling.txt: add "overide" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
6e22c83
tracing, kasan: Silence Kasan warning in check_stack of stack_tracer
by Yang Shi
· 9 years ago
6ccd837
tracing/stacktrace: Show entire trace if passed in function not found
by Steven Rostedt
· 9 years ago
22402cd
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
d332736
tracing: Rename max_stack_lock to stack_trace_max_lock
by Steven Rostedt (Red Hat)
· 9 years ago
bb99d8c
tracing: Allow arch-specific stack tracer
by AKASHI Takahiro
· 9 years ago
1904be1
tracing: Do not allow stack_tracer to record stack in NMI
by Steven Rostedt (Red Hat)
· 9 years ago
a2d7629
tracing: Have stack tracer force RCU to be watching
by Steven Rostedt (Red Hat)
· 9 years ago
72ac426
tracing: Clean up stack tracing and fix fentry updates
by Steven Rostedt (Red Hat)
· 9 years ago
962e370
tracing: remove use of seq_printf return value
by Joe Perches
· 10 years ago
14a5ae4
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
by Steven Rostedt (Red Hat)
· 10 years ago
3efb5f2
tracing: Remove unneeded includes of debugfs.h and fs.h
by Steven Rostedt (Red Hat)
· 10 years ago
a70857e
sched: Add helper for task stack page overrun checking
by Aaron Tomlin
· 10 years ago
d4311ff
init/main.c: Give init_task a canary
by Aaron Tomlin
· 10 years ago
e317218
tracing: Print max callstack on stacktrace bug
by Minchan Kim
· 11 years ago
7eea4fc
tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func
by Jiaxing Wang
· 11 years ago
3862807
tracing: Add BUG_ON when stack end location is over written
by Aaron Tomlin
· 11 years ago
098c879
tracing: Add generic tracing_lseek() function
by Steven Rostedt (Red Hat)
· 11 years ago
9e8529a
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
ed6f1c9
tracing: Check return value of tracing_init_dentry()
by Namhyung Kim
· 12 years ago
6a76f8c
tracing: Fix possible NULL pointer dereferences
by Namhyung Kim
· 12 years ago
4df2971
tracing: Remove most or all of stack tracer stack size from stack_max_size
by Steven Rostedt (Red Hat)
· 12 years ago
d4ecbfc
tracing: Fix stack tracer with fentry use
by Steven Rostedt (Red Hat)
· 12 years ago
87889501
tracing: Use stack of calling function for stack tracer
by Steven Rostedt (Red Hat)
· 12 years ago
717a9ef
tracing: Remove unneeded checks from the stack tracer
by Anton Vorontsov
· 12 years ago
4740974
ftrace: Add default recursion protection for function tracing
by Steven Rostedt
· 12 years ago
a1e2e31
ftrace: Return pt_regs to function trace callback
by Steven Rostedt
· 13 years ago
2f5f6ad
ftrace: Pass ftrace_ops as third parameter to function trace callback
by Steven Rostedt
· 13 years ago
762e120
tracing: Have stack tracing set filtered functions at boot
by Steven Rostedt
· 13 years ago
d2d45c7
tracing: Have stack_tracer use a separate list of functions
by Steven Rostedt
· 13 years ago
22fe9b5
tracing: Convert to kstrtoul_from_user
by Peter Huewe
· 14 years ago
b848914
ftrace: Implement separate user function filtering
by Steven Rostedt
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
151772d
tracing/trace_stack: Fix stack trace on ppc64
by Anton Blanchard
· 14 years ago
5168ae5
tracing: Remove ftrace_preempt_disable/enable
by Steven Rostedt
· 15 years ago
4f48f8b
tracing: Fix circular dead lock in stack trace
by Lai Jiangshan
· 15 years ago
0199c4e
locking: Convert __raw_spin* functions to arch_spin*
by Thomas Gleixner
· 15 years ago
edc35bd
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
by Thomas Gleixner
· 15 years ago
445c895
locking: Convert raw_spinlock to arch_spinlock
by Thomas Gleixner
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
2fc5f0c
trace_stack: Simplify seqfile code
by Li Zefan
· 15 years ago
89034bc
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
d8cc1ab
trace_stack: Fix seqfile memory leak
by Li Zefan
· 15 years ago
79173bf
tracing/trace_stack: Cleanup for trace_lookup_stack()
by Xiao Guangrong
· 15 years ago
a32c776
tracing: Fix stack tracer sysctl handling
by Li Zefan
· 16 years ago
083a63b
tracing/trace_stack: fix the number of entries in the header
by walimis
· 16 years ago
5452af6
tracing/ftrace: factorize the tracing files creation
by Frederic Weisbecker
· 16 years ago
eb1871f
tracing: left align location header in stack_trace
by Steven Rostedt
· 16 years ago
e447e1df
tracing: explain why stack tracer is empty
by Steven Rostedt
· 16 years ago
2da03ec
tracing: fix stack tracer header
by Steven Rostedt
· 16 years ago
e05a43b
trace: better use of stack_trace_enabled for boot up code
by Steven Rostedt
· 16 years ago
f38f1d2
trace: add a way to enable or disable the stack tracer
by Steven Rostedt
· 16 years ago
0a37119
trace: fix output of stack trace
by Steven Rostedt
· 16 years ago
a5e2588
ftrace: replace raw_local_irq_save with local_irq_save
by Steven Rostedt
· 16 years ago
a0a70c7
Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core
by Ingo Molnar
· 16 years ago
522a110
function tracing: fix wrong position computing of stack_trace
by Liming Wang
· 16 years ago
182e9f5
ftrace: insert in the ftrace_preempt_disable()/enable() functions
by Steven Rostedt
· 16 years ago
81520a1
ftrace: stack tracer only record when on stack
by Steven Rostedt
· 16 years ago
1b6cced
ftrace: stack trace add indexes
by Steven Rostedt
· 16 years ago
e5a81b6
ftrace: add stack tracer
by Steven Rostedt
· 16 years ago