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