1. 109d59b perf vendor events s390: Add JSON files for IBM z14 by Thomas Richter · 7 years ago
  2. bc17f94 perf vendor events s390: Add JSON files for IBM z13 by Thomas Richter · 7 years ago
  3. 3fb1a23 perf vendor events s390: Add JSON files for IBM zEC12 zBC12 by Thomas Richter · 7 years ago
  4. 0a73d21 perf vendor events s390: Add JSON files for IBM z196 by Thomas Richter · 7 years ago
  5. cfbb9be perf vendor events s390: Add JSON files for IBM z10EC z10BC by Thomas Richter · 7 years ago
  6. 895e3b0 perf mmap: Be consistent when checking for an unmaped ring buffer by Arnaldo Carvalho de Melo · 7 years ago
  7. f58385f perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done() by Kan Liang · 7 years ago
  8. b4c786e perf build: Fix check-headers.sh opts assignment by Jiri Olsa · 7 years ago
  9. 631fe15 perf/x86: Update rdpmc_always_available static key to the modern API by Davidlohr Bueso · 7 years ago
  10. a0ac7b3 Merge tag 'perf-core-for-mingo-4.17-20180323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  11. 7054e4e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  12. 5701dd1 Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 7 years ago
  13. 980b68e perf annotate: Use absolute addresses to calculate jump target offsets by Arnaldo Carvalho de Melo · 7 years ago
  14. c448234 perf annotate: Defer searching for comma in raw line till it is needed by Arnaldo Carvalho de Melo · 7 years ago
  15. e4cc91b perf annotate: Support jumping from one function to another by Arnaldo Carvalho de Melo · 7 years ago
  16. 2eff061 perf annotate: Add "_local" to jump/offset validation routines by Arnaldo Carvalho de Melo · 7 years ago
  17. 83428f2 perf python: Reference Py_None before returning it by Petr Machata · 7 years ago
  18. 751b178 perf annotate: Mark jumps to outher functions with the call arrow by Arnaldo Carvalho de Melo · 7 years ago
  19. 85a84e4 perf annotate: Pass function descriptor to its instruction parsing routines by Arnaldo Carvalho de Melo · 7 years ago
  20. 425859f perf annotate: No need to calculate notes->start twice by Arnaldo Carvalho de Melo · 7 years ago
  21. d9bd766 perf annotate browser: Add 'P' hotkey to dump annotation to file by Arnaldo Carvalho de Melo · 7 years ago
  22. 91340c51 perf report: Introduce --ignore-vmlinux command line option by Arnaldo Carvalho de Melo · 7 years ago
  23. be31640 perf annotate: Introduce --ignore-vmlinux command line option by Arnaldo Carvalho de Melo · 7 years ago
  24. 864298f2 perf annotate: Add function header to --stdio2 by Arnaldo Carvalho de Melo · 7 years ago
  25. 3563289 perf annotate: Use the default annotation options for --stdio2 by Arnaldo Carvalho de Melo · 7 years ago
  26. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  27. befd2a3 perf annotate: Introduce the --stdio2 output mode by Arnaldo Carvalho de Melo · 7 years ago
  28. 9b80d1f perf annotate: Introduce annotation_line__filter() by Arnaldo Carvalho de Melo · 7 years ago
  29. c298304 perf annotate: Use a ops table for annotation_line__write() by Arnaldo Carvalho de Melo · 7 years ago
  30. a1e9b74 perf annotate: Finish the generalization of annotate_browser__write() by Arnaldo Carvalho de Melo · 7 years ago
  31. 2ba5eca perf annotate: Introduce annotation_line__print_start() out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  32. c522024 perf ui browser: Add vprintf() method by Arnaldo Carvalho de Melo · 7 years ago
  33. 2f025ea perf annotate: Introduce annotation_line__max_percent() by Arnaldo Carvalho de Melo · 7 years ago
  34. ecda45b perf annotate: Introduce symbol__annotate2 method by Arnaldo Carvalho de Melo · 7 years ago
  35. b8b0d81 perf annotate: Introduce init_column_widths() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  36. 7232bf7 perf annotate: Move update_column_widths() to the generic lib by Arnaldo Carvalho de Melo · 7 years ago
  37. 9761e86 perf annotate: Move the column widths from the TUI to generic lib by Arnaldo Carvalho de Melo · 7 years ago
  38. 5bc49f6 perf annotate: Introduce set_offsets() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  39. 1cf5f98 perf annotate: Move nr_{asm_}entries to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  40. 0ca693b perf annotate: Move 'start' to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  41. 4850c92 perf annotate: Nuke struct browser_line by Arnaldo Carvalho de Melo · 7 years ago
  42. 0db45bc perf annotate: Move mark_jump_targets from the TUI to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  43. 6dcd57e perf annotate: Move nr_jumps to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  44. 27feb76 perf annotate: Move jumps_percent_color to ui_browser by Arnaldo Carvalho de Melo · 7 years ago
  45. bc1c0f3 perf annotate: Move max_jump_sources to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  46. 95aa89d perf annotate tui: Add browser__annotation() helper by Arnaldo Carvalho de Melo · 7 years ago
  47. 6af612d perf annotate: Move pcnt_with() to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  48. 16932d7 perf annotate: Stop using a global config struct by Arnaldo Carvalho de Melo · 7 years ago
  49. 0553e83 perf annotate: Move nr_events from annotate_browser to annotation struct by Arnaldo Carvalho de Melo · 7 years ago
  50. f56c083 perf annotate: Move compute_ipc() to annotation library by Arnaldo Carvalho de Melo · 7 years ago
  51. 9d6bb41 perf annotate: Move annotation_line array from TUI to generic code by Arnaldo Carvalho de Melo · 7 years ago
  52. 0e83a7e perf annotate tui: Move have_cycles to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  53. 00ea0eb perf annotate tui: Use annotate_browser__cycles_width() mroe by Arnaldo Carvalho de Melo · 7 years ago
  54. c426e58 perf annotate: Move cycles/IPC formatting width constants outside TUI by Arnaldo Carvalho de Melo · 7 years ago
  55. 98bc80b perf annotate: Move annotation_options out of the TUI browser by Arnaldo Carvalho de Melo · 7 years ago
  56. 555fc3b perf unwind: Report error from dwfl_attach_state by Martin Vuille · 7 years ago
  57. c917e0f2 perf/cgroup: Fix child event counting bug by Song Liu · 7 years ago
  58. 320b065 perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake servers by Kan Liang · 7 years ago
  59. 174afc3 perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to 'large PEBS' by Kan Liang · 7 years ago
  60. e340895 perf/x86/intel/uncore: Add missing filter constraint for SKX CHA event by Stephane Eranian · 7 years ago
  61. e5ea9b5 perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period() by Dan Carpenter · 7 years ago
  62. 2c2a9bb perf/x86/intel: Disable userspace RDPMC usage for large PEBS by Kan Liang · 7 years ago
  63. ecd380b Merge tag 'perf-core-for-mingo-4.17-20180319' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  64. 134933e Merge tag 'v4.16-rc6' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  65. 1cd6188 perf tests bp_account: Fix build with clang-6 by Arnaldo Carvalho de Melo · 7 years ago
  66. 854e55a objtool, perf: Fix GCC 8 -Wrestrict error by Josh Poimboeuf · 7 years ago
  67. d046179 perf probe: Use right type to access array elements by Masami Hiramatsu · 7 years ago
  68. 4c9cb2c perf annotate: Use ops->target.name when available for unresolved call targets by Arnaldo Carvalho de Melo · 7 years ago
  69. a840391 perf top: Document --ignore-vmlinux by Arnaldo Carvalho de Melo · 7 years ago
  70. b7a313d perf tools: Fix python extension build for gcc 8 by Jiri Olsa · 7 years ago
  71. 77f1815 perf tools: Fix snprint warnings for gcc 8 by Jiri Olsa · 7 years ago
  72. c698ca5 Linux 4.16-rc6 by Linus Torvalds · 7 years ago
  73. 9e1909b Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  74. df4fe17 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. d2149e1 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 23fe85a Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  77. 3cd1d32 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  78. 9ef0f88 parisc: Handle case where flush_cache_range is called with no context by John David Anglin · 7 years ago
  79. 8f5fd92 Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  80. 8757ae2 Merge tag 'microblaze-4.16-rc6' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  81. bb8c13d x86/microcode: Fix CPU synchronization routine by Borislav Petkov · 7 years ago
  82. 2613f36 x86/microcode: Attempt late loading only when new microcode is present by Borislav Petkov · 7 years ago
  83. 1660a76a Merge tag 'drm-fixes-for-v4.16-rc6' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  84. 2486836 perf/core: Clear sibling list of detached events by Mark Rutland · 7 years ago
  85. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 7 years ago
  86. a08f6dd perf debug: Avoid setting 'quiet' to 'true' unnecessarily by Yisheng Xie · 7 years ago
  87. 699db11 perf mmap: Discard head in overwrite_rb_find_range() by Yisheng Xie · 7 years ago
  88. 9749adc perf vendor events: Update POWER9 events by Sukadev Bhattiprolu · 7 years ago
  89. 57b5de4 perf report: Support forced leader feature in pipe mode by Jiri Olsa · 7 years ago
  90. a201551 perf record: Synthesize features before events in pipe mode by Jiri Olsa · 7 years ago
  91. 66790bc perf tests: Fix out of bounds access on array fd when cnt is 100 by Colin Ian King · 7 years ago
  92. 6810158 perf annotate: Use asprintf when formatting objdump command line by Arnaldo Carvalho de Melo · 7 years ago
  93. 10f354a perf test: Fix exit code for record+probe_libc_inet_pton.sh by Sandipan Das · 7 years ago
  94. c192524 perf machine: Fix mmap name setup by Jiri Olsa · 7 years ago
  95. 26e4711 perf stat: Make function perf_stat_evsel_id_init static by Thomas Richter · 7 years ago
  96. 5eab5a7 perf llvm: Display eBPF compiling command in debug output by Jiri Olsa · 7 years ago
  97. a3a4a3b perf top: Fix top.call-graph config option reading by Yisheng Xie · 7 years ago
  98. cff1720 perf record: Avoid duplicate call of perf_default_config() by Yisheng Xie · 7 years ago
  99. 3d20c62 perf unwind: Unwind with libdw doesn't take symfs into account by Martin Vuille · 7 years ago
  100. a8685f0 perf vendor events arm64: Enable JSON events for ThunderX2 B0 by Ganapatrao Kulkarni · 7 years ago