1. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  2. 7137ff5 perf symbols: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  3. 55ecd63 perf callchain: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  4. 40f3b2d perf namespaces: Remove namespaces.h from .h headers by Arnaldo Carvalho de Melo · 6 years ago
  5. 68c0188 perf symbols: Remove some unnecessary includes from symbol.h by Arnaldo Carvalho de Melo · 6 years ago
  6. b5c2161 perf dso: Export data_file_size() method there are no symbols by Adrian Hunter · 6 years ago
  7. fca5085 perf dso: Fix unchecked usage of strncpy() by Arnaldo Carvalho de Melo · 6 years ago
  8. b946cd3 perf tools: Remove ext from struct kmod_path by Jiri Olsa · 6 years ago
  9. 8b42b7e perf tools: Add is_compressed callback to compressions array by Jiri Olsa · 6 years ago
  10. c9a8a61 perf tools: Move the temp file processing into decompress_kmodule by Jiri Olsa · 6 years ago
  11. dde755a9 perf tools: Use compression id in decompress_kmodule() by Jiri Olsa · 6 years ago
  12. 2af5247 perf tools: Store compression id into struct dso by Jiri Olsa · 6 years ago
  13. 4b838b0 perf tools: Add compression id into 'struct kmod_path' by Jiri Olsa · 6 years ago
  14. e1e1394 perf tools: Make is_supported_compression() static by Jiri Olsa · 6 years ago
  15. 85e1d41 perf tools: Make decompress_to_file() function static by Jiri Olsa · 6 years ago
  16. d68a29c perf tools: Get rid of dso__needs_decompress() call in __open_dso() by Jiri Olsa · 6 years ago
  17. aef4fea perf tools: Fix symbol and object code resolution for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  18. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  19. 4c0d8d27 perf symbols: Using O_CLOEXEC in do_open by Wang YanQing · 7 years ago
  20. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 21ac9d5 perf report: Cache srclines for callchain nodes by Milian Wolff · 7 years ago
  23. 11ea251 perf callchain: Create real callchain entries for inlined frames by Milian Wolff · 7 years ago
  24. 0a7c74e perf tools: Provide mutex wrappers for pthreads rwlocks by Arnaldo Carvalho de Melo · 8 years ago
  25. c23c2a0 perf tools: Make copyfile_offset() static by Arnaldo Carvalho de Melo · 7 years ago
  26. d239699 perf buildid-cache: Cache debuginfo by Krister Johansen · 8 years ago
  27. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 8 years ago
  28. 843ff37 perf symbols: Find symbols in different mount namespace by Krister Johansen · 8 years ago
  29. 8ba29ad perf tools: Consolidate error path in __open_dso() by Namhyung Kim · 8 years ago
  30. 1d6b3c9 perf tools: Decompress kernel module when reading DSO data by Namhyung Kim · 8 years ago
  31. 42b3fa6 perf tools: Introduce dso__decompress_kmodule_{fd,path} by Namhyung Kim · 8 years ago
  32. 44ad6b8 perf tools: Fix a memory leak in __open_dso() by Namhyung Kim · 8 years ago
  33. 6b335e8 perf symbols: Set module info when build-id event found by Namhyung Kim · 8 years ago
  34. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  35. 611f0af perf tools: Add compress.h for the *_decompress_to_file() headers by Arnaldo Carvalho de Melo · 8 years ago
  36. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  37. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  38. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  39. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  40. 7100810 perf dso: Convert dso.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  41. 3f26b0c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. 0f5e155 scripts/spelling.txt: add "an one" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  43. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  44. 9343e45 perf unwind: Fix looking up dwarf unwind stack info by Matija Glavinic Pecotic · 8 years ago
  45. 3c028a0 perf symbols: Do not open device files by Jiri Olsa · 8 years ago
  46. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  47. f306924 perf tools: Allow to reset open files counter by Jiri Olsa · 9 years ago
  48. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  49. 6ae98ba perf symbols: Store vdso buildid unconditionally by He Kuang · 9 years ago
  50. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 9 years ago
  51. 4035672 perf symbols: Do not read symbols/data from device files by Jiri Olsa · 9 years ago
  52. 82de26a perf tools: Fix __dsos__addnew to put dso after adding it to the list by Masami Hiramatsu · 9 years ago
  53. e266a75 perf symbols: Fix dso lookup by long name and missing buildids by Adrian Hunter · 9 years ago
  54. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 10 years ago
  55. e880784 perf tools: Protect accesses the dso rbtrees/lists with a rw lock by Arnaldo Carvalho de Melo · 10 years ago
  56. 1f121b0 perf tools: Deal with kernel module names in '[]' correctly by Wang Nan · 10 years ago
  57. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 10 years ago
  58. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 10 years ago
  59. 459ce51 perf machine: Adopt findnew_kernel method by Arnaldo Carvalho de Melo · 10 years ago
  60. 4bb11d0 perf tools: Add dso__data_get/put_fd() by Namhyung Kim · 10 years ago
  61. e840238 perf tools: Get rid of dso__data_fd() from dso__data_size() by Namhyung Kim · 10 years ago
  62. 71ff824 perf tools: Fix dso__data_read_offset() file opening by Namhyung Kim · 10 years ago
  63. 33bdedc perf tools: Protect dso cache fd with a mutex by Namhyung Kim · 10 years ago
  64. 8e67b72 perf symbols: Protect dso cache tree using dso->lock by Namhyung Kim · 10 years ago
  65. 4a936ed perf symbols: Protect dso symbol loading using a mutex by Namhyung Kim · 10 years ago
  66. cfe9174 perf tools: Add member to struct dso for an instruction cache by Adrian Hunter · 10 years ago
  67. 18425f1 perf symbols: Save DSO loading errno to better report errors by Arnaldo Carvalho de Melo · 10 years ago
  68. 907fb50 perf tools: Remove is_kmodule_extension function by Jiri Olsa · 10 years ago
  69. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 10 years ago
  70. 8dee9ff11 perf tools: Use kmod_path__parse in is_kernel_module by Jiri Olsa · 10 years ago
  71. 701d8d7 perf tools: Add dsos__addnew function by Jiri Olsa · 10 years ago
  72. 3c8a67f perf tools: Add kmod_path__parse function by Jiri Olsa · 10 years ago
  73. 80a32e5b perf tools: Add lzma decompression support for kernel module by Jiri Olsa · 10 years ago
  74. dc6254c perf symbols: debuglink should take symfs option into account by Victor Kamensky · 10 years ago
  75. a3c0cc2 perf tools: Fix a dso open fail message by Namhyung Kim · 10 years ago
  76. c52686f perf symbols: Convert lseek + read to pread by Namhyung Kim · 10 years ago
  77. e92ce12 perf tools: Add gzip decompression support for kernel module by Namhyung Kim · 10 years ago
  78. c00c48f perf symbols: Preparation for compressed kernel module support by Namhyung Kim · 10 years ago
  79. 4598a0a perf symbols: Improve DSO long names lookup speed with rbtree by Waiman Long · 10 years ago
  80. 8fa7d87 perf symbols: Encapsulate dsos list head into struct dsos by Waiman Long · 10 years ago
  81. 6e81c74 perf util: Replace strerror with strerror_r for thread-safety by Masami Hiramatsu · 10 years ago
  82. 972f393 perf symbols: Make sure --symfs usage includes the path separator by Arnaldo Carvalho de Melo · 10 years ago
  83. 2b5b8bb perf tools: Add dso__type() by Adrian Hunter · 11 years ago
  84. 6d36345 perf tools: Add dso__data_size() by Adrian Hunter · 11 years ago
  85. 288be94 perf tools: Add dso__data_status_seen() by Adrian Hunter · 11 years ago
  86. c27697d perf tools: Record whether a dso has data by Adrian Hunter · 11 years ago
  87. a6f6ae9 perf tools: Fix incorrect fd error comparison by Adrian Hunter · 11 years ago
  88. c6d8f2a perf symbols: Record whether a dso is 64-bit by Adrian Hunter · 11 years ago
  89. c1f9aa0 perf tools: Add dso__data_* interface descriptons by Jiri Olsa · 11 years ago
  90. a08cae0 perf tools: Allow to close dso fd in case of open failure by Jiri Olsa · 11 years ago
  91. c3fbd2a perf tools: Add file size check and factor dso__data_read_offset by Jiri Olsa · 11 years ago
  92. c658045 perf tools: Cache dso data file descriptor by Jiri Olsa · 11 years ago
  93. bda6ee4 perf tools: Add global count of opened dso objects by Jiri Olsa · 11 years ago
  94. eba5102 perf tools: Add global list of opened dso objects by Jiri Olsa · 11 years ago
  95. 53fa8eaa perf tools: Add data_fd into dso object by Jiri Olsa · 11 years ago
  96. ca40e2a perf tools: Separate dso data related variables by Jiri Olsa · 11 years ago
  97. 0d3dc5e perf symbols: Check return value of filename__read_debuglink() by Stephane Eranian · 11 years ago
  98. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  99. 5f70619 perf symbols: Use consistent name for the DSO binary type member by Arnaldo Carvalho de Melo · 11 years ago
  100. ee4e962 perf symbols: Clarify method to get DSO binary_type filename by Arnaldo Carvalho de Melo · 11 years ago