1. 38b78eb tracing: Factorize filter creation by Tejun Heo · 14 years ago
  2. 762e120 tracing: Have stack tracing set filtered functions at boot by Steven Rostedt · 14 years ago
  3. 2a85a37 ftrace: Allow access to the boot time function enabling by Steven Rostedt · 14 years ago
  4. d2d45c7 tracing: Have stack_tracer use a separate list of functions by Steven Rostedt · 14 years ago
  5. 69a3083 ftrace: Decouple hash items from showing filtered functions by Steven Rostedt · 14 years ago
  6. fc13cb0 ftrace: Allow other users of function tracing to use the output listing by Steven Rostedt · 14 years ago
  7. 06a51d9 ftrace: Create ftrace_hash_empty() helper routine by Steven Rostedt · 14 years ago
  8. c842e97 ftrace: Fix ftrace hash record update with notrace by Steven Rostedt · 14 years ago
  9. 5855fea ftrace: Use bsearch to find record ip by Steven Rostedt · 14 years ago
  10. 6895061 ftrace: Sort the mcount records on each page by Steven Rostedt · 14 years ago
  11. 85ae32a ftrace: Replace record newlist with record page list by Steven Rostedt · 14 years ago
  12. a790087 ftrace: Allocate the mcount record pages as groups by Steven Rostedt · 14 years ago
  13. 3208230 ftrace: Remove usage of "freed" records by Steven Rostedt · 14 years ago
  14. c88fd86 ftrace: Allow archs to modify code without stop machine by Steven Rostedt · 14 years ago
  15. 45959ee ftrace: Do not function trace inlined functions by Steven Rostedt · 14 years ago
  16. 30fb6aa ftrace: Fix unregister ftrace_ops accounting by Jiri Olsa · 14 years ago
  17. 74eec26 perf tools: Add ability to synthesize event according to a sample by Andrew Vagin · 14 years ago
  18. 317df65 perf script: Implement option for system-wide profiling by Robert Richter · 14 years ago
  19. 38efb53 perf script: Fix mem leaks and NULL pointer checks around strdup()s by Robert Richter · 14 years ago
  20. b3d9468 perf, x86: Expose perf capability to other modules by Gleb Natapov · 14 years ago
  21. c1d6f42 perf, x86: Implement arch event mask as quirk by Peter Zijlstra · 14 years ago
  22. ffb871b x86, perf: Disable non available architectural events by Gleb Natapov · 14 years ago
  23. ac99b86 jump_label: Provide jump_label_key initializers by Peter Zijlstra · 14 years ago
  24. 9cdbe1c jump_label, x86: Fix section mismatch by Peter Zijlstra · 14 years ago
  25. cc991b8 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  26. b202952 perf, core: Rate limit perf_sched_events jump_label patching by Gleb Natapov · 14 years ago
  27. b79387e perf: Fix enable_on_exec for sibling events by Peter Zijlstra · 14 years ago
  28. 1d9b482 perf: Remove superfluous arguments by Peter Zijlstra · 14 years ago
  29. 4defea8 perf, x86: Prefer fixed-purpose counters when scheduling by Peter Zijlstra · 14 years ago
  30. bc1738f perf, x86: Fix event scheduler for constraints with overlapping counters by Robert Richter · 14 years ago
  31. 1e2ad28 perf, x86: Implement event scheduler helper functions by Robert Richter · 14 years ago
  32. 0f5a260 perf: Avoid a useless pmu_disable() in the perf-tick by Peter Zijlstra · 14 years ago
  33. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  34. ddf6e0e ftrace: Fix hash record accounting bug by Steven Rostedt · 14 years ago
  35. d06c27b perf: Fix parsing of __print_flags() in TP_printk() by Steven Rostedt · 14 years ago
  36. bbbf7af jump_label: jump_label_inc may return before the code is patched by Gleb Natapov · 14 years ago
  37. c7c6ec8 ftrace: Remove force undef config value left for testing by Steven Rostedt · 14 years ago
  38. 27b14b5 tracing: Restore system filter behavior by Li Zefan · 14 years ago
  39. cb59974 tracing: fix event_subsystem ref counting by Ilya Dryomov · 14 years ago
  40. 9dde9dc x86/tools: Add decoded instruction dump mode by Masami Hiramatsu · 14 years ago
  41. a9c373d x86: Update instruction decoder to support new AVX formats by Masami Hiramatsu · 14 years ago
  42. e70825f x86/tools: Fix insn_sanity message outputs by Masami Hiramatsu · 14 years ago
  43. bfbe901 x86/tools: Fix instruction decoder message output by Masami Hiramatsu · 14 years ago
  44. 130b78b x86: Fix instruction decoder to handle grouped AVX instructions by Masami Hiramatsu · 14 years ago
  45. 1056c3e x86/tools: Fix Makefile to build all test tools by Masami Hiramatsu · 14 years ago
  46. dc440d10 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 14 years ago
  47. 2c3757e Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent by Ingo Molnar · 14 years ago
  48. 10c6db1 perf: Fix loss of notification with multi-event by Peter Zijlstra · 14 years ago
  49. 16e5294 perf, x86: Force IBS LVT offset assignment for family 10h by Robert Richter · 14 years ago
  50. 6a600a8 perf, x86: Disable PEBS on SandyBridge chips by Peter Zijlstra · 14 years ago
  51. f71c49e perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test by Arnaldo Carvalho de Melo · 14 years ago
  52. 3e7c439 perf test: Validate PERF_RECORD_ events and perf_sample fields by Arnaldo Carvalho de Melo · 14 years ago
  53. 482ad89 perf event: Introduce perf_event__fprintf by Arnaldo Carvalho de Melo · 14 years ago
  54. d3d9acf trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter by Tejun Heo · 14 years ago
  55. e60770a perf test: Allow running just a subset of the available tests by Arnaldo Carvalho de Melo · 14 years ago
  56. 806fb63 perf evlist: Always do automatic allocation of pollfd and mmap structures by Arnaldo Carvalho de Melo · 14 years ago
  57. ee29be6 perf tools: Save some loops using perf_evlist__id2evsel by Arnaldo Carvalho de Melo · 14 years ago
  58. e7984b7 perf script: Add comm filtering option by David Ahern · 14 years ago
  59. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 14 years ago
  60. 1758af1 perf top: Stop using globals for tool state by Arnaldo Carvalho de Melo · 14 years ago
  61. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 14 years ago
  62. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 14 years ago
  63. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 14 years ago
  64. 7009cc3 perf annotate: Group options in a struct by Arnaldo Carvalho de Melo · 14 years ago
  65. fa372aa perf report: Group options in a struct by Arnaldo Carvalho de Melo · 14 years ago
  66. e3f4260 perf tools: Use evsel->attr.sample_type instead of session->sample_type by Arnaldo Carvalho de Melo · 14 years ago
  67. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 14 years ago
  68. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 14 years ago
  69. 81e36bf perf evlist: Introduce id_hdr_size method out of perf_session by Arnaldo Carvalho de Melo · 14 years ago
  70. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 14 years ago
  71. 18b5523 perf ui progress: Fix divide by zero by Arnaldo Carvalho de Melo · 14 years ago
  72. ed80f58 perf record: Move 'group' to perf_event_ops by Arnaldo Carvalho de Melo · 14 years ago
  73. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 14 years ago
  74. 01c2d99 perf record: Move mmap_pages to perf_record_opts by Arnaldo Carvalho de Melo · 14 years ago
  75. 50a682c perf evlist: Handle default value for 'pages' on mmap method by Arnaldo Carvalho de Melo · 14 years ago
  76. 35b9d88 perf evlist: Introduce {prepare,start}_workload refactored from 'perf record' by Arnaldo Carvalho de Melo · 14 years ago
  77. 0f82ebc perf evsel: Introduce config attr method by Arnaldo Carvalho de Melo · 14 years ago
  78. a8c9ae1 perf evlist: Introduce add_tracepoints method by Arnaldo Carvalho de Melo · 14 years ago
  79. 50d08e4 perf evlist: Introduce perf_evlist__add_attrs by Arnaldo Carvalho de Melo · 14 years ago
  80. ebf294b perf tools: Simplify debugfs mountpoint handling code by Arnaldo Carvalho de Melo · 14 years ago
  81. c168fbf perf tools: Eliminate duplicate code and use PATH_MAX consistently by Arnaldo Carvalho de Melo · 14 years ago
  82. 39eaf7e tracing: Add entries in buffer and total entries to default output header by Steven Rostedt · 14 years ago
  83. 77271ce tracing: Add irq, preempt-count and need resched info to default trace output by Steven Rostedt · 14 years ago
  84. 47fbe53 perf session: Fix crash with invalid CPU list by David Ahern · 14 years ago
  85. 0e2a5f1 perf python: Fix undefined symbol problem by Arnaldo Carvalho de Melo · 14 years ago
  86. c23205c Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 14 years ago
  87. 4a1dba7 Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent by Ingo Molnar · 14 years ago
  88. 5d81e5c events: Don't divide events if it has field period by Andrew Vagin · 14 years ago
  89. 9251f90 perf: Carve out callchain functionality by Borislav Petkov · 14 years ago
  90. ed13ec5 perf/x86: Enable raw event access to Intel offcore events by Peter Zijlstra · 14 years ago
  91. aa2bc1a perf: Don't use -ENOSPC for out of PMU resources by Peter Zijlstra · 14 years ago
  92. 1d5f003 perf: Do not set task_ctx pointer in cpuctx if there are no events in the context by Gleb Natapov · 14 years ago
  93. 57d1c0c perf/x86: Fix PEBS instruction unwind by Peter Zijlstra · 14 years ago
  94. 7f80850 Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 14 years ago
  95. b93cd6a Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 14 years ago
  96. d291ffb Merge git://github.com/rustyrussell/linux by Linus Torvalds · 14 years ago
  97. 72103bd virtio-pci: fix use after free by Michael S. Tsirkin · 14 years ago
  98. 52e4c2a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 14 years ago
  99. 3439a8d ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression) by Rafael J. Wysocki · 14 years ago
  100. a7c36fd drm/radeon/kms/combios: fix dynamic allocation of PM clock modes by Alex Deucher · 14 years ago