1. 795d637 tracing: Make the space reserved for the pid wider by Sebastian Andrzej Siewior · 4 years, 4 months ago
  2. 36b8aac tracing: Save one trace_event->type by using __TRACE_LAST_TYPE by Wei Yang · 4 years, 7 months ago
  3. 746cf34 tracing: Simplify defining of the next event id by Wei Yang · 4 years, 7 months ago
  4. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  5. ff89510 tracing: Save off entry when peeking at next entry by Steven Rostedt (VMware) · 4 years, 10 months ago
  6. b396bfd tracing: Have hwlat ts be first instance and record count of instances by Steven Rostedt (VMware) · 5 years ago
  7. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  8. ef56e04 tracing: Use seq_buf_hex_dump() to dump buffers by Piotr Maziarz · 5 years ago
  9. 119cdbd tracing: Be more clever when dumping hex in __print_hex() by Andy Shevchenko · 5 years ago
  10. 41ba485 Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  11. 6d54ceb tracing: Fix user stack trace "??" output by Eiichi Tsukata · 6 years ago
  12. becf33f tracing: Fix out-of-range read in trace_stack_print() by Eiichi Tsukata · 6 years ago
  13. bea6957d tracing: Simplify printf'ing in seq_print_sym by Rasmus Villemoes · 6 years ago
  14. cc9f59f tracing: Avoid -Wformat-nonliteral warning by Rasmus Villemoes · 6 years ago
  15. 59dd974 tracing: Merge seq_print_sym_short() and seq_print_sym_offset() by Rasmus Villemoes · 6 years ago
  16. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  17. f8494fa tracing: Reorder display of TGID to be after PID by Joel Fernandes (Google) · 7 years ago
  18. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  19. 5f6ad26 sched/tracing: Use common task-state helpers by Peter Zijlstra · 7 years ago
  20. 441dae8 tracing: Add support for display of tgid in trace output by Joel Fernandes · 8 years ago
  21. feaf128 tracing: Show address when function names are not found by Steven Rostedt (VMware) · 8 years ago
  22. 51aad0a trace: make trace_hwlat timestamp y2038 safe by Deepa Dinamani · 8 years ago
  23. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  24. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  25. d3213e8 tracing: add __print_flags_u64() by Ross Zwisler · 8 years ago
  26. 3898fac trace: rename trace_print_hex_seq arg and add kdoc by Daniel Borkmann · 8 years ago
  27. 2acae0d trace: add variant without spacing in trace_print_hex_seq by Daniel Borkmann · 8 years ago
  28. fa32e85 tracing: Add new trace_marker_raw by Steven Rostedt · 9 years ago
  29. 7b2c862 tracing: Add NMI tracing in hwlat detector by Steven Rostedt (Red Hat) · 8 years ago
  30. e7c15cd tracing: Added hardware latency tracer by Steven Rostedt (Red Hat) · 9 years ago
  31. 7e6867b tracing: Record and show NMI state by Peter Zijlstra · 9 years ago
  32. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  33. ef92480 tracing: Turn seq_print_user_ip() into a static function by Steven Rostedt (Red Hat) · 9 years ago
  34. 6b1032d tracing: Inject seq_print_userip_objs() into its only user by Steven Rostedt (Red Hat) · 9 years ago
  35. b838e1d tracing: Introduce two additional marks for delay by Jungseok Lee · 10 years ago
  36. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 10 years ago
  37. 609a740 tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX by Steven Rostedt (Red Hat) · 10 years ago
  38. 892c505 tracing: Rename ftrace_output functions to trace_output by Steven Rostedt (Red Hat) · 10 years ago
  39. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  40. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 10 years ago
  41. 645df98 tracing: Rename ftrace_print_*() functions ta trace_print_*() by Steven Rostedt (Red Hat) · 10 years ago
  42. ac01ce1 tracing: Make ftrace_print_array_seq compute buf_len by Alex Bennée · 10 years ago
  43. 6ea2248 tracing: Add array printing helper by Dave Martin · 10 years ago
  44. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  45. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
  46. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  47. 26488b3 tracing: Add entry->next_cpu to trace_ctxwake_bin() by Jiang Liu · 11 years ago
  48. 7b039cb tracing: Add trace_seq_buffer_ptr() helper function by Steven Rostedt (Red Hat) · 11 years ago
  49. 1230627 tracing: Move the trace_seq_* functions into its own trace_seq.c file by Steven Rostedt (Red Hat) · 11 years ago
  50. 4449bf9 tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks by Steven Rostedt (Red Hat) · 11 years ago
  51. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 11 years ago
  52. bc4c426 Revert "tracing: Move event storage for array from macro to standalone function" by Steven Rostedt (Red Hat) · 11 years ago
  53. 35bb439 tracing: Move event storage for array from macro to standalone function by Steven Rostedt · 12 years ago
  54. 1d6bae9 tracing: Move raw output code from macro to standalone function by Steven Rostedt · 12 years ago
  55. e5137b5 ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED by Peter Zijlstra · 11 years ago
  56. 146c344 tracing: Use trace_seq_puts()/trace_seq_putc() where possible by zhangwei(Jovi) · 12 years ago
  57. 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
  58. 52f6ad6 tracing: Rename trace_event_mutex to trace_event_sem by zhangwei(Jovi) · 12 years ago
  59. 09ae723 tracing: Add trace_puts() for even faster trace_printk() tracing by Steven Rostedt (Red Hat) · 12 years ago
  60. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  61. f71130d tracing: Add a helper function for event print functions by Li Zefan · 12 years ago
  62. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  63. 8be0709 tracing: Format non-nanosec times from tsc clock without a decimal point. by David Sharp · 12 years ago
  64. 7374e82 tracing: Register the ftrace internal events during early boot by Steven Rostedt · 13 years ago
  65. db4c75c tracing: Fix stacktrace of latency tracers (irqsoff and friends) by Steven Rostedt · 13 years ago
  66. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  67. 38eff28 constify path argument of trace_seq_path() by Al Viro · 13 years ago
  68. 5b34926 tracing: Don't use p->len field to determine output in __print_*() functions by Steven Rostedt · 13 years ago
  69. e404b32 tracing: Don't print an extra separator of flags by Andrey Vagin · 13 years ago
  70. 77271ce tracing: Add irq, preempt-count and need resched info to default trace output by Steven Rostedt · 13 years ago
  71. 4a9bd3f tracing: Have dynamic size event stack traces by Steven Rostedt · 14 years ago
  72. 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 14 years ago
  73. ee5e51f tracing: Avoid soft lockup in trace_pipe by Jiri Olsa · 14 years ago
  74. 10da37a tracing: Adjust conditional expression latency formatting. by David Sharp · 14 years ago
  75. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 14 years ago
  76. 3a01736 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  77. bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 15 years ago
  78. eb7beb5 tracing: Remove special traces by Frederic Weisbecker · 15 years ago
  79. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  81. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  82. 668eb65 tracing: Fix "integer as NULL pointer" warning. by Thiago Farina · 15 years ago
  83. bf81623 [SCSI] add scsi trace core functions and put trace points by Kei Tokunaga · 15 years ago
  84. 5a2e399 [SCSI] ftrace: add __print_hex() by Kei Tokunaga · 15 years ago
  85. d184b31 tracing: Add full state to trace_seq by Johannes Berg · 15 years ago
  86. a63ce5b tracing: Buffer the output of seq_file in case of filled buffer by Steven Rostedt · 15 years ago
  87. 3e69533 tracing: Fix trace_seq_printf() return value by Jiri Olsa · 15 years ago
  88. 829b876 tracing: fix transposed numbers of lock_depth and preempt_count by Steven Rostedt · 15 years ago
  89. b0f56f1 trace: Fix missing assignment in trace_ctxwake_* by Hiroshi Shimamoto · 15 years ago
  90. f81c972 tracing: consolidate code between trace_output.c and trace_function_graph.c by Steven Rostedt · 15 years ago
  91. 637e7e8 tracing: add lock depth to entries by Steven Rostedt · 15 years ago
  92. 48659d3 tracing: move tgid out of generic entry and into userstack by Steven Rostedt · 15 years ago
  93. e1af3ae tracing: Fix trace_print_seq() by Xiao Guangrong · 16 years ago
  94. 110bf2b tracing: add protection around module events unload by Steven Rostedt · 16 years ago
  95. 725c624 tracing: add trace_seq_vprint interface by Steven Rostedt · 16 years ago
  96. 563af16 tracing: add annotation to what type of stack trace is recorded by Steven Rostedt · 16 years ago
  97. 56d8bd3 tracing: fix multiple use of __print_flags and __print_symbolic by Steven Whitehouse · 16 years ago
  98. 048dc50 tracing/events: fix output format of user stack by walimis · 16 years ago
  99. f11b3f4 tracing/events: fix output format of kernel stack by walimis · 16 years ago
  100. ec081dd tracing: add exports to use __print_symbolic and __print_flags from a module by Steven Whitehouse · 16 years ago