1. 5cd0449 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined by Steven Rostedt (VMware) · 4 years, 9 months ago
  2. 6e22c83 tracing, kasan: Silence Kasan warning in check_stack of stack_tracer by Yang Shi · 9 years ago
  3. 6ccd837 tracing/stacktrace: Show entire trace if passed in function not found by Steven Rostedt · 9 years ago
  4. 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
  5. d332736 tracing: Rename max_stack_lock to stack_trace_max_lock by Steven Rostedt (Red Hat) · 9 years ago
  6. bb99d8c tracing: Allow arch-specific stack tracer by AKASHI Takahiro · 9 years ago
  7. 1904be1 tracing: Do not allow stack_tracer to record stack in NMI by Steven Rostedt (Red Hat) · 9 years ago
  8. a2d7629 tracing: Have stack tracer force RCU to be watching by Steven Rostedt (Red Hat) · 9 years ago
  9. 72ac426 tracing: Clean up stack tracing and fix fentry updates by Steven Rostedt (Red Hat) · 9 years ago
  10. 962e370 tracing: remove use of seq_printf return value by Joe Perches · 9 years ago
  11. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago
  12. 3efb5f2 tracing: Remove unneeded includes of debugfs.h and fs.h by Steven Rostedt (Red Hat) · 10 years ago
  13. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  14. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  15. e317218 tracing: Print max callstack on stacktrace bug by Minchan Kim · 10 years ago
  16. 7eea4fc tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func by Jiaxing Wang · 10 years ago
  17. 3862807 tracing: Add BUG_ON when stack end location is over written by Aaron Tomlin · 11 years ago
  18. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  19. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  20. ed6f1c9 tracing: Check return value of tracing_init_dentry() by Namhyung Kim · 11 years ago
  21. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 11 years ago
  22. 4df2971 tracing: Remove most or all of stack tracer stack size from stack_max_size by Steven Rostedt (Red Hat) · 12 years ago
  23. d4ecbfc tracing: Fix stack tracer with fentry use by Steven Rostedt (Red Hat) · 12 years ago
  24. 8788950 tracing: Use stack of calling function for stack tracer by Steven Rostedt (Red Hat) · 12 years ago
  25. 717a9ef tracing: Remove unneeded checks from the stack tracer by Anton Vorontsov · 12 years ago
  26. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  27. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  28. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  29. 762e120 tracing: Have stack tracing set filtered functions at boot by Steven Rostedt · 13 years ago
  30. d2d45c7 tracing: Have stack_tracer use a separate list of functions by Steven Rostedt · 13 years ago
  31. 22fe9b5 tracing: Convert to kstrtoul_from_user by Peter Huewe · 13 years ago
  32. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 13 years ago
  33. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  34. 151772d tracing/trace_stack: Fix stack trace on ppc64 by Anton Blanchard · 14 years ago
  35. 5168ae5 tracing: Remove ftrace_preempt_disable/enable by Steven Rostedt · 14 years ago
  36. 4f48f8b tracing: Fix circular dead lock in stack trace by Lai Jiangshan · 15 years ago
  37. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  38. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  39. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  40. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  41. 2fc5f0c trace_stack: Simplify seqfile code by Li Zefan · 15 years ago
  42. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  43. d8cc1ab trace_stack: Fix seqfile memory leak by Li Zefan · 15 years ago
  44. 79173bf tracing/trace_stack: Cleanup for trace_lookup_stack() by Xiao Guangrong · 15 years ago
  45. a32c776 tracing: Fix stack tracer sysctl handling by Li Zefan · 15 years ago
  46. 083a63b tracing/trace_stack: fix the number of entries in the header by walimis · 15 years ago
  47. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 16 years ago
  48. eb1871f tracing: left align location header in stack_trace by Steven Rostedt · 16 years ago
  49. e447e1d tracing: explain why stack tracer is empty by Steven Rostedt · 16 years ago
  50. 2da03ec tracing: fix stack tracer header by Steven Rostedt · 16 years ago
  51. e05a43b trace: better use of stack_trace_enabled for boot up code by Steven Rostedt · 16 years ago
  52. f38f1d2 trace: add a way to enable or disable the stack tracer by Steven Rostedt · 16 years ago
  53. 0a37119 trace: fix output of stack trace by Steven Rostedt · 16 years ago
  54. a5e2588 ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 16 years ago
  55. a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  56. 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 16 years ago
  57. 182e9f5 ftrace: insert in the ftrace_preempt_disable()/enable() functions by Steven Rostedt · 16 years ago
  58. 81520a1 ftrace: stack tracer only record when on stack by Steven Rostedt · 16 years ago
  59. 1b6cced ftrace: stack trace add indexes by Steven Rostedt · 16 years ago
  60. e5a81b6 ftrace: add stack tracer by Steven Rostedt · 16 years ago