1. 9b0d2fb perf ui/stdio: Fix invalid output on event group report by Namhyung Kim · 10 years ago
  2. bfd66cc perf tools: Fix synthesizing mmaps for threads by Don Zickus · 10 years ago
  3. 5b43982 perf probe: Clarify x86 register naming for perf probe by Andi Kleen · 10 years ago
  4. b639409 perf mem: Clarify load-latency in documentation by Andi Kleen · 10 years ago
  5. 0fb298c perf bench: Add futex-requeue microbenchmark by Davidlohr Bueso · 11 years ago
  6. 27db783 perf bench: Add futex-wake microbenchmark by Davidlohr Bueso · 11 years ago
  7. a043971 perf bench: Add futex-hash microbenchmark by Davidlohr Bueso · 11 years ago
  8. 6bedfab perf tools: Disable user-space callchain/stack dumps for function trace events by Jiri Olsa · 10 years ago
  9. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 10 years ago
  10. b8ad0f9 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  11. 53942232 tools/testing/selftests/ipc/msgque.c: handle msgget failure return correctly by Colin Ian King · 10 years ago
  12. fdf57dd perf machine: Use map as success in ip__resolve_ams by Don Zickus · 10 years ago
  13. 155b3a1 perf symbols: Fix crash in elf_section_by_name by Jiri Olsa · 10 years ago
  14. 02c5bb4 perf trace: Decode architecture-specific signal numbers by Ben Hutchings · 10 years ago
  15. 148b59c Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. b39c2a5 perf tools: Fix strict alias issue for find_first_bit by Jiri Olsa · 10 years ago
  17. 280e7c4 perf tools: fix BFD detection on opensuse by Andi Kleen · 11 years ago
  18. 9b158f5 Merge branch 'liblockdep-fixes' of https://github.com/sashalevin/liblockdep into core/urgent by Ingo Molnar · 10 years ago
  19. b6e53f32 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  20. 7b88534 tools/liblockdep: Use realpath for srctree and objtree by Wang Nan · 10 years ago
  21. 9e3513b tools/liblockdep: Add a stub for new rcu_is_watching by Sasha Levin · 10 years ago
  22. 1ddc1ff tools/liblockdep: Mark runtests.sh as executable by Sasha Levin · 10 years ago
  23. aef5976 tools/liblockdep: Add include directory to allow tests to compile by Ira W. Snyder · 11 years ago
  24. 7575982 tools/liblockdep: Fix include of asm/hash.h by Ira W. Snyder · 11 years ago
  25. 367d896 tools/liblockdep: Fix initialization code path by Ira W. Snyder · 11 years ago
  26. 1029f9f perf symbols: Check compatible symtab type before loading dso by Namhyung Kim · 10 years ago
  27. 0d3dc5e perf symbols: Check return value of filename__read_debuglink() by Stephane Eranian · 10 years ago
  28. 98e9f03 perf symbols: Destroy unused symsrcs by Namhyung Kim · 10 years ago
  29. 48c65bd perf annotate: Check availability of annotate when processing samples by Namhyung Kim · 10 years ago
  30. 9e8c06e perf tests: Add NO_LIBDW_DWARF_UNWIND make test by Jiri Olsa · 10 years ago
  31. 0a4f2b6 perf tools: Setup default dwarf post unwinder by Jiri Olsa · 10 years ago
  32. 5ea8415 perf tools: Add libdw DWARF post unwind support by Jiri Olsa · 10 years ago
  33. 4575789 perf tools: Add feature check for libdw dwarf unwind by Jiri Olsa · 10 years ago
  34. 7a0447d perf tools: Warn the user about how to enable libunwind support by Arnaldo Carvalho de Melo · 10 years ago
  35. 8d79076 perf tools: Add variable display for VF make output by Jiri Olsa · 10 years ago
  36. 0695e57 perf tools: Factor features display code by Jiri Olsa · 10 years ago
  37. da237ed perf tools: Fix bison OUTPUT directories dependency by Jiri Olsa · 10 years ago
  38. 2a94f6c perf tests: Add pmu-bison.o make test by Jiri Olsa · 10 years ago
  39. 04b01a1 perf tests: Fix *.o make tests by Jiri Olsa · 10 years ago
  40. 9b3e7c9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  41. a15ad2f perf probe: Support distro-style debuginfo for uprobe by Masami Hiramatsu · 10 years ago
  42. eb948e5 perf probe: Allow to add events on the local functions by Masami Hiramatsu · 10 years ago
  43. 5a6f6314 perf probe: Show source-level or symbol-level info for uprobes by Masami Hiramatsu · 10 years ago
  44. 8f33f7d perf probe: Show appropriate symbol for ref_reloc_sym based kprobes by Masami Hiramatsu · 10 years ago
  45. f90acac perf probe: Find given address from offline dwarf by Masami Hiramatsu · 10 years ago
  46. dfef99c perf probe: Use ref_reloc_sym based address instead of the symbol name by Masami Hiramatsu · 10 years ago
  47. fb226cc perf probe: Show in what binaries/modules probes are set by Masami Hiramatsu · 10 years ago
  48. 2df5863 perf probe: Unify show_available_functions for uprobes/kprobes by Masami Hiramatsu · 10 years ago
  49. 5a62257 perf probe: Replace line_list with intlist by Masami Hiramatsu · 10 years ago
  50. f49540b perf probe: Remove incorrect symbol check for --list by Masami Hiramatsu · 10 years ago
  51. ee45b6c perf probe: Fix to do exit call for symbol maps by Masami Hiramatsu · 10 years ago
  52. c96626b perf symbols: No need to export dso__first_symbol by Arnaldo Carvalho de Melo · 10 years ago
  53. 5072f27 perf tools: Drop prefetch.h by Borislav Petkov · 10 years ago
  54. 0e55fa1 perf tools: Move hash.h header by Borislav Petkov · 10 years ago
  55. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
  56. c9b951c perf callchain: Separate perf_reg_value function in perf_regs object by Jiri Olsa · 11 years ago
  57. 9ff125d perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro by Jiri Olsa · 11 years ago
  58. ea3da69 perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id by Jiri Olsa · 11 years ago
  59. 436aa74 perf callchain: Separate libunwind code to special object by Jiri Olsa · 11 years ago
  60. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  61. 1cf0382 perf callchain: Do not report zero address in unwind by Jiri Olsa · 11 years ago
  62. b42dc32d perf tools: Fix dwarf unwind max_stack processing by Jiri Olsa · 11 years ago
  63. aa16b81 perf tests x86: Add dwarf unwind test by Jiri Olsa · 11 years ago
  64. 3c8b06f perf tests x86: Introduce perf_regs_load function by Jiri Olsa · 11 years ago
  65. b58f608 perf tools: Fix memory leak in event_format__print function by Jiri Olsa · 10 years ago
  66. a601fdf perf record: Add readable output for callchain debug by Jiri Olsa · 10 years ago
  67. eb853e8 perf tools: Add call-graph option support into .perfconfig by Jiri Olsa · 10 years ago
  68. bc52908 perf tools: Put proper period for for samples without PERIOD sample_type by Jiri Olsa · 10 years ago
  69. 106395d perf report: Remove some needless container_of usage by Arnaldo Carvalho de Melo · 11 years ago
  70. 644f2df perf tools: Shorten sample symbol resolving function signature by Arnaldo Carvalho de Melo · 11 years ago
  71. e80faac perf tools: Shorten sample symbol resolving function signature by Arnaldo Carvalho de Melo · 11 years ago
  72. 17f22a3 perf report: Use al->cpumode where applicable by Arnaldo Carvalho de Melo · 11 years ago
  73. e985a6c Merge remote-tracking branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 10 years ago
  74. 844ae5b perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64) arches by Arnaldo Carvalho de Melo · 10 years ago
  75. 79d26a6 perf trace: Add fallback definition of EFD_SEMAPHORE by Ben Hutchings · 10 years ago
  76. 88fee52 perf list: Fix checking for supported events on older kernels by Vince Weaver · 11 years ago
  77. f67697b perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properly by Jiri Olsa · 10 years ago
  78. 981a237 perf probe: Do not add offset twice to uprobe address by Masami Hiramatsu · 10 years ago
  79. 6f2a1c1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. 3c3d7cb Merge branch 'linus' into perf/core by Ingo Molnar · 10 years ago
  81. 87af5e5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 10 years ago
  82. 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 11 years ago
  83. f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 11 years ago
  84. d3b7022 perf buildid-cache: Check relocation when checking for existing kcore by Adrian Hunter · 11 years ago
  85. d9b62ab perf tools: Adjust kallsyms for relocated kernel by Adrian Hunter · 11 years ago
  86. c080f72 perf tests: No need to set up ref_reloc_sym by Adrian Hunter · 11 years ago
  87. a00d28c perf symbols: Prevent the use of kcore if the kernel has moved by Adrian Hunter · 11 years ago
  88. 0ae617b perf record: Get ref_reloc_sym from kernel map by Adrian Hunter · 11 years ago
  89. 5512cf2 perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() by Adrian Hunter · 11 years ago
  90. 15a0a87 perf machine: Add machine__get_kallsyms_filename() by Adrian Hunter · 11 years ago
  91. 29b596b perf tools: Add kallsyms__get_function_start() by Adrian Hunter · 11 years ago
  92. 9176753 perf symbols: Fix symbol annotation for relocated kernel by Adrian Hunter · 11 years ago
  93. 6a02652 perf tools: Fix include for non x86 architectures by Francesco Fusco · 11 years ago
  94. f428ebd perf tools: Fix AAAAARGH64 memory barriers by Peter Zijlstra · 11 years ago
  95. 950b835 perf tools: Demangle kernel and kernel module symbols too by Avi Kivity · 11 years ago
  96. 0d4dd79 perf/doc: Remove mention of non-existent set_perf_event_pending() from design.txt by Baruch Siach · 11 years ago
  97. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  98. 82c4776 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  99. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  100. 3e2a4c1 test: check copy_to/from_user boundary validation by Kees Cook · 11 years ago