1. b843f62 perf symbols: Accept symbols starting at address 0 by Arnaldo Carvalho de Melo · 8 years ago
  2. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  3. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  4. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  5. e7ede72 perf symbols: Fix symbols__fixup_end heuristic for corner cases by Daniel Borkmann · 8 years ago
  6. 9b20065 perf symbols: Take into account symfs setting when reading file build ID by Victor Kamensky · 8 years ago
  7. ed6c166 perf diff: Do not overwrite valid build id by Kan Liang · 8 years ago
  8. 64eff7d perf script: Add option to stop printing callchain by David Ahern · 8 years ago
  9. 3dbe46c perf record: Fix segfault when running with suid and kptr_restrict is 1 by Wang Nan · 8 years ago
  10. cd67f99 perf symbols: Add dso__last_symbol() by Adrian Hunter · 8 years ago
  11. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  12. 608c34d perf symbols: Mark if a symbol is idle in the library by Arnaldo Carvalho de Melo · 8 years ago
  13. 432746f perf symbols: Fixup symbol sizes before picking best ones by Arnaldo Carvalho de Melo · 8 years ago
  14. c97b40e perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too by Arnaldo Carvalho de Melo · 8 years ago
  15. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  16. ed7b630 perf symbols: Use proper dso name for is_regular_file by Jiri Olsa · 9 years ago
  17. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  18. 0141226 perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid by Masami Hiramatsu · 9 years ago
  19. 4e4b6c0 perf symbols: Cleanup the code flow of dso__find_kallsyms by Masami Hiramatsu · 9 years ago
  20. 11870d7 perf symbols: Introduce filename__readable to check readability by Masami Hiramatsu · 9 years ago
  21. 38272dc perf symbols: Check kptr_restrict for root by Wang Nan · 9 years ago
  22. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  23. 0a77582 perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE by Masami Hiramatsu · 9 years ago
  24. c48903b perf symbols: Use lsdir() for the search in kcore cache directory by Masami Hiramatsu · 9 years ago
  25. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 9 years ago
  26. ae93a6c perf symbols: Add dso__insert_symbol function by Chris Phlipot · 9 years ago
  27. 9c7b37c perf symbols: Fix handling of zero-length symbols. by Chris Phlipot · 9 years ago
  28. e02092b perf symbols: Allow loading kallsyms without considering kcore files by Arnaldo Carvalho de Melo · 9 years ago
  29. bfbba18 perf symbols: Move fprintf routines to separate object file by Arnaldo Carvalho de Melo · 9 years ago
  30. fd4be13 perf evsel: Allow unresolved symbol names to be printed as addresses by Arnaldo Carvalho de Melo · 9 years ago
  31. e7ee404 perf symbols: Fix symbols searching for module in buildid-cache by Wang Nan · 9 years ago
  32. 4035672 perf symbols: Do not read symbols/data from device files by Jiri Olsa · 9 years ago
  33. 40c4a0f perf symbols: Fix reading of build-id from vDSO by Ben Hutchings · 9 years ago
  34. 1e9abf8 perf report: Change default to use event group view by Namhyung Kim · 9 years ago
  35. f55ae95 perf symbols: Add the path to vmlinux.debug by Ekaterina Tumanova · 9 years ago
  36. aac4864 perf symbols: Refactor vmlinux_path__init() to ease path additions by Ekaterina Tumanova · 9 years ago
  37. 2059fc7 perf symbols: Allow forcing reading of non-root owned files by root by Arnaldo Carvalho de Melo · 9 years ago
  38. 866548d perf symbols: Rebuild rbtree when adjusting symbols for kcore by Adrian Hunter · 9 years ago
  39. 443f8c7 perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore by Jiri Olsa · 9 years ago
  40. 5baecbc perf symbols: we can now read separate debug-info files based on a build ID by Dima Kogan · 9 years ago
  41. dc38218 perf symbols: Try the .debug/ DSO cache as a last resort by Arnaldo Carvalho de Melo · 9 years ago
  42. 8e947f1 tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding by Arnaldo Carvalho de Melo · 9 years ago
  43. ce80d3b perf tools: Rename perf_session_env to perf_env by Kan Liang · 9 years ago
  44. c0b4dff perf annotate: Reset the dso find_symbol cache when removing symbols by Arnaldo Carvalho de Melo · 9 years ago
  45. 133de94 perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy by Adrian Hunter · 9 years ago
  46. b685ac2 perf symbols: Add front end cache for DSO symbol lookup by Arnaldo Carvalho de Melo · 9 years ago
  47. a11c51a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  48. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 9 years ago
  49. 0bc2f2f perf symbols: Store if there is a filter in place by Arnaldo Carvalho de Melo · 10 years ago
  50. 36c8bb5 perf symbols: Check access permission when reading symbol files by Li Zhang · 10 years ago
  51. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 10 years ago
  52. 9f2de31 perf machine: Fix up some more method names by Arnaldo Carvalho de Melo · 10 years ago
  53. 84c2caf perf tools: Reference count struct map by Arnaldo Carvalho de Melo · 10 years ago
  54. facf3f0 perf tools: Check if a map is still in use when deleting it by Arnaldo Carvalho de Melo · 10 years ago
  55. 6a2ffcd perf tools: Protect accesses the map rbtrees with a rw lock by Arnaldo Carvalho de Melo · 10 years ago
  56. 1eee78a perf tools: Introduce struct maps by Arnaldo Carvalho de Melo · 10 years ago
  57. 5bcaaca perf tools: Assign default value for some pointers by Martin Liška · 10 years ago
  58. 4bb7123d perf tools: Use maps__first()/map__next() by Arnaldo Carvalho de Melo · 10 years ago
  59. c4f0354 perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit by Wang Nan · 10 years ago
  60. 4a936ed perf symbols: Protect dso symbol loading using a mutex by Namhyung Kim · 10 years ago
  61. 031b84c perf probe ppc: Enable matching against dot symbols automatically by Naveen N. Rao · 10 years ago
  62. fb6d594 perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc by Naveen N. Rao · 10 years ago
  63. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 10 years ago
  64. e03eaa4 perf tools: Add pid/tid filtering to report and script commands by David Ahern · 10 years ago
  65. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  66. 18bd726 perf symbols: Introduce method to iterate symbols ordered by name by Arnaldo Carvalho de Melo · 10 years ago
  67. de48099 perf symbols: Return the first entry with a given name in find_by_name method by Namhyung Kim · 10 years ago
  68. 00dc865 perf record: Do not save pathname in ./debug/.build-id directory for vmlinux by Namhyung Kim · 10 years ago
  69. c00c48f perf symbols: Preparation for compressed kernel module support by Namhyung Kim · 10 years ago
  70. 2c241bd perf symbols: Make sym->end be the first address after the symbol range by Arnaldo Carvalho de Melo · 10 years ago
  71. eba8523 perf symbols: Fix map->end fixup by Arnaldo Carvalho de Melo · 10 years ago
  72. c657f42 perf symbols: Add path to Ubuntu kernel debuginfo file by Anton Blanchard · 10 years ago
  73. 763122a perf tools: Disable kernel symbol demangling by default by Avi Kivity · 10 years ago
  74. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  75. e96c674 perf symbols: Fix a memory leak in vmlinux_path__init() by Namhyung Kim · 10 years ago
  76. e0336ed perf tools: Add cpu_startup_entry to the list of kernel idle symbols by Arnaldo Carvalho de Melo · 10 years ago
  77. e7110b9 perf top: Don't look for kernel idle symbols in all DSOs by Arnaldo Carvalho de Melo · 10 years ago
  78. 972f393 perf symbols: Make sure --symfs usage includes the path separator by Arnaldo Carvalho de Melo · 10 years ago
  79. 9c00a81 perf symbols: Add ability to iterate over a dso's symbols by Adrian Hunter · 11 years ago
  80. bdac0bc perf symbols: Do not attempt to read data from kallsyms by Adrian Hunter · 11 years ago
  81. c6d8f2a perf symbols: Record whether a dso is 64-bit by Adrian Hunter · 11 years ago
  82. c830236 perf hists browser: Add ui.show-headers config file option by Jiri Olsa · 11 years ago
  83. e511db5 perf tools: Enable --children option by default by Namhyung Kim · 11 years ago
  84. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  85. 1029f9f perf symbols: Check compatible symtab type before loading dso by Namhyung Kim · 11 years ago
  86. 98e9f03 perf symbols: Destroy unused symsrcs by Namhyung Kim · 11 years ago
  87. c96626b perf symbols: No need to export dso__first_symbol by Arnaldo Carvalho de Melo · 11 years ago
  88. d9b62ab perf tools: Adjust kallsyms for relocated kernel by Adrian Hunter · 11 years ago
  89. a00d28c perf symbols: Prevent the use of kcore if the kernel has moved by Adrian Hunter · 11 years ago
  90. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  91. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  92. 5f70619 perf symbols: Use consistent name for the DSO binary type member by Arnaldo Carvalho de Melo · 11 years ago
  93. ee4e962 perf symbols: Clarify method to get DSO binary_type filename by Arnaldo Carvalho de Melo · 11 years ago
  94. c506c96 tools lib symbol: Start carving out symbol parsing routines from perf by Arnaldo Carvalho de Melo · 11 years ago
  95. bf4414a perf symbols: Constify dso->long_name by Arnaldo Carvalho de Melo · 11 years ago
  96. 7e155d4 perf symbols: Remove open coded management of long_name_allocated member by Arnaldo Carvalho de Melo · 11 years ago
  97. 5230fb7 perf symbols: Set alloc flag close to setting the long_name by Arnaldo Carvalho de Melo · 11 years ago
  98. c7282f2 perf symbols: Rename [sl]name_alloc to match the members they refer to by Arnaldo Carvalho de Melo · 11 years ago
  99. 0058aef perf symbols: Retain symbol source file name to lookup source line numbers by Adrian Hunter · 11 years ago
  100. 449867e perf symbols: Fix not finding kcore in buildid cache by Adrian Hunter · 11 years ago