1. 914f85c perf tools: Use kmod_path__parse in decompress_kmodule by Jiri Olsa · 10 years ago
  2. bb58a8a perf tools: Use kmod_path__parse in map_groups__set_modules_path_dir by Jiri Olsa · 10 years ago
  3. ca33380 perf tools: Use kmod_path__parse for machine__new_dso by Jiri Olsa · 10 years ago
  4. da17ea3 perf tools: Add machine__module_dso function by Jiri Olsa · 10 years ago
  5. 701d8d7 perf tools: Add dsos__addnew function by Jiri Olsa · 10 years ago
  6. 3c8a67f perf tools: Add kmod_path__parse function by Jiri Olsa · 10 years ago
  7. 80a32e5b perf tools: Add lzma decompression support for kernel module by Jiri Olsa · 10 years ago
  8. 0560a0c perf probe: Fix failure to add multiple probes without debuginfo by He Kuang · 10 years ago
  9. 0635b0f perf tools: Fix race in build_id_cache__add_s() by Milos Vyletel · 10 years ago
  10. 0c8c207 perf report: Don't allow empty argument for '-t'. by Wang Nan · 10 years ago
  11. 303cb89 perf callchain: Separate eh/debug frame offset cache. by Wang Nan · 10 years ago
  12. d5dbc51 perf hists browser: Allow annotating entries in callchains by Arnaldo Carvalho de Melo · 10 years ago
  13. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 10 years ago
  14. 6936472 perf data: Add tracepoint events fields CTF conversion support by Sebastian Andrzej Siewior · 10 years ago
  15. 6d4a489 perf probe: Fix compiles due to declarations using perf_probe_point by David Ahern · 10 years ago
  16. a8cd1f4 perf hists browser: Fix UI bug after zoom into thread/dso/symbol by He Kuang · 10 years ago
  17. a78604d perf probe: Fix possible double free on error by He Kuang · 10 years ago
  18. e578da3 perf probe: Allow weak symbols to be probed by Namhyung Kim · 10 years ago
  19. 680d926 perf symbols: Allow symbol alias when loading map for symbol name by Namhyung Kim · 10 years ago
  20. 0687eba Revert "perf probe: Fix to fall back to find probe point in symbols" by Masami Hiramatsu · 10 years ago
  21. 811dd2a perf probe: Fix --line to handle aliased symbols in glibc by Masami Hiramatsu · 10 years ago
  22. 9b118ac perf probe: Fix to handle aliased symbols in glibc by Masami Hiramatsu · 10 years ago
  23. 4a6b362 perf ordered_events: Adopt queue() method by Arnaldo Carvalho de Melo · 10 years ago
  24. 01fbc1f perf tools: Remove superfluous thread->comm_set setting by Jiri Olsa · 10 years ago
  25. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 10 years ago
  26. d10eb1e perf ordered_events: Allow tools to specify a deliver method by Arnaldo Carvalho de Melo · 10 years ago
  27. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  28. fa713a4e perf ordered_events: Untangle from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  29. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 10 years ago
  30. 0104fe6 perf probe: Remove bias offset to find probe point by address by Masami Hiramatsu · 10 years ago
  31. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 10 years ago
  32. 4aa5f4f perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads by Arnaldo Carvalho de Melo · 10 years ago
  33. ecefde6 perf tools: Only include tsc file for x86 by David Ahern · 10 years ago
  34. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 10 years ago
  35. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 10 years ago
  36. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 10 years ago
  37. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 10 years ago
  38. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 10 years ago
  39. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 10 years ago
  40. f56847c perf probe: Fix a precedence bug by He Kuang · 10 years ago
  41. 94ba462 perf diff: Support for different binaries by Kan Liang · 10 years ago
  42. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 10 years ago
  43. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 10 years ago
  44. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 10 years ago
  45. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 10 years ago
  46. e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 10 years ago
  47. a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 10 years ago
  48. 48536c9 perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag by Adrian Hunter · 10 years ago
  49. 54cf776 perf data: Add a 'perf' prefix to the generic fields by Sebastian Andrzej Siewior · 10 years ago
  50. edbe981 perf data: Add perf data to CTF conversion support by Jiri Olsa · 10 years ago
  51. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 10 years ago
  52. 5067406 perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is asked by Arnaldo Carvalho de Melo · 10 years ago
  53. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 10 years ago
  54. 2808368 perf ordered_events: Stop using tool->ordered_events by Arnaldo Carvalho de Melo · 10 years ago
  55. 9fa8727 perf session: Remove perf_session from dump_event by Arnaldo Carvalho de Melo · 10 years ago
  56. 313e53b perf session: Remove perf_session from some deliver event routines by Arnaldo Carvalho de Melo · 10 years ago
  57. ccda068 perf session: Remove perf_session from warn_errors signature by Arnaldo Carvalho de Melo · 10 years ago
  58. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  59. 54245fd perf session: Remove wrappers to machines__find by Arnaldo Carvalho de Melo · 10 years ago
  60. be199ad perf evlist: Introduce set_filter_pids method by Arnaldo Carvalho de Melo · 10 years ago
  61. cfd70a2 perf evlist: Introduce set_filter_pid method by Arnaldo Carvalho de Melo · 10 years ago
  62. 8a26ce4 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
  63. 384b605 perf tools: Construct LBR call chain by Kan Liang · 10 years ago
  64. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 10 years ago
  65. 619a303 perf list: Place the header text in its right position by Yunlong Song · 10 years ago
  66. 3a03005 perf tools: Fix a bug of segmentation fault by Yunlong Song · 10 years ago
  67. 285a8f2 tools lib api: Rename libapikfs.a to libapi.a by Jiri Olsa · 10 years ago
  68. 1999307 perf build: Add single target build framework support by Jiri Olsa · 10 years ago
  69. 1571b69 perf build: Add zlib objects building by Jiri Olsa · 10 years ago
  70. 3bc3374 perf build: Add perf regs objects building by Jiri Olsa · 10 years ago
  71. c7355f8 perf build: Add scripts objects building by Jiri Olsa · 10 years ago
  72. b2e45c3 perf build: Add dwarf unwind objects building by Jiri Olsa · 10 years ago
  73. 8379fce perf build: Add dwarf objects building by Jiri Olsa · 10 years ago
  74. 709e679 perf build: Add probe objects building by Jiri Olsa · 10 years ago
  75. 9352aab perf build: Add libperf objects building by Jiri Olsa · 10 years ago
  76. 885e00b perf tools: Remove api fs object from python build by Jiri Olsa · 10 years ago
  77. 5cb113f perf buildid-cache: Consolidate .build-id cache path generators by Masami Hiramatsu · 10 years ago
  78. e35f736 perf buildid-cache: Remove unneeded debugdir parameters by Masami Hiramatsu · 10 years ago
  79. 4e31050 perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older. by Vinson Lee · 10 years ago
  80. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  81. 5693c92 perf tools: Do not check debugfs MAGIC for tracing files by Steven Rostedt (Red Hat) · 10 years ago
  82. 20f86fc perf evlist: Fix typo in comment by Arnaldo Carvalho de Melo · 10 years ago
  83. aa1aac1 perf tools: Introduce event_format__fprintf method by Arnaldo Carvalho de Melo · 10 years ago
  84. dc6254c perf symbols: debuglink should take symfs option into account by Victor Kamensky · 10 years ago
  85. 4886f2c perf symbols: Ignore mapping symbols on aarch64 by Victor Kamensky · 10 years ago
  86. e1ecbbc perf probe: Fix to handle optimized not-inlined functions by Masami Hiramatsu · 10 years ago
  87. a3c0cc2 perf tools: Fix a dso open fail message by Namhyung Kim · 10 years ago
  88. c52686f perf symbols: Convert lseek + read to pread by Namhyung Kim · 10 years ago
  89. 0b064f4 perf symbols: Support to read compressed module from build-id cache by Namhyung Kim · 10 years ago
  90. 62e503b perf evsel: Set attr.task bit for a tracking event by Namhyung Kim · 10 years ago
  91. f791397 perf header: Set header version correctly by Namhyung Kim · 10 years ago
  92. 4ac30cf perf tools: Do not use __perf_session__process_events() directly by Namhyung Kim · 10 years ago
  93. f1f13af perf callchain: Cache eh/debug frame offset for dwarf unwind by Namhyung Kim · 10 years ago
  94. 8d9cbd8 perf evsel: Don't rely on malloc working for sz 0 by Vineet Gupta · 10 years ago
  95. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
  96. e2726d9 tools lib fs: Adopt debugfs open strerrno method by Arnaldo Carvalho de Melo · 10 years ago
  97. 87bbdf7 perf tools: Pass struct perf_hpp_fmt to its callbacks by Namhyung Kim · 10 years ago
  98. 5594b55 perf tools: Allow use of an exclusive option more than once by Namhyung Kim · 10 years ago
  99. aaea361 perf tools: Extend format_alias() to include event parameters by Cody P Schafer · 10 years ago
  100. 688d4df perf tools: Support parsing parameterized events by Cody P Schafer · 10 years ago