1. 7e7ca9a tracing/lock: provide lock_acquired event support for dynamic size string by Frederic Weisbecker · 15 years ago
  2. 9cbf117 tracing/events: provide string with undefined size support by Frederic Weisbecker · 15 years ago
  3. 7a4f453 tracing/events: make struct trace_entry->type to be int type by Li Zefan · 15 years ago
  4. b0afdc1 tracing/events: enable code with EVENT_TRACING not EVENT_TRACER by Steven Rostedt · 15 years ago
  5. 46de405 tracing: Remove include/trace/kmem_event_types.h by Zhaolei · 15 years ago
  6. 76aa811 tracing: avoid warnings from zero-arg tracepoints by Jeremy Fitzhardinge · 15 years ago
  7. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  8. ecda8ae tracing/events: fix lockdep system name by Steven Rostedt · 15 years ago
  9. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  10. f42c85e tracing/events: move the ftrace event tracing code to core by Steven Rostedt · 15 years ago
  11. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  12. ea20d92 tracing: consolidate trace and trace_event headers by Steven Rostedt · 15 years ago
  13. fc182a4 tracing, kmemtrace: Make kmem tracepoints use TRACE_EVENT macro by Zhaolei · 15 years ago
  14. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  15. 5cb3d1d tracing, net, skb tracepoint: make skb tracepoint use the TRACE_EVENT() macro by Zhaolei · 15 years ago
  16. 2062501 tracing/lockdep: report the time waited for a lock by Frederic Weisbecker · 15 years ago
  17. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  18. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  19. 645dae9 tracing, net: fix net tree and tracing tree merge interaction by Stephen Rothwell · 15 years ago
  20. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  21. 5393f31 net: Add dependent headers to trace/skb.h by Josh Stone · 15 years ago
  22. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 15 years ago
  23. 3984232 tracing: tracepoints for softirq entry/exit - tracepoints by Jason Baron · 15 years ago
  24. 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 15 years ago
  25. 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 15 years ago
  26. d6e2ca4 tracing: convert irq trace points to new macros by Steven Rostedt · 15 years ago
  27. 12b5fdb tracing: convert the sched trace points to the TRACE_EVENT macros by Steven Rostedt · 15 years ago
  28. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 15 years ago
  29. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 15 years ago
  30. af438c0 tracing, power-trace: make it build even if the power-tracer is turned off by Ingo Molnar · 15 years ago
  31. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 15 years ago
  32. d20e3b0 tracing: add TRACE_FIELD_SPECIAL to record complex entries by Steven Rostedt · 15 years ago
  33. f2034f1 tracing: create the C style tracing for the irq subsystem by Steven Rostedt · 15 years ago
  34. 6299280 tracing: create the C style tracing for the sched subsystem by Steven Rostedt · 15 years ago
  35. 3d7ba93 tracing: add subsystem sched for sched events by Steven Rostedt · 15 years ago
  36. 0ec2ef1 tracing: add subsystem irq for irq events by Steven Rostedt · 15 years ago
  37. eb594e4 tracing: move trace point formats to files in include/trace directory by Steven Rostedt · 15 years ago
  38. af39241 tracing, genirq: add irq enter and exit trace events by Jason Baron · 16 years ago
  39. eef62a6 tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT by Steven Rostedt · 16 years ago
  40. f3fe8e4 tracing: add schedule events to event trace by Steven Rostedt · 16 years ago
  41. b5f9fd0 tracing: convert c/p state power tracer to use tracepoints by Jason Baron · 16 years ago
  42. 1292211 tracing/power: move the power trace headers to a dedicated file by Frederic Weisbecker · 16 years ago
  43. e1d8aa9 tracing: add a new workqueue tracer by Frederic Weisbecker · 16 years ago
  44. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 16 years ago
  45. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
  46. c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
  47. 9dfc3bc Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 16 years ago
  48. cbc34ed sched: fix tracepoints in scheduler by Peter Zijlstra · 16 years ago
  49. da485e0 tracing/fastboot: include missing headers by Frederic Weisbecker · 16 years ago
  50. 8001530 tracing/fastboot: fix len of func buffer by Stephen Rothwell · 16 years ago
  51. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  52. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  53. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  54. 7423907 tracing/fastboot: Use the ring-buffer timestamp for initcall entries by Frederic Weisbecker · 16 years ago
  55. 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 16 years ago
  56. cf569a9 sched: clean up tracepoints by Ingo Molnar · 16 years ago
  57. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago