1. c12944f perf disassemble: Move check for kallsyms + !kcore by Arnaldo Carvalho de Melo · 8 years ago
  2. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  3. f3705b0 perf tools stdio: Display multiple header lines by Jiri Olsa · 8 years ago
  4. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 8 years ago
  5. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  6. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  7. b9c4b0f perf top: Use MSEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  8. 565e691 perf bench futex: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  9. c05a6e1 perf kvm: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  10. 0693e68 perf record: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  11. af15e67 perf bench sched-messaging: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  12. f2b91be perf bench mem: Use USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  13. 310ebb9 perf stat: Use *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  14. 16633cc perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  15. af4b2c9 perf timechart: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  16. 4fc76e4 perf sched: Use linux/time64.h by Arnaldo Carvalho de Melo · 8 years ago
  17. a8ad832 perf bench numa: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  18. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  19. c53412e perf evsel: Do not access outside hw cache name arrays by Arnaldo Carvalho de Melo · 8 years ago
  20. 6754075 perf unwind: Use addr_location::addr instead of ip for entries by Milian Wolff · 8 years ago
  21. 3d918fb perf intel-pt: Fix occasional decoding errors when tracing system-wide by Adrian Hunter · 8 years ago
  22. 60ebc15 perf probe: Release resources on error when handling exit paths by Arnaldo Carvalho de Melo · 8 years ago
  23. 0325862 perf probe: Check for dup and fdopen failures by Colin Ian King · 8 years ago
  24. 50de1a0 perf symbols: Fix annotation of objects with debuginfo files by Anton Blanchard · 8 years ago
  25. 71ac899 perf script: Don't disable use_callchain if input is pipe by He Kuang · 8 years ago
  26. 88ded4d perf script: Show proper message when failed list scripts by He Kuang · 8 years ago
  27. 49a7f01 perf jitdump: Add the right header to get the major()/minor() definitions by Arnaldo Carvalho de Melo · 8 years ago
  28. f046f3d perf ppc64le: Fix build failure when libelf is not present by Ravi Bangoria · 8 years ago
  29. 33da54f perf tools mem: Fix -t store option for record command by Jiri Olsa · 8 years ago
  30. e1717e0 perf intel-pt: Fix ip compression by Adrian Hunter · 8 years ago
  31. 99e608b perf probe ppc64le: Fix probe location when using DWARF by Ravi Bangoria · 8 years ago
  32. d820456 perf probe: Add function to post process kernel trace events by Ravi Bangoria · 8 years ago
  33. 19f00b0 perf probe: Support signedness casting by Naohiro Aota · 8 years ago
  34. 3df33ef perf stat: Avoid skew when reading events by Mark Rutland · 8 years ago
  35. cb3f337 perf probe: Fix module name matching by Konstantin Khlebnikov · 8 years ago
  36. 8e34189 perf probe: Adjust map->reloc offset when finding kernel symbol from map by Masami Hiramatsu · 8 years ago
  37. 887fa86 perf hists: Trim libtraceevent trace_seq buffers by Arnaldo Carvalho de Melo · 8 years ago
  38. bcdc09a perf script: Add 'bpf-output' field to usage message by Brendan Gregg · 8 years ago
  39. f282f7a0 Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  40. c369e0a perf tests bpf: Use SyS_epoll_wait alias by Arnaldo Carvalho de Melo · 8 years ago
  41. b2d0dbf perf tests: objdump output can contain multi byte chunks by Jan Stancek · 9 years ago
  42. b6f35ed perf record: Add --sample-cpu option by Jiri Olsa · 8 years ago
  43. 52c5cc3 perf hists: Introduce output_resort_cb method by Jiri Olsa · 8 years ago
  44. 4842576 perf tools: Move config/Makefile into Makefile.config by Jiri Olsa · 8 years ago
  45. ff3e33b perf tests: Add test for bitmap_scnprintf function by Jiri Olsa · 8 years ago
  46. b581c01 perf tools: Fix build failure on perl script context by Namhyung Kim · 8 years ago
  47. c17c17e perf annotate: Plug filename string leak by Arnaldo Carvalho de Melo · 8 years ago
  48. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  49. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago
  50. 7f7d556 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. ce92834 perf target: str_error_r() always returns the buffer it receives by Arnaldo Carvalho de Melo · 8 years ago
  52. 9955d0b perf annotate: Use pipe + fork instead of popen by Arnaldo Carvalho de Melo · 9 years ago
  53. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  54. 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
  55. 7c48dcf perf evsel: Introduce constructor for cycles event by Arnaldo Carvalho de Melo · 8 years ago
  56. 8149a77 tools lib api: Add str_error_c to libapi by Arnaldo Carvalho de Melo · 8 years ago
  57. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  58. 203d8a4 perf s390: Fix 'start' address of module's map by Song Shan Gong · 8 years ago
  59. 4e3ba8a Revert "perf tools: event.h needs asm/perf_regs.h" by Arnaldo Carvalho de Melo · 8 years ago
  60. fd1d961 x86/insn: remove pcommit by Dan Williams · 9 years ago
  61. e5e6312 perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf by Arnaldo Carvalho de Melo · 8 years ago
  62. 6c4d0b41 perf tools: Add AVX-512 instructions to the new instructions test by Adrian Hunter · 8 years ago
  63. c61f4d5 perf tools: Add AVX-512 support to the instruction decoder used by Intel PT by Adrian Hunter · 8 years ago
  64. 6f6ef07 x86/insn: perf tools: Fix vcvtph2ps instruction decoding by Adrian Hunter · 8 years ago
  65. 988dd77 perf tests: Add is_printable_array test by Jiri Olsa · 8 years ago
  66. accaed2 perf tools: Make is_printable_array global by Jiri Olsa · 8 years ago
  67. 249de6e perf script python: Fix string vs byte array resolving by Jiri Olsa · 8 years ago
  68. e704934 perf probe: Warn unmatched function filter correctly by Masami Hiramatsu · 8 years ago
  69. 9a6c582 perf cpu_map: Add more helpers by Mark Rutland · 8 years ago
  70. 00e727b perf stat: Balance opening and reading events by Mark Rutland · 8 years ago
  71. ae3c14a tools: Copy linux/{hash,poison}.h and check for drift by Arnaldo Carvalho de Melo · 8 years ago
  72. 3aa0042 perf tools: Remove include/linux/list.h from perf's MANIFEST by Arnaldo Carvalho de Melo · 8 years ago
  73. de1e17b tools: Copy the bitops files accessed from the kernel and check for drift by Arnaldo Carvalho de Melo · 8 years ago
  74. ad43072 Remove: kernel unistd*h files from perf's MANIFEST, not used by Arnaldo Carvalho de Melo · 8 years ago
  75. e0643c4 perf tools: Remove tools/perf/util/include/linux/const.h by Arnaldo Carvalho de Melo · 8 years ago
  76. 7e3f364 perf tools: Remove tools/perf/util/include/asm/byteorder.h by Arnaldo Carvalho de Melo · 8 years ago
  77. 14f0652 perf tools: Add missing linux/compiler.h include to perf-sys.h by Arnaldo Carvalho de Melo · 8 years ago
  78. 9fcfcdf perf jit: Remove some no-op error handling by Dan Carpenter · 8 years ago
  79. e03141d perf jit: Add missing curly braces by Dan Carpenter · 8 years ago
  80. 4ea648a perf record: Add --tail-synthesize option by Wang Nan · 8 years ago
  81. f06149c perf session: Don't warn about out of order event if write_backward is used by Wang Nan · 8 years ago
  82. 626a6b7 perf tools: Enable overwrite settings by Wang Nan · 8 years ago
  83. f6cdff8 perf evlist: Make {pause,resume} internal helpers by Wang Nan · 8 years ago
  84. 05737464 perf record: Read from overwritable ring buffer by Wang Nan · 8 years ago
  85. 54cc54d perf evlist: Setup backward mmap state machine by Wang Nan · 8 years ago
  86. a0c6f45 perf evlist: Drop evlist->backward by Wang Nan · 8 years ago
  87. 078c338 perf evlist: Map backward events to backward_mmap by Wang Nan · 8 years ago
  88. b2cb615 perf evlist: Introduce backward_mmap array for evlist by Wang Nan · 8 years ago
  89. a1f7261 perf evlist: Extract common code in mmap failure processing by Wang Nan · 8 years ago
  90. 4876075 perf evlist: Record mmap cookie into fdarray private field by Wang Nan · 8 years ago
  91. a4ea0ec perf record: Decouple record__mmap_read() and evlist. by Wang Nan · 8 years ago
  92. 8db6d6b perf evlist: Update mmap related APIs and helpers by Wang Nan · 8 years ago
  93. 32a951b perf evlist: Drop redundant evsel->overwrite indicator by Arnaldo Carvalho de Melo · 8 years ago
  94. 0d20316 perf tools: Bail out at "--sort dcacheline" and cacheline_size not known by Arnaldo Carvalho de Melo · 8 years ago
  95. 8811e8e perf tools: Just pr_debug() about not being able to read cacheline_size by Arnaldo Carvalho de Melo · 8 years ago
  96. 09dd39d perf tools: Do not provide dup sched_getcpu() prototype on Android by Arnaldo Carvalho de Melo · 8 years ago
  97. 8e5dc84 perf test: Add a test case for SDT event by Masami Hiramatsu · 8 years ago
  98. e26e63b perf build: Add sdt feature detection by Masami Hiramatsu · 8 years ago
  99. 7e9fca5 perf probe: Support a special SDT probe format by Masami Hiramatsu · 8 years ago
  100. a598180 perf probe: Support @BUILDID or @FILE suffix for SDT events by Masami Hiramatsu · 8 years ago