1. 9bce13e perf record: Disable debuginfod by default by Jiri Olsa · 3 years, 1 month ago
  2. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
  3. e8a2061 perf buildid-cache: Add --debuginfod option to specify a server to fetch debug files by Jiri Olsa · 4 years ago
  4. bf54116 perf tools: Pass build_id object to build_id__sprintf() by Jiri Olsa · 4 years, 3 months ago
  5. f766819 perf tools: Pass build_id object to filename__read_build_id() by Jiri Olsa · 4 years, 3 months ago
  6. 0aba7f0 perf tools: Use build_id object in dso by Jiri Olsa · 4 years, 3 months ago
  7. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  8. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  9. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  10. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  11. efa73d3 perf tools: Remove needless util.h include from builtin.h by Arnaldo Carvalho de Melo · 5 years ago
  12. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  13. d8ed87b perf buildid-cache: Warn --purge-all failures by Ravi Bangoria · 7 years ago
  14. 9a73c30 perf buildid-cache: Support --purge-all option by Ravi Bangoria · 7 years ago
  15. 8e1e0d7 perf buildid-cache: Support --list option by Ravi Bangoria · 7 years ago
  16. 4359dd8 perf buildid-cache: Update help text for purge command by Thomas-Mich Richter · 7 years ago
  17. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  20. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  21. d239699 perf buildid-cache: Cache debuginfo by Krister Johansen · 7 years ago
  22. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 7 years ago
  23. b843f62 perf symbols: Accept symbols starting at address 0 by Arnaldo Carvalho de Melo · 8 years ago
  24. c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
  25. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  26. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  27. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  28. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  29. e144655 perf session: Destructors should accept NULL by Arnaldo Carvalho de Melo · 9 years ago
  30. 0a77582 perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE by Masami Hiramatsu · 9 years ago
  31. 37b2015 perf tools: Move timestamp creation to util by Wang Nan · 9 years ago
  32. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  33. 0b5a793 perf buildid: Introduce sysfs/filename__sprintf_build_id by Masami Hiramatsu · 9 years ago
  34. d77fac7 perf buildid: Use SBUILD_ID_SIZE macro by Masami Hiramatsu · 9 years ago
  35. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 9 years ago
  36. 0497d0a perf buildid-cache: Show usage with incorrect params by Masami Hiramatsu · 10 years ago
  37. cc169c7 perf buildid-cache: Use pr_debug instead of verbose && pr_info by Masami Hiramatsu · 10 years ago
  38. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 10 years ago
  39. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 10 years ago
  40. e35f736 perf buildid-cache: Remove unneeded debugdir parameters by Masami Hiramatsu · 10 years ago
  41. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  42. eec5a68 perf buildid cache: Fix -a segfault related to kcore handling by Jiri Olsa · 10 years ago
  43. 498922a perf buildid-cache: Remove extra debugdir variables by Jiri Olsa · 10 years ago
  44. 340481ad perf buildid-cache: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  45. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  46. e3ed75b perf buildid-cache: Move session handling into cmd_buildid_cache() by Namhyung Kim · 10 years ago
  47. 5173fbb perf buildid-cache: Apply force option to copying kcore by Adrian Hunter · 10 years ago
  48. d3b7022 perf buildid-cache: Check relocation when checking for existing kcore by Adrian Hunter · 11 years ago
  49. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  50. fc1b691 perf buildid-cache: Add ability to add kcore to the cache by Adrian Hunter · 11 years ago
  51. eeb4984 perf buildid-cache: Add --update option by Namhyung Kim · 12 years ago
  52. fbb6976 perf buildid-cache: Add option to show build ids that are missing in the cache by Arnaldo Carvalho de Melo · 12 years ago
  53. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  54. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  55. 472cc83 perf buildid-cache: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  56. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  57. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  58. 45de34b perf buildid: add perfconfig option to specify buildid cache dir by Stephane Eranian · 15 years ago
  59. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  60. ef12a14 perf buildid-cache: Add new command to manage build-id cache by Arnaldo Carvalho de Melo · 15 years ago