1. f34edbc perf, x86: Add a key to simplify template lookup in Pentium-4 PMU by Lin Ming · 15 years ago
  2. 5563277 perf events: Fix false positive build warning with older GCC's by Ingo Molnar · 15 years ago
  3. 7335f75 x86, perf: Use apic_write unconditionally by Cyrill Gorcunov · 15 years ago
  4. d674cd1 x86, apic: Allow to use certain functions without APIC built-in support by Cyrill Gorcunov · 15 years ago
  5. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 15 years ago
  6. 46be604 perf record: Enable counters only when kernel is execing subcommand by Zhang, Yanmin · 15 years ago
  7. 6be2850 perf stat: Enable counters when collecting process-wide or system-wide data by Zhang, Yanmin · 15 years ago
  8. d6dc0b4 perf/core, x86: Remove duplicate perf_event_mask variable by Robert Richter · 15 years ago
  9. 10f1014 perf/core, x86: Remove cpu_hw_events.interrupts by Robert Richter · 15 years ago
  10. 141c429 perf/core: Correct files in MAINTAINERS entry by Robert Richter · 15 years ago
  11. b27ea29 perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macros by Robert Richter · 15 years ago
  12. 3b0d516 perf probe: Fix !dwarf build by Ingo Molnar · 15 years ago
  13. 7df2f32 perf probe: Add data structure member access support by Masami Hiramatsu · 15 years ago
  14. fb1587d perf probe: List probes with line number and file name by Masami Hiramatsu · 15 years ago
  15. 4235b04 perf probe: Introduce kprobe_trace_event and perf_probe_event by Masami Hiramatsu · 15 years ago
  16. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 15 years ago
  17. 016f262 perf probe: Introduce die_find_child() function by Masami Hiramatsu · 15 years ago
  18. 95a3e4c perf probe: Rename some die_get_* functions by Masami Hiramatsu · 15 years ago
  19. 12a1fad perf probe: Rename session to param by Masami Hiramatsu · 15 years ago
  20. e0faa8d perf probe: Move add-probe routine to util/ by Masami Hiramatsu · 15 years ago
  21. 31facc5 perf probe: Use wrapper functions by Masami Hiramatsu · 15 years ago
  22. a1d37d5 perf tools: Introduce xzalloc() for detecting out of memory conditions by Masami Hiramatsu · 15 years ago
  23. e4713e9 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  24. a6b8457 perf: Fix unexported generic perf_arch_fetch_caller_regs by Frederic Weisbecker · 15 years ago
  25. 984763c perf, x86: Report error code that returned from x86_pmu.hw_config() by Robert Richter · 15 years ago
  26. 00909e9 perf top: Add missing initialization to zero by Arnaldo Carvalho de Melo · 15 years ago
  27. 5cc718b kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobes by Masami Hiramatsu · 15 years ago
  28. d0cb426 perf probe: Use original address instead of CU-based address by Masami Hiramatsu · 15 years ago
  29. 67c7ff7 perf probe: Fix offset to allow signed value by Masami Hiramatsu · 15 years ago
  30. b63be8d perf top: Improve the autosizing of column lenghts by Arnaldo Carvalho de Melo · 15 years ago
  31. 8ea7f54 x86, perf: Fix comments in Pentium-4 PMU definitions by Lin Ming · 15 years ago
  32. 1d199b1 perf: Fix unexported generic perf_arch_fetch_caller_regs by Frederic Weisbecker · 15 years ago
  33. d06d92b perf annotate: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 15 years ago
  34. b0a9ab6 perf top: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 15 years ago
  35. bedbfde perf record: Enable the enable_on_exec flag if record forks the target by Eric B Munson · 15 years ago
  36. e449526 perf, x86: Enable not tagged retired instruction counting on P4s by Cyrill Gorcunov · 15 years ago
  37. 8576e19 x86, perf: Unmask LVTPC only if we have APIC supported by Cyrill Gorcunov · 15 years ago
  38. fc6ceea perf probe: Fix need_dwarf flag if lazy matching is used by Masami Hiramatsu · 15 years ago
  39. 594087a perf probe: Fix probe_point buffer overrun by Masami Hiramatsu · 15 years ago
  40. 567e547 perf tools: Fix non-newt build by Arnaldo Carvalho de Melo · 15 years ago
  41. 0308635 Merge branch 'perf/x86' into perf/core by Ingo Molnar · 15 years ago
  42. 3997d37 perf hist: Don't fprintf the callgraph unconditionally by Arnaldo Carvalho de Melo · 15 years ago
  43. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 15 years ago
  44. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 15 years ago
  45. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 15 years ago
  46. dd2ee78 perf tools: Add missing bytes printed in hist_entry__fprintf by Arnaldo Carvalho de Melo · 15 years ago
  47. b4f5296 perf tools: Use eprintf for pr_{err,warning,info} too by Arnaldo Carvalho de Melo · 15 years ago
  48. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 15 years ago
  49. fe2197b perf symbols: Bump plt synthesizing warning debug level by Arnaldo Carvalho de Melo · 15 years ago
  50. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  51. 0b86122 x86, perf: Fix NULL deref on not assigned x86_pmu by Cyrill Gorcunov · 15 years ago
  52. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 15 years ago
  53. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 15 years ago
  54. a072738 perf, x86: Implement initial P4 PMU driver by Cyrill Gorcunov · 15 years ago
  55. 9b33fa6 perf_events: Improve task_sched_in() by eranian@google.com · 15 years ago
  56. 639fe4b perf: export perf_trace_regs and perf_arch_fetch_caller_regs by Xiao Guangrong · 15 years ago
  57. 45e16a6 perf, x86: Fix hw_perf_enable() event assignment by Peter Zijlstra · 15 years ago
  58. 85cfabb perf, ppc: Fix compile error due to new cpu notifiers by Peter Zijlstra · 15 years ago
  59. 7ae5f213 perf: Make the install relative to DESTDIR if specified by John Kacur · 15 years ago
  60. 83ff56f kprobes: Calculate the index correctly when freeing the out-of-line execution slot by Masami Hiramatsu · 15 years ago
  61. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 15 years ago
  62. 220b140 perf_event: Fix oops triggered by cpu offline/online by Paul Mackerras · 15 years ago
  63. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 15 years ago
  64. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 15 years ago
  65. 5331d7b perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot by Frederic Weisbecker · 15 years ago
  66. 61e67fb perf/x86-64: Use frame pointer to walk on irq and process stacks by Frederic Weisbecker · 15 years ago
  67. db2c4c7 lockdep: Move lock events under lockdep recursion protection by Frederic Weisbecker · 15 years ago
  68. 65f2ed2 perf report: Print the map table just after samples for which no map was found by Arnaldo Carvalho de Melo · 15 years ago
  69. cbbc79a5 perf report: Add multiple event support by Eric B Munson · 15 years ago
  70. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 15 years ago
  71. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 15 years ago
  72. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 15 years ago
  73. 8907fd6 perf record: Add ID and to recorded event data when recording multiple events by Eric B Munson · 15 years ago
  74. accd3cc perf probe: Add missing variable initialization by Arnaldo Carvalho de Melo · 15 years ago
  75. 1224550 perf tools: Don't trow away old map slices not overlapped by new maps by Arnaldo Carvalho de Melo · 15 years ago
  76. caa0142 perf, x86: Fix the !CONFIG_CPU_SUP_INTEL build by Ingo Molnar · 15 years ago
  77. ba7e4d1 perf, x86: Add INSTRUCTION_DECODER config flag by Ingo Molnar · 15 years ago
  78. 63fb3f9 perf, x86: Fix LBR read-out by Peter Zijlstra · 15 years ago
  79. d80c750 perf, x86: Fixup the PEBS handler for Core2 cpus by Peter Zijlstra · 15 years ago
  80. 7645a24 perf, x86: Remove checking_{wr,rd}msr() usage by Peter Zijlstra · 15 years ago
  81. b83a46e perf, x86: Don't reset the LBR as frequently by Peter Zijlstra · 15 years ago
  82. ad0e6cf perf, x86: Fix silly bug in intel_pmu_pebs_{enable,disable} by Peter Zijlstra · 15 years ago
  83. 12ab854 perf, x86: Deal with multiple state bits for pebs-fmt1 by Peter Zijlstra · 15 years ago
  84. d329527 perf, x86: Reorder intel_pmu_enable_all() by Peter Zijlstra · 15 years ago
  85. 2df202b perf, x86: Fix LBR enable/disable vs cpuc->enabled by Peter Zijlstra · 15 years ago
  86. 4807e3d perf, x86: Fix PEBS enable/disable vs cpuc->enabled by Peter Zijlstra · 15 years ago
  87. 8f4aebd perf, x86: Fix pebs drains by Peter Zijlstra · 15 years ago
  88. cc7f008 perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) by Peter Zijlstra · 15 years ago
  89. a562b18 perf, x86: Robustify PEBS fixup by Peter Zijlstra · 15 years ago
  90. 74846d3 perf, x86: Clear the LBRs on init by Peter Zijlstra · 15 years ago
  91. 3c44780 perf, x86: Disable PEBS on clovertown chips by Peter Zijlstra · 15 years ago
  92. 3adaebd perf, x86: Fix silly bug in data store buffer allocation by Peter Zijlstra · 15 years ago
  93. 30a813a x86: Move MAX_INSN_SIZE into asm/insn.h by Peter Zijlstra · 15 years ago
  94. 7e1a40d perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAW by Peter Zijlstra · 15 years ago
  95. 8db909a perf, x86: Clean up IA32_PERF_CAPABILITIES usage by Peter Zijlstra · 15 years ago
  96. 1676b8a perf-top: Show the percentage of successfull PEBS-fixups by Peter Zijlstra · 15 years ago
  97. ef21f68 perf, x86: use LBR for PEBS IP+1 fixup by Peter Zijlstra · 15 years ago
  98. caff2be perf, x86: Implement simple LBR support by Peter Zijlstra · 15 years ago
  99. 69fef0d perf: Add attr->precise support to raw event parsing by Peter Zijlstra · 15 years ago
  100. ca03770 perf, x86: Add PEBS infrastructure by Peter Zijlstra · 15 years ago