1. 32a4742 perf build-id: Fix memory leak in print_sdt_events() by Changbin Du · 6 years ago
  2. da1a974e perf buildid: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  3. f965520 perf probe: Increase debug level of SDT debug messages by Adrian Hunter · 8 years ago
  4. a598180 perf probe: Support @BUILDID or @FILE suffix for SDT events by Masami Hiramatsu · 8 years ago
  5. c3492a3 perf probe: Make --list show only available cached events by Masami Hiramatsu · 8 years ago
  6. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 8 years ago
  7. 6430a94 perf buildid-cache: Scan and import user SDT events to probe cache by Masami Hiramatsu · 8 years ago
  8. 1f3736c perf probe: Show all cached probes by Masami Hiramatsu · 8 years ago
  9. 4698b8b perf buildid: Rename and export build_id_cache__cachedir() by Masami Hiramatsu · 8 years ago
  10. c58c49a perf tools: Fix crash in build_id_cache__kallsyms_path() by Wang Nan · 8 years ago
  11. 0141226 perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid by Masami Hiramatsu · 8 years ago
  12. 6ae98ba perf symbols: Store vdso buildid unconditionally by He Kuang · 8 years ago
  13. d65444d perf buildid-cache: Use lsdir() for looking up buildid caches by Masami Hiramatsu · 8 years ago
  14. 70a2cba perf buildid: Fix off-by-one in write_buildid() by Andrey Ryabinin · 8 years ago
  15. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  16. e7ee404 perf symbols: Fix symbols searching for module in buildid-cache by Wang Nan · 9 years ago
  17. fd786fa perf buildid: Fix cpumode of buildid event by Wang Nan · 9 years ago
  18. 7375e15 perf buildid-list: Show running kernel build id fix by Michael Petlan · 9 years ago
  19. 1216b65 perf buildid-list: Requires ordered events by Adrian Hunter · 9 years ago
  20. 0b5a793 perf buildid: Introduce sysfs/filename__sprintf_build_id by Masami Hiramatsu · 9 years ago
  21. d77fac7 perf buildid: Use SBUILD_ID_SIZE macro by Masami Hiramatsu · 9 years ago
  22. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 9 years ago
  23. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 9 years ago
  24. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  25. 5e78c69 perf buildid-list: Fix segfault when show DSOs with hits by He Kuang · 9 years ago
  26. 0635b0f perf tools: Fix race in build_id_cache__add_s() by Milos Vyletel · 10 years ago
  27. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 10 years ago
  28. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 10 years ago
  29. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 10 years ago
  30. 5cb113f perf buildid-cache: Consolidate .build-id cache path generators by Masami Hiramatsu · 10 years ago
  31. e35f736 perf buildid-cache: Remove unneeded debugdir parameters by Masami Hiramatsu · 10 years ago
  32. 498922a perf buildid-cache: Remove extra debugdir variables by Jiri Olsa · 10 years ago
  33. 73c5d22 perf build-id: Move disable_buildid_cache() to util/build-id.c by Namhyung Kim · 10 years ago
  34. e195fac perf build-id: Move build-id related functions to util/build-id.c by Namhyung Kim · 10 years ago
  35. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  36. 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 10 years ago
  37. 3344996 perf symbols: Constify some DSO methods parameters by Arnaldo Carvalho de Melo · 11 years ago
  38. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  39. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  40. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  41. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  42. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  43. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  44. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  45. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  46. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  47. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  48. 299c345 perf buildid-list: Work better with pipe mode by Stephane Eranian · 12 years ago
  49. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  50. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  51. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  52. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  53. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
  54. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  55. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  56. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  57. 591765f perf tools: Release thread resources on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  58. 45de34b perf buildid: add perfconfig option to specify buildid cache dir by Stephane Eranian · 14 years ago
  59. b36f19d perf annotate: Use build-ids to find the right DSO by Arnaldo Carvalho de Melo · 14 years ago
  60. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  61. 7b2567c perf build-id: Move the routine to find DSOs with hits to the lib by Arnaldo Carvalho de Melo · 15 years ago