1. f2a99dd tracing: Remove definition of DEBUG in trace_mmiotrace.c by Tom Rix · 4 years ago
  2. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  3. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  4. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. c7b3ae0 tracing: Ignore mmiotrace from kernel commandline by Ziqian SUN (Zamir) · 7 years ago
  7. 9a51933 tracing: Expose CPU physical addresses (resource values) for PCI devices by Bjorn Helgaas · 9 years ago
  8. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  9. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 9 years ago
  10. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  11. a72e10a tracing: Do not check return values of trace_seq_p*() for mmio tracer by Steven Rostedt (Red Hat) · 10 years ago
  12. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  13. 146c344 tracing: Use trace_seq_puts()/trace_seq_putc() where possible by zhangwei(Jovi) · 11 years ago
  14. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  15. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 12 years ago
  16. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  18. 60ba770 tracing: add filter event logic to special, mmiotrace and boot tracers by Steven Rostedt · 15 years ago
  19. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 15 years ago
  20. a5dec55 tracing: use macros to denote usec and nsec per second by Li Zefan · 16 years ago
  21. 40ce74f tracing: remove recording function depth from trace_printk by Steven Rostedt · 16 years ago
  22. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 16 years ago
  23. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
  24. 51a763d tracing: Introduce trace_buffer_{lock_reserve,unlock_commit} by Arnaldo Carvalho de Melo · 16 years ago
  25. 0a98775 ring_buffer: remove unused flags parameter by Arnaldo Carvalho de Melo · 16 years ago
  26. 5e4abc9 trace: clean up format errors in calls to trace_seq_printf by Steven Rostedt · 16 years ago
  27. 173ed24 mmiotrace: count events lost due to not recording by Pekka Paalanen · 16 years ago
  28. f0868d1 ftrace: set up trace event hash infrastructure by Steven Rostedt · 16 years ago
  29. c47956d ftrace: remove obsolete print continue functionality by Steven Rostedt · 16 years ago
  30. 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 16 years ago
  31. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 16 years ago
  32. 6f893fb Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  33. 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 16 years ago
  34. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 16 years ago
  35. c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 16 years ago
  36. bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 16 years ago
  37. 3869705 ftrace: preempt disable over interrupt disable by Steven Rostedt · 16 years ago
  38. 7104f30 ftrace: type cast filter+verifier by Steven Rostedt · 16 years ago
  39. 07f4e4f tracing/ftrace: adapt mmiotrace to the new type of print_line by Frederic Weisbecker · 16 years ago
  40. 777e208 ftrace: take advantage of variable length entries by Steven Rostedt · 16 years ago
  41. 3928a8a ftrace: make work with new ring buffer by Steven Rostedt · 16 years ago
  42. fc5e27a mmiotrace: handle TRACE_PRINT entries by Pekka Paalanen · 16 years ago
  43. 9e57fb3 x86 mmiotrace: implement mmiotrace_printk() by Pekka Paalanen · 16 years ago
  44. 45dcd8b ftrace: move mmiotrace functions out of trace.c by Pekka Paalanen · 16 years ago
  45. 2e2ca15 ftrace: new continue entry - separate out from trace_entry by Steven Rostedt · 16 years ago
  46. dee310d x86 mmiotrace: use resource_size_t for phys addresses by Pekka Paalanen · 17 years ago
  47. e0fd5c2 mmiotrace: do not print bogus pid for maps either by Pekka Paalanen · 17 years ago
  48. 2039238 mmiotrace: print overrun counts by Pekka Paalanen · 17 years ago
  49. d0a7e8ca mmiotrace: print header using the read hook. by Pekka Paalanen · 17 years ago
  50. 736ca61 x86 mmiotrace: Do not print bogus pid by Pekka Paalanen · 17 years ago
  51. 1382953 ftrace: mmiotrace update, #2 by Pekka Paalanen · 17 years ago
  52. bd8ac68 ftrace: mmiotrace, updates by Pekka Paalanen · 17 years ago
  53. f984b51 ftrace: add mmiotrace plugin by Pekka Paalanen · 17 years ago