1. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 9 years ago
  2. e880784 perf tools: Protect accesses the dso rbtrees/lists with a rw lock by Arnaldo Carvalho de Melo · 9 years ago
  3. 1f121b0 perf tools: Deal with kernel module names in '[]' correctly by Wang Nan · 9 years ago
  4. aa7cc2a perf machine: Introduce machine__findnew_dso() method by Arnaldo Carvalho de Melo · 9 years ago
  5. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 9 years ago
  6. 459ce51 perf machine: Adopt findnew_kernel method by Arnaldo Carvalho de Melo · 9 years ago
  7. 4bb11d0 perf tools: Add dso__data_get/put_fd() by Namhyung Kim · 9 years ago
  8. e840238 perf tools: Get rid of dso__data_fd() from dso__data_size() by Namhyung Kim · 9 years ago
  9. 71ff824 perf tools: Fix dso__data_read_offset() file opening by Namhyung Kim · 9 years ago
  10. 33bdedc perf tools: Protect dso cache fd with a mutex by Namhyung Kim · 9 years ago
  11. 8e67b72 perf symbols: Protect dso cache tree using dso->lock by Namhyung Kim · 9 years ago
  12. 4a936ed perf symbols: Protect dso symbol loading using a mutex by Namhyung Kim · 9 years ago
  13. cfe9174 perf tools: Add member to struct dso for an instruction cache by Adrian Hunter · 9 years ago
  14. 18425f1 perf symbols: Save DSO loading errno to better report errors by Arnaldo Carvalho de Melo · 9 years ago
  15. 907fb50 perf tools: Remove is_kmodule_extension function by Jiri Olsa · 9 years ago
  16. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 9 years ago
  17. 8dee9ff11 perf tools: Use kmod_path__parse in is_kernel_module by Jiri Olsa · 9 years ago
  18. 701d8d7 perf tools: Add dsos__addnew function by Jiri Olsa · 9 years ago
  19. 3c8a67f perf tools: Add kmod_path__parse function by Jiri Olsa · 9 years ago
  20. 80a32e5b perf tools: Add lzma decompression support for kernel module by Jiri Olsa · 9 years ago
  21. dc6254c perf symbols: debuglink should take symfs option into account by Victor Kamensky · 9 years ago
  22. a3c0cc2 perf tools: Fix a dso open fail message by Namhyung Kim · 9 years ago
  23. c52686f perf symbols: Convert lseek + read to pread by Namhyung Kim · 9 years ago
  24. e92ce12 perf tools: Add gzip decompression support for kernel module by Namhyung Kim · 10 years ago
  25. c00c48f perf symbols: Preparation for compressed kernel module support by Namhyung Kim · 10 years ago
  26. 4598a0a perf symbols: Improve DSO long names lookup speed with rbtree by Waiman Long · 10 years ago
  27. 8fa7d87 perf symbols: Encapsulate dsos list head into struct dsos by Waiman Long · 10 years ago
  28. 6e81c74 perf util: Replace strerror with strerror_r for thread-safety by Masami Hiramatsu · 10 years ago
  29. 972f393 perf symbols: Make sure --symfs usage includes the path separator by Arnaldo Carvalho de Melo · 10 years ago
  30. 2b5b8bb perf tools: Add dso__type() by Adrian Hunter · 10 years ago
  31. 6d36345 perf tools: Add dso__data_size() by Adrian Hunter · 10 years ago
  32. 288be94 perf tools: Add dso__data_status_seen() by Adrian Hunter · 10 years ago
  33. c27697d perf tools: Record whether a dso has data by Adrian Hunter · 10 years ago
  34. a6f6ae9 perf tools: Fix incorrect fd error comparison by Adrian Hunter · 10 years ago
  35. c6d8f2a perf symbols: Record whether a dso is 64-bit by Adrian Hunter · 10 years ago
  36. c1f9aa0 perf tools: Add dso__data_* interface descriptons by Jiri Olsa · 10 years ago
  37. a08cae0 perf tools: Allow to close dso fd in case of open failure by Jiri Olsa · 10 years ago
  38. c3fbd2a perf tools: Add file size check and factor dso__data_read_offset by Jiri Olsa · 10 years ago
  39. c658045 perf tools: Cache dso data file descriptor by Jiri Olsa · 10 years ago
  40. bda6ee4 perf tools: Add global count of opened dso objects by Jiri Olsa · 10 years ago
  41. eba5102 perf tools: Add global list of opened dso objects by Jiri Olsa · 10 years ago
  42. 53fa8eaa perf tools: Add data_fd into dso object by Jiri Olsa · 10 years ago
  43. ca40e2a perf tools: Separate dso data related variables by Jiri Olsa · 10 years ago
  44. 0d3dc5e perf symbols: Check return value of filename__read_debuglink() by Stephane Eranian · 10 years ago
  45. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  46. 5f70619 perf symbols: Use consistent name for the DSO binary type member by Arnaldo Carvalho de Melo · 11 years ago
  47. ee4e962 perf symbols: Clarify method to get DSO binary_type filename by Arnaldo Carvalho de Melo · 11 years ago
  48. 631d34b perf symbols: Remove needless static binary_type array by Arnaldo Carvalho de Melo · 11 years ago
  49. ac5e7f8 perf symbols: Fix bug in usage of the basename() function by Stephane Eranian · 11 years ago
  50. 7d2a512 perf symbols: Rename filename argument by Arnaldo Carvalho de Melo · 11 years ago
  51. 3344996 perf symbols: Constify some DSO methods parameters by Arnaldo Carvalho de Melo · 11 years ago
  52. ee021d4 perf symbols: Set freed members to NULL in dso destructor by Arnaldo Carvalho de Melo · 11 years ago
  53. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  54. 7e155d4 perf symbols: Remove open coded management of long_name_allocated member by Arnaldo Carvalho de Melo · 11 years ago
  55. 58a98c9 perf symbols: Remove open coded management of short_name_allocated member by Adrian Hunter · 11 years ago
  56. c7282f2 perf symbols: Rename [sl]name_alloc to match the members they refer to by Arnaldo Carvalho de Melo · 11 years ago
  57. 906049c8 perf tools: Do not disable source line lookup just because of 1 failure by Adrian Hunter · 11 years ago
  58. 0058aef perf symbols: Retain symbol source file name to lookup source line numbers by Adrian Hunter · 11 years ago
  59. 454ff00 perf symbols: Retain bfd reference to lookup source line numbers by Adrian Hunter · 11 years ago
  60. 2cc9d0e perf tools: Save failed result of get_srcline() by Namhyung Kim · 11 years ago
  61. 9cd0094 perf symbols: Support for Openembedded/Yocto -dbg packages by Ricardo Ribalda Delgado · 11 years ago
  62. 8e0cf96 perf symbols: Add support for reading from /proc/kcore by Adrian Hunter · 11 years ago
  63. 0131c4e perf tools: Make it possible to read object code from kernel modules by Adrian Hunter · 11 years ago
  64. 39b12f78 perf tools: Make it possible to read object code from vmlinux by Adrian Hunter · 11 years ago
  65. f9ceffb perf symbols: Fix vdso list searching by Waiman Long · 11 years ago
  66. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  67. 919d590 perf symbols: Fix dso__fprintf() print statement by Stephane Eranian · 12 years ago
  68. 69d2591 perf machine: Move more methods to machine.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  69. cdd059d perf tools: Move dso_* related functions into dso object by Jiri Olsa · 12 years ago