1. a4eaf7f perf: Rework the PMU methods by Peter Zijlstra · 14 years ago
  2. 6016ee1 perf, tracing: add missing __percpu markups by Namhyung Kim · 14 years ago
  3. bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 14 years ago
  4. e870e9a tracing: Allow to disable cmdline recording by Li Zefan · 14 years ago
  5. a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 14 years ago
  6. ecc55f8 perf, trace: Inline perf_swevent_put_recursion_context() by Peter Zijlstra · 14 years ago
  7. 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 · 14 years ago
  8. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 14 years ago
  9. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  10. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  11. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 14 years ago
  12. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  13. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 14 years ago
  14. 1eaa478 tracing: Comment the use of event_mutex with trace event flags by Steven Rostedt · 14 years ago
  15. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 14 years ago
  16. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 14 years ago
  17. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 14 years ago
  18. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 14 years ago
  19. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 14 years ago
  20. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 14 years ago
  21. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 14 years ago
  22. 8f08201 tracing: Create class struct for events by Steven Rostedt · 14 years ago
  23. 5a2e399 [SCSI] ftrace: add __print_hex() by Kei Tokunaga · 14 years ago
  24. bc21b47 tracing: Show the lost events in the trace_pipe output by Steven Rostedt · 14 years ago
  25. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 14 years ago
  26. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 14 years ago
  27. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  28. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 14 years ago
  29. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  30. 509e760 tracing: Add print_fmt field by Lai Jiangshan · 15 years ago
  31. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  32. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 15 years ago
  33. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 15 years ago
  34. 87d9b4e tracing: Extract duplicate ftrace_raw_init_event_foo() by Li Zefan · 15 years ago
  35. a63ce5b tracing: Buffer the output of seq_file in case of filled buffer by Steven Rostedt · 15 years ago
  36. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  37. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 15 years ago
  38. 43315956 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  39. 6fb2915 tracing/profile: Add filter support by Li Zefan · 15 years ago
  40. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  41. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 15 years ago
  42. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  43. 16bb8eb tracing: allow filter predicates to handle ksym symbols by Steven Rostedt · 15 years ago
  44. 637e7e8 tracing: add lock depth to entries by Steven Rostedt · 15 years ago
  45. 48659d3 tracing: move tgid out of generic entry and into userstack by Steven Rostedt · 15 years ago
  46. 8f8ffe2 Merge commit 'tracing/core' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  47. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 15 years ago
  48. 8e254c1 tracing/filters: Defer pred allocation by Li Zefan · 15 years ago
  49. aeaeae1 tracing: Restore the const qualifier for field names and types definition by Frederic Weisbecker · 15 years ago
  50. bd1a5c8 tracing: Ftrace dynamic ftrace_event_call support by Masami Hiramatsu · 15 years ago
  51. 87a342f tracing/filters: Support filtering for char * strings by Li Zefan · 15 years ago
  52. 43b51ea tracing/filters: Add __field_ext() to TRACE_EVENT by Li Zefan · 15 years ago
  53. 540b7b8 tracing/syscalls: Add filtering support by Li Zefan · 15 years ago
  54. e647d6b tracing/events: Add trace_define_common_fields() by Li Zefan · 15 years ago
  55. 14be96c tracing/events: Add ftrace_event_call param to define_fields() by Li Zefan · 15 years ago
  56. e8f9f4d tracing: Add ftrace event call parameter to its field descriptor handler by Frederic Weisbecker · 15 years ago
  57. 69fd4f0 tracing: Add ftrace_event_call void * 'data' field by Jason Baron · 15 years ago
  58. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  59. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  60. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 15 years ago
  61. 1f9963c tracing/filters: improve subsystem filter by Li Zefan · 15 years ago
  62. 112f38a7 tracing: make trace pipe recognize latency format flag by Steven Rostedt · 15 years ago
  63. 0f4fc29 tracing: add __print_symbolic to trace events by Steven Rostedt · 15 years ago
  64. be74b73 tracing: add __print_flags for events by Steven Rostedt · 15 years ago
  65. 4671c79 tracing: add trace_set_clr_event to export event enabling function by Steven Rostedt · 15 years ago
  66. 2df75e4 tracing/events: fix memory leak when unloading module by Li Zefan · 15 years ago
  67. 8b37256 tracing/filters: a better event parser by Tom Zanussi · 15 years ago
  68. a118e4d tracing/filters: distinguish between signed and unsigned fields by Tom Zanussi · 15 years ago
  69. 30e673b tracing/filters: move preds into event_filter object by Tom Zanussi · 15 years ago
  70. 060fa5c8 tracing/events: reuse trace event ids after overflow by Steven Rostedt · 15 years ago
  71. 89ec0de tracing: increase size of number of possible events by Steven Rostedt · 15 years ago
  72. 7a4f453 tracing/events: make struct trace_entry->type to be int type by Li Zefan · 15 years ago
  73. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  74. a59fd60 tracing/events: convert event call sites to use a link list by Steven Rostedt · 15 years ago
  75. 97f2025 tracing/events: move declarations from trace directory to core include by Steven Rostedt · 15 years ago