1. c0c50b5 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. d0b6e04 tracing/events: Move TRACE_SYSTEM outside of include guard by Li Zefan · 15 years ago
  3. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  4. 627ad9f ext4: Fix type warning on 64-bit platforms in tracing events header by Theodore Ts'o · 15 years ago
  5. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  6. 879c5e6 jbd2: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  7. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  8. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  9. 6ff9a64 tracing: do not translate event helper macros in print format by Steven Rostedt · 15 years ago
  10. 6556d1d tracing: fix the block trace points print size by Steven Rostedt · 15 years ago
  11. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  12. 918143e Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 15 years ago
  13. 64edbc5 Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 15 years ago
  14. 56d8bd3 tracing: fix multiple use of __print_flags and __print_symbolic by Steven Whitehouse · 15 years ago
  15. 1d080d6 tracing: remove redundant SOFTIRQ from softirq event traces by Steven Rostedt · 15 years ago
  16. 7fcb7c4 tracing/events: introduce __dynamic_array() by Li Zefan · 15 years ago
  17. a9c1c3a tracing/events: put TP_fast_assign into braces by Li Zefan · 15 years ago
  18. 6e25db4 tracing/events: fix a typo in __string() format output by Li Zefan · 15 years ago
  19. fb39125 ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro by Zhaolei · 15 years ago
  20. f2aebae ftrace: don't convert function's local variable name in macro by Zhaolei · 15 years ago
  21. c2adae0 tracing: convert irq events to use __print_symbolic by Steven Rostedt · 15 years ago
  22. 0f4fc29 tracing: add __print_symbolic to trace events by Steven Rostedt · 15 years ago
  23. 62ba180 tracing: add flag output for kmem events by Steven Rostedt · 15 years ago
  24. 937cdb9 tracing: add previous task state info to sched switch event by Steven Rostedt · 15 years ago
  25. be74b73 tracing: add __print_flags for events by Steven Rostedt · 15 years ago
  26. b0aae68 tracing/events: change the type of __str_loc_item to unsigned short by Li Zefan · 15 years ago
  27. 4ea7e38 dropmon: add ability to detect when hardware dropsrxpackets by Neil Horman · 15 years ago
  28. 79c5d3c blktrace: from-sector redundant in trace_block_remap, cleanup by Li Zefan · 15 years ago
  29. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 15 years ago
  30. a42aaa3 blktrace: correct remap names by Alan D. Brunelle · 15 years ago
  31. de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 15 years ago
  32. 9ee1983 tracing: add irq tracepoint documentation by Jason Baron · 15 years ago
  33. a118e4d tracing/filters: distinguish between signed and unsigned fields by Tom Zanussi · 15 years ago
  34. b8e6555 tracing: remove deprecated TRACE_FORMAT by Steven Rostedt · 15 years ago
  35. 160031b tracing/irq: convert irq traces to use TRACE_EVENT macro by Steven Rostedt · 15 years ago
  36. 3951709 tracing/lockdep: convert lockdep to use TRACE_EVENT macro by Steven Rostedt · 15 years ago
  37. c2518c4 tracing: fix cut and paste macro error by Steven Rostedt · 15 years ago
  38. 6a74aa4 tracing/events: protect __get_str() by Frederic Weisbecker · 15 years ago
  39. 7e7ca9a tracing/lock: provide lock_acquired event support for dynamic size string by Frederic Weisbecker · 15 years ago
  40. 9cbf117 tracing/events: provide string with undefined size support by Frederic Weisbecker · 15 years ago
  41. 7a4f453 tracing/events: make struct trace_entry->type to be int type by Li Zefan · 15 years ago
  42. b0afdc1 tracing/events: enable code with EVENT_TRACING not EVENT_TRACER by Steven Rostedt · 15 years ago
  43. 46de405 tracing: Remove include/trace/kmem_event_types.h by Zhaolei · 15 years ago
  44. 76aa811 tracing: avoid warnings from zero-arg tracepoints by Jeremy Fitzhardinge · 15 years ago
  45. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  46. ecda8ae tracing/events: fix lockdep system name by Steven Rostedt · 15 years ago
  47. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  48. f42c85e tracing/events: move the ftrace event tracing code to core by Steven Rostedt · 15 years ago
  49. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  50. ea20d92 tracing: consolidate trace and trace_event headers by Steven Rostedt · 15 years ago
  51. fc182a4 tracing, kmemtrace: Make kmem tracepoints use TRACE_EVENT macro by Zhaolei · 15 years ago
  52. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  53. 5cb3d1d tracing, net, skb tracepoint: make skb tracepoint use the TRACE_EVENT() macro by Zhaolei · 15 years ago
  54. 2062501 tracing/lockdep: report the time waited for a lock by Frederic Weisbecker · 15 years ago
  55. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  56. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  57. 645dae9 tracing, net: fix net tree and tracing tree merge interaction by Stephen Rothwell · 15 years ago
  58. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  59. 5393f31 net: Add dependent headers to trace/skb.h by Josh Stone · 15 years ago
  60. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 15 years ago
  61. 3984232 tracing: tracepoints for softirq entry/exit - tracepoints by Jason Baron · 15 years ago
  62. 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 15 years ago
  63. 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 15 years ago
  64. d6e2ca4 tracing: convert irq trace points to new macros by Steven Rostedt · 15 years ago
  65. 12b5fdb tracing: convert the sched trace points to the TRACE_EVENT macros by Steven Rostedt · 15 years ago
  66. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 15 years ago
  67. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 15 years ago
  68. af438c0 tracing, power-trace: make it build even if the power-tracer is turned off by Ingo Molnar · 15 years ago
  69. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 15 years ago
  70. d20e3b0 tracing: add TRACE_FIELD_SPECIAL to record complex entries by Steven Rostedt · 15 years ago
  71. f2034f1 tracing: create the C style tracing for the irq subsystem by Steven Rostedt · 15 years ago
  72. 6299280 tracing: create the C style tracing for the sched subsystem by Steven Rostedt · 15 years ago
  73. 3d7ba93 tracing: add subsystem sched for sched events by Steven Rostedt · 15 years ago
  74. 0ec2ef1 tracing: add subsystem irq for irq events by Steven Rostedt · 15 years ago
  75. eb594e4 tracing: move trace point formats to files in include/trace directory by Steven Rostedt · 15 years ago
  76. af39241 tracing, genirq: add irq enter and exit trace events by Jason Baron · 15 years ago
  77. eef62a6 tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT by Steven Rostedt · 15 years ago
  78. f3fe8e4 tracing: add schedule events to event trace by Steven Rostedt · 15 years ago
  79. b5f9fd0 tracing: convert c/p state power tracer to use tracepoints by Jason Baron · 15 years ago
  80. 1292211 tracing/power: move the power trace headers to a dedicated file by Frederic Weisbecker · 15 years ago
  81. e1d8aa9 tracing: add a new workqueue tracer by Frederic Weisbecker · 16 years ago
  82. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 16 years ago
  83. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
  84. c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
  85. 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
  86. cbc34ed sched: fix tracepoints in scheduler by Peter Zijlstra · 16 years ago
  87. da485e0 tracing/fastboot: include missing headers by Frederic Weisbecker · 16 years ago
  88. 8001530 tracing/fastboot: fix len of func buffer by Stephen Rothwell · 16 years ago
  89. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  90. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  91. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  92. 7423907 tracing/fastboot: Use the ring-buffer timestamp for initcall entries by Frederic Weisbecker · 16 years ago
  93. 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 16 years ago
  94. cf569a9 sched: clean up tracepoints by Ingo Molnar · 16 years ago
  95. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago