1. 5beae6e tracing: fix ref count in splice pages by Steven Rostedt · 17 years ago
  2. cd891ae tracing: convert ftrace_dump spinlocks to raw by Steven Rostedt · 17 years ago
  3. 701970b tracing/events: make modules have their own file_operations structure by Steven Rostedt · 17 years ago
  4. 060fa5c8 tracing/events: reuse trace event ids after overflow by Steven Rostedt · 17 years ago
  5. 334d416 ring_buffer: compressed event header by Lai Jiangshan · 17 years ago
  6. 75db37d tracing: add size checks for exported ftrace internal structures by Steven Rostedt · 17 years ago
  7. 89ec0de tracing: increase size of number of possible events by Steven Rostedt · 17 years ago
  8. 9be2441 tracing/wakeup: move access to wakeup_cpu into spinlock by Steven Rostedt · 17 years ago
  9. 7a4f453 tracing/events: make struct trace_entry->type to be int type by Li Zefan · 17 years ago
  10. 3554228 ring-buffer: only warn on wrap if buffer is bigger than two pages by Steven Rostedt · 17 years ago
  11. f66578a tracing/filters: allow user-input to be integer-like string by Li Zefan · 17 years ago
  12. e8082f3 tracing/filters: don't remove old filters when failed to write subsys->filter by Li Zefan · 17 years ago
  13. cb4764a tracing: use nowakeup version of commit for function event trace tests by Steven Rostedt · 17 years ago
  14. aa18efb tracing: use recursive counter over irq level by Steven Rostedt · 17 years ago
  15. e395898 tracing: remove recursive test from ring_buffer_event_discard by Steven Rostedt · 17 years ago
  16. 17487bf tracing: fix recursive test level calculation by Steven Rostedt · 17 years ago
  17. 28d20e2 tracing/events: call the correct event trace selftest init function by Steven Rostedt · 17 years ago
  18. a7abe97 tracing: rename EVENT_TRACER config to ENABLE_EVENT_TRACING by Steven Rostedt · 17 years ago
  19. 4ed9f07 tracing: create menuconfig for tracing infrastructure by Steven Rostedt · 17 years ago
  20. 9ae5b87 tracing: change branch profiling to a choice selection by Steven Rostedt · 17 years ago
  21. f3b9aae tracing/ring-buffer: Add unlock recursion protection on discard by Frederic Weisbecker · 17 years ago
  22. e057a5e tracing/core: Add current context on tracing recursion warning by Frederic Weisbecker · 17 years ago
  23. 3189cdb tracing: protect trace_printk from recursion by Steven Rostedt · 17 years ago
  24. 261842b tracing: add same level recursion detection by Steven Rostedt · 17 years ago
  25. 12acd47 tracing: add EXPORT_SYMBOL_GPL for trace commits by Steven Rostedt · 17 years ago
  26. ac1adc5 tracing/filters: add filter_mutex to protect filter predicates by Tom Zanussi · 17 years ago
  27. 339ae5d tracing: fix file mode of trace and README by Li Zefan · 17 years ago
  28. 9ea21c1 tracing/events: perform function tracing in event selftests by Steven Rostedt · 17 years ago
  29. 69abe6a tracing: add saved_cmdlines file to show cached task comms by Avadh Patel · 17 years ago
  30. d1b182a tracing/events/ring-buffer: expose format of ring buffer headers to users by Steven Rostedt · 17 years ago
  31. e618700 tracing/events: add startup tests for events by Steven Rostedt · 17 years ago
  32. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 17 years ago
  33. f3948f8 blktrace: fix context-info when mixed-using blk tracer and trace events by Li Zefan · 17 years ago
  34. 1d54ad6 blktrace: add trace/ to /sys/block/sda by Li Zefan · 17 years ago
  35. 9908c30 blktrace: support per-partition tracing for ftrace plugin by Li Zefan · 17 years ago
  36. d0deef5 blktrace: support per-partition tracing by Shawn Du · 17 years ago
  37. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 17 years ago
  38. 61f919a tracing/events: fix compile for modules disabled by Steven Rostedt · 17 years ago
  39. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 17 years ago
  40. 17c873e tracing/events: add export symbols for trace events in modules by Steven Rostedt · 17 years ago
  41. a59fd60 tracing/events: convert event call sites to use a link list by Steven Rostedt · 17 years ago
  42. f42c85e tracing/events: move the ftrace event tracing code to core by Steven Rostedt · 17 years ago
  43. 97f2025 tracing/events: move declarations from trace directory to core include by Steven Rostedt · 17 years ago
  44. 9504504 tracing: make trace_seq operations available for core kernel by Steven Rostedt · 17 years ago
  45. ea20d92 tracing: consolidate trace and trace_event headers by Steven Rostedt · 17 years ago
  46. 0a19e53 tracing/filters: allow on-the-fly filter switching by Tom Zanussi · 17 years ago
  47. b5c851a Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  48. eb02ce0 tracing/filters: use ring_buffer_discard_commit() in filter_check_discard() by Tom Zanussi · 17 years ago
  49. 5f77a88 tracing/infrastructure: separate event tracer from event support by Tom Zanussi · 17 years ago
  50. 77d9f46 tracing/filters: use ring_buffer_discard_commit for discarded events by Steven Rostedt · 17 years ago
  51. fa1b47d ring-buffer: add ring_buffer_discard_commit by Steven Rostedt · 17 years ago
  52. e45f2e2 tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macro by Tom Zanussi · 17 years ago
  53. e1112b4 tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events by Tom Zanussi · 17 years ago
  54. 66de779 blktrace: fix output of BLK_TC_PC events by Li Zefan · 17 years ago
  55. b78825d blktrace: fix output of unknown events by Li Zefan · 17 years ago
  56. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 17 years ago
  57. 44e9c8b tracing/filters: return proper error code when writing filter file by Li Zefan · 17 years ago
  58. a3e0ab0 tracing/filters: allow user input integer to be oct or hex by Li Zefan · 17 years ago
  59. bcabd91 tracing/filters: fix NULL pointer dereference by Li Zefan · 17 years ago
  60. 8433a40 tracing/filters: NIL-terminate user input filter by Li Zefan · 17 years ago
  61. 0462b56 ftrace: Output REC->var instead of __entry->var for trace format by Zhaolei · 17 years ago
  62. 4d1f437 tracing: fix document references by Li Zefan · 17 years ago
  63. 1cad125 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  64. 93cfb3c tracing: fix splice return too large by Lai Jiangshan · 17 years ago
  65. c7625a5 tracing: update file->f_pos when splice(2) it by Lai Jiangshan · 17 years ago
  66. ddd538f tracing: allocate page when needed by Lai Jiangshan · 17 years ago
  67. d1e7e02 tracing: disable seeking for trace_pipe_raw by Lai Jiangshan · 17 years ago
  68. 9eb8512 blktrace: pass the right pointer to kfree() by Li Zefan · 17 years ago
  69. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 17 years ago
  70. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  71. dcef788 ftrace: clean up enable logic for sched_switch by Zhaolei · 17 years ago
  72. 597af81 function-graph: use int instead of atomic for ftrace_graph_active by Steven Rostedt · 17 years ago
  73. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 17 years ago
  74. a5dec55 tracing: use macros to denote usec and nsec per second by Li Zefan · 17 years ago
  75. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 17 years ago
  76. 1bbe2a8 ftrace: Correct a text align for event format output by Zhaolei · 17 years ago
  77. bc2b687 Update /debug/tracing/README by Nikanth Karthikesan · 17 years ago
  78. b0dfa97 tracing/ftrace: alloc the started cpumask for the trace file by Frederic Weisbecker · 17 years ago
  79. 8bcae09 ftrace: Add check of sched_stopped for probe_sched_wakeup by Zhaolei · 17 years ago
  80. 5f0c6c0 tracing/ftrace: fix missing include string.h by Frederic Weisbecker · 17 years ago
  81. cf8e347 tracing: fix incorrect return type of ns2usecs() by Lai Jiangshan · 17 years ago
  82. 301fd74 tracing: remove CALLER_ADDR2 from wakeup tracer by Steven Rostedt · 17 years ago
  83. 93776a8 Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  84. a053958 Merge branch 'tracing/blktrace-fixes' into tracing/urgent by Ingo Molnar · 17 years ago
  85. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  86. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  87. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 17 years ago
  88. e2494e1 blktrace: fix pdu_len when tracing packet command requests by Li Zefan · 17 years ago
  89. 7635b03 blktrace: small cleanup in blk_msg_write() by Li Zefan · 17 years ago
  90. a4b3ada blktrace: NUL-terminate user space messages by Carl Henrik Lunde · 17 years ago
  91. c826e3c kmemtrace: small cleanups by Ingo Molnar · 17 years ago
  92. 42af905 kmemtrace: restore original tracing data binary format, improve ABI by Eduard - Gabriel Munteanu · 17 years ago
  93. da2635a kmemtrace: kmemtrace_alloc() must fill type_id by Eduard - Gabriel Munteanu · 17 years ago
  94. ca2b84c kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 17 years ago
  95. 2e57289 ring-buffer: do not remove reader page from list on ring buffer free by Steven Rostedt · 17 years ago
  96. 2aad1b7 function-graph: allow unregistering twice by Steven Rostedt · 17 years ago
  97. 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 17 years ago
  98. b14b70a trace: make argument 'mem' of trace_seq_putmem() const by Li Zefan · 17 years ago
  99. f285901 tracing: add missing 'extern' keywords to trace_output.h by Eduard - Gabriel Munteanu · 17 years ago
  100. bdd6df6 tracing: provide trace_seq_reserve() by Eduard - Gabriel Munteanu · 17 years ago