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