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