1. 03db8b5 perf tools: Fix maps__find_symbol_by_name() by Adrian Hunter · 6 years ago
  2. 6a9405b perf map: Optimize maps__fixup_overlappings() by Konstantin Khlebnikov · 6 years ago
  3. 97802f3 perf map: Consider PTI entry trampolines in rip_2objdump() by Adrian Hunter · 6 years ago
  4. e2d88aa perf srcline: Introduce map__srcline() to make code more compact by Arnaldo Carvalho de Melo · 6 years ago
  5. 5759a68 perf machine: Allow for extra kernel maps by Adrian Hunter · 6 years ago
  6. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 6 years ago
  7. d183b26 perf map: Use map->prot in place of type==MAP__FUNCTION by Arnaldo Carvalho de Melo · 6 years ago
  8. af07eeb perf symbols: Remove map_type arg from dso__find_symbol() by Arnaldo Carvalho de Melo · 6 years ago
  9. abe5449 perf map: Shorten map_groups__find() signature by Arnaldo Carvalho de Melo · 6 years ago
  10. e94b861 perf map: Introduce map__has_symbols() by Arnaldo Carvalho de Melo · 7 years ago
  11. 935f5a9 perf report: Fix a wrong offset issue when using /proc/kcore by Jin Yao · 7 years ago
  12. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 0a7c74e perf tools: Provide mutex wrappers for pthreads rwlocks by Arnaldo Carvalho de Melo · 8 years ago
  15. bf2e710 perf maps: Lookup maps in both intitial mountns and inner mountns. by Krister Johansen · 7 years ago
  16. 843ff37 perf symbols: Find symbols in different mount namespace by Krister Johansen · 7 years ago
  17. d8040645 perf symbols: Allow user probes on versioned symbols by Paul Clarke · 7 years ago
  18. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  19. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  20. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  21. ead05e8 perf map: Convert map_groups.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  22. e3a42cd perf map: Convert map.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  23. 5eae7d8 perf symbols: dso->name is an array, no need to check it against NULL by Arnaldo Carvalho de Melo · 8 years ago
  24. 21e8c81 perf hists browser: Dynamically change verbosity level by Alexis Berlemont · 8 years ago
  25. fbef103 perf tools: Do hugetlb handling in more systems by Arnaldo Carvalho de Melo · 8 years ago
  26. 0ac3348 perf tools: Recognize hugetlb mapping as anon mapping by Wang Nan · 8 years ago
  27. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  28. e704934 perf probe: Warn unmatched function filter correctly by Masami Hiramatsu · 8 years ago
  29. 6c50258 perf unwind: Call unwind__prepare_access for forked thread by Jiri Olsa · 8 years ago
  30. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 8 years ago
  31. a58f703 perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 9 years ago
  32. d91130e perf tools: Fix maps__fixup_overlappings to put used maps by Masami Hiramatsu · 9 years ago
  33. bae32b5 perf tools: Fix map_groups__clone to put cloned map by Masami Hiramatsu · 9 years ago
  34. b2be545 perf tools: Correctly identify anon_hugepage when generating map (v2) by Yannick Brosseau · 9 years ago
  35. cb8382e perf tools: Insert split maps correctly into origin group by Jiri Olsa · 9 years ago
  36. a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
  37. 77e6597 perf machine: Use machine__kernel_map() thoroughly by Arnaldo Carvalho de Melo · 9 years ago
  38. b7f9ff5 perf maps: Introduce maps__find_symbol_by_name() by Arnaldo Carvalho de Melo · 9 years ago
  39. 66671d0 perf tools: Initialize reference counts in map__clone() by Arnaldo Carvalho de Melo · 9 years ago
  40. e6ce7126 perf symbols: Introduce map__is_(kernel,kmodule)() by Arnaldo Carvalho de Melo · 9 years ago
  41. 5c24b67 perf tools: Replace map->referenced & maps->removed_maps with map->refcnt by Arnaldo Carvalho de Melo · 9 years ago
  42. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 9 years ago
  43. 9a4388c perf machine: Fix up vdso methods names by Arnaldo Carvalho de Melo · 9 years ago
  44. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 9 years ago
  45. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 9 years ago
  46. 84c2caf perf tools: Reference count struct map by Arnaldo Carvalho de Melo · 9 years ago
  47. facf3f0 perf tools: Check if a map is still in use when deleting it by Arnaldo Carvalho de Melo · 9 years ago
  48. 6a2ffcd perf tools: Protect accesses the map rbtrees with a rw lock by Arnaldo Carvalho de Melo · 9 years ago
  49. 1eee78a perf tools: Introduce struct maps by Arnaldo Carvalho de Melo · 9 years ago
  50. 4bb7123d perf tools: Use maps__first()/map__next() by Arnaldo Carvalho de Melo · 9 years ago
  51. f7e365e perf tools: Nuke unused map_groups__flush() by Arnaldo Carvalho de Melo · 9 years ago
  52. 4d4dee9 perf tools: Rename maps__next by Arnaldo Carvalho de Melo · 9 years ago
  53. 848cbd2 perf tools: Use atomic.h for the map_groups refcount by Arnaldo Carvalho de Melo · 9 years ago
  54. 031b84c perf probe ppc: Enable matching against dot symbols automatically by Naveen N. Rao · 9 years ago
  55. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 10 years ago
  56. 85c116a perf callchain: Make get_srcline fall back to sym+offset by Andi Kleen · 10 years ago
  57. 11246c7 perf tools: Set thread->mg.machine in all places by Arnaldo Carvalho de Melo · 10 years ago
  58. 4955ea2 perf tools: Fixup off-by-one comparision in maps__find by Namhyung Kim · 10 years ago
  59. 77faf4d perf tools: fix off-by-one error in maps by Stephane Eranian · 10 years ago
  60. 700be56 perf symbols: Don't try to find DSOs in SYSV maps by Don Zickus · 10 years ago
  61. 5835edd perf tools: Add thread parameter to vdso__dso_findnew() by Adrian Hunter · 10 years ago
  62. 2a03068 perf tools: Pass machine to vdso__dso_findnew() by Adrian Hunter · 10 years ago
  63. acebd40 perf tools: Remove verbose from functions prototypes by Jiri Olsa · 10 years ago
  64. 29ce361 perf machine: Fix map groups of threads with unknown pids by Adrian Hunter · 10 years ago
  65. 7ef8070 perf tools: Update mmap2 interface with protection and flag bits by Don Zickus · 10 years ago
  66. eca8183 perf tools: Add automatic remapping of Android libraries by Michael Lentine · 10 years ago
  67. a26ca67 perf tools: Reference count map_groups objects by Arnaldo Carvalho de Melo · 11 years ago
  68. 93d5731 perf tools: Allocate thread map_groups's dynamically by Arnaldo Carvalho de Melo · 11 years ago
  69. 9176753 perf symbols: Fix symbol annotation for relocated kernel by Adrian Hunter · 11 years ago
  70. 4afc81c perf symbols: Load map before using map->map_ip() by Masami Hiramatsu · 11 years ago
  71. 578c03c perf symbols: Fix JIT symbol resolution on heap by Namhyung Kim · 11 years ago
  72. cc8fae1 perf script: Add an option to print the source line number by Adrian Hunter · 11 years ago
  73. 1d5077b perf annotate: Another fix for annotate_browser__callq() by Adrian Hunter · 11 years ago
  74. 4e98771 perf symbols: Add map_groups__find_ams() by Arnaldo Carvalho de Melo · 11 years ago
  75. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  76. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  77. 8e0cf96 perf symbols: Add support for reading from /proc/kcore by Adrian Hunter · 11 years ago
  78. 0131c4e perf tools: Make it possible to read object code from kernel modules by Adrian Hunter · 11 years ago
  79. 39b12f78 perf tools: Make it possible to read object code from vmlinux by Adrian Hunter · 11 years ago
  80. 89365e6 perf tools: Handle JITed code in shared memory by Andi Kleen · 12 years ago
  81. 8e16017d perf tools: Use memdup in map__clone by Arnaldo Carvalho de Melo · 12 years ago
  82. 237a7e0 perf tools: Stop using 'self' in map.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  83. d0528b5 perf tools: Add anonymous huge page recognition by Joshua Zhu · 12 years ago
  84. 69d2591 perf machine: Move more methods to machine.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  85. 1e82574 perf tools: Fix detection of stack area by Namhyung Kim · 12 years ago
  86. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  87. 29a0fc9 perf tools: Convert to LIBELF_SUPPORT by Namhyung Kim · 12 years ago
  88. 8f28f19 perf tools: Fix a compiling error in util/map.c by Feng Tang · 12 years ago
  89. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  90. 0f75a71 perf symbols: Remove unused function map__objdump_2ip by Cody P Schafer · 12 years ago
  91. 393be2e perf symbols: Support minimal build without libelf by Namhyung Kim · 12 years ago
  92. e5a1845 perf symbols: Split out util/symbol-elf.c by Namhyung Kim · 12 years ago
  93. c80c3c2 perf kvm: Limit repetitive guestmount message to once per directory by David Ahern · 12 years ago
  94. adb5d2a perf kvm: Fix bug resolving guest kernel syms by David Ahern · 12 years ago
  95. 5cd95c2 perf kvm: Set name for VM process in guest machine by David Ahern · 12 years ago
  96. 7ed97ad perf kvm: Fix segfault with report and mixed guestmount use by David Ahern · 12 years ago
  97. 31d68e7 perf annotate: Validate addr in symbol__inc_addr_samples by Arnaldo Carvalho de Melo · 13 years ago
  98. 0bc8d20 perf script: Add option resolving vmlinux path by Akihiro Nagai · 13 years ago
  99. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  100. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago