1. a78604d perf probe: Fix possible double free on error by He Kuang · 9 years ago
  2. 443a705 perf tools: Output feature detection's gcc output to a file by Arnaldo Carvalho de Melo · 9 years ago
  3. 19a9df3 perf build: Fix libbabeltrace detection by Jiri Olsa · 9 years ago
  4. e578da3 perf probe: Allow weak symbols to be probed by Namhyung Kim · 9 years ago
  5. 680d926 perf symbols: Allow symbol alias when loading map for symbol name by Namhyung Kim · 9 years ago
  6. 0687eba Revert "perf probe: Fix to fall back to find probe point in symbols" by Masami Hiramatsu · 9 years ago
  7. 811dd2a perf probe: Fix --line to handle aliased symbols in glibc by Masami Hiramatsu · 9 years ago
  8. 9b118ac perf probe: Fix to handle aliased symbols in glibc by Masami Hiramatsu · 9 years ago
  9. 4a6b362 perf ordered_events: Adopt queue() method by Arnaldo Carvalho de Melo · 9 years ago
  10. 01fbc1f perf tools: Remove superfluous thread->comm_set setting by Jiri Olsa · 9 years ago
  11. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 9 years ago
  12. d10eb1e perf ordered_events: Allow tools to specify a deliver method by Arnaldo Carvalho de Melo · 9 years ago
  13. b8ea351 Revert "cpupower Makefile change to help run the tool without 'make install'" by Josh Boyer · 9 years ago
  14. 9a0b574 selftests/exec: Check if the syscall exists and bail if not by Michael Ellerman · 9 years ago
  15. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  16. fa713a4e perf ordered_events: Untangle from perf_session by Arnaldo Carvalho de Melo · 9 years ago
  17. e678fef Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  18. 3995614 perf annotate: Fix fallback to unparsed disassembler line by Arnaldo Carvalho de Melo · 9 years ago
  19. ae536ac perf sched: No need to keep the session around by Arnaldo Carvalho de Melo · 9 years ago
  20. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  21. 10d6dfc Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 9 years ago
  22. 543d976 perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test by Adrian Hunter · 9 years ago
  23. 0104fe6 perf probe: Remove bias offset to find probe point by address by Masami Hiramatsu · 9 years ago
  24. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 9 years ago
  25. de5349f perf tools: Improve 'libbabel' feature check failure message by Ingo Molnar · 9 years ago
  26. b49f1a4 perf tools: Improve feature test debuggability by Ingo Molnar · 9 years ago
  27. 0189d7c perf tools: Improve libbfd detection message by Ingo Molnar · 9 years ago
  28. a954e68 perf tools: Improve libperl detection message by Ingo Molnar · 9 years ago
  29. 6c5aa23 perf tools: Improve Python feature detection messages by Ingo Molnar · 9 years ago
  30. a6a76ba perf tools: Remove annoying extra message from the features build by Ingo Molnar · 9 years ago
  31. 97fe925 perf tools: Add PERF-FEATURES to the .gitignore file by Ingo Molnar · 9 years ago
  32. 9a75606 perf record: Document --group option by Namhyung Kim · 9 years ago
  33. 08b23f4 perf record: Get rid of -l option from Documentation by Namhyung Kim · 9 years ago
  34. b11db65 perf tools: Fix build error on ARCH=i386/x86_64/sparc64 by Namhyung Kim · 9 years ago
  35. 4aa5f4f perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads by Arnaldo Carvalho de Melo · 9 years ago
  36. 3b4331d perf stat: Report unsupported events properly by Suzuki K. Poulose · 9 years ago
  37. c65568c perf tools: Compare JOBS to 0 after grep by David Ahern · 9 years ago
  38. ecefde6 perf tools: Only include tsc file for x86 by David Ahern · 9 years ago
  39. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 9 years ago
  40. d7b48fe Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  41. 986ffe0 tools/thermal: tmon: silence 'set but not used' warnings by Brian Norris · 9 years ago
  42. 96a0d99 tools/thermal: tmon: use pkg-config to determine library dependencies by Brian Norris · 9 years ago
  43. 1b0eaa2 tools/thermal: tmon: support cross-compiling by Brian Norris · 9 years ago
  44. 3dc3712 tools/thermal: tmon: add .gitignore by Brian Norris · 9 years ago
  45. 3bbcc52 tools/thermal: tmon: fixup tui windowing calculations by Brian Norris · 9 years ago
  46. 0e7b766 tools/thermal: tmon: tui: don't hard-code dialog window size assumptions by Brian Norris · 9 years ago
  47. a90b6b00 tools/thermal: tmon: add min/max macros by Brian Norris · 9 years ago
  48. 4cc32cb tools/thermal: tmon: add --target-temp parameter by Brian Norris · 9 years ago
  49. fefd2d9 perf report: Fix branch stack mode cannot be set by He Kuang · 9 years ago
  50. 0497d0a perf buildid-cache: Show usage with incorrect params by Masami Hiramatsu · 9 years ago
  51. cc169c7 perf buildid-cache: Use pr_debug instead of verbose && pr_info by Masami Hiramatsu · 9 years ago
  52. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 9 years ago
  53. 7335399 perf tools: Fix the bash completion problem of 'perf --*' by Yunlong Song · 9 years ago
  54. 5ef803e perf list: Extend raw-dump to certain kind of events by Yunlong Song · 9 years ago
  55. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 9 years ago
  56. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 9 years ago
  57. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 9 years ago
  58. 1611495 perf list: Allow listing events with 'tracepoint' prefix by Yunlong Song · 9 years ago
  59. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 9 years ago
  60. 1f924c2 perf data: Fix sentinel setting for data_cmds array by Yunlong Song · 9 years ago
  61. f56847c perf probe: Fix a precedence bug by He Kuang · 9 years ago
  62. 94ba462 perf diff: Support for different binaries by Kan Liang · 9 years ago
  63. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 9 years ago
  64. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 9 years ago
  65. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 9 years ago
  66. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 9 years ago
  67. 55d43bca perf trace: Fix SIGBUS failures due to misaligned accesses by David Ahern · 9 years ago
  68. 0afb170 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  69. e9e4e44 Merge tag 'v4.0-rc1' into perf/core, to refresh the tree by Ingo Molnar · 9 years ago
  70. 4861f87 perf tools: Make sparc64 arch point to sparc by David Ahern · 9 years ago
  71. e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 9 years ago
  72. a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 9 years ago
  73. 48536c9 perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag by Adrian Hunter · 9 years ago
  74. 54cf776 perf data: Add a 'perf' prefix to the generic fields by Sebastian Andrzej Siewior · 9 years ago
  75. edbe981 perf data: Add perf data to CTF conversion support by Jiri Olsa · 9 years ago
  76. 2245bf1 perf tools: Add new 'perf data' command by Jiri Olsa · 9 years ago
  77. 53d0a57 perf tools: Add feature check for libbabeltrace by Jiri Olsa · 9 years ago
  78. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 9 years ago
  79. 95a09cf perf tools: Fix pthread_attr_setaffinity_np build error by Adrian Hunter · 9 years ago
  80. 8eb7338 perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check by Josh Boyer · 9 years ago
  81. 5067406 perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is asked by Arnaldo Carvalho de Melo · 9 years ago
  82. 4d08cb8 perf trace: Dump stack on segfaults by Arnaldo Carvalho de Melo · 9 years ago
  83. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 9 years ago
  84. 2808368 perf ordered_events: Stop using tool->ordered_events by Arnaldo Carvalho de Melo · 9 years ago
  85. e17fdae perf bench: Fix order of arguments to memcpy_alloc_mem by Bruce Merry · 9 years ago
  86. 9fa8727 perf session: Remove perf_session from dump_event by Arnaldo Carvalho de Melo · 9 years ago
  87. 313e53b perf session: Remove perf_session from some deliver event routines by Arnaldo Carvalho de Melo · 9 years ago
  88. ccda068 perf session: Remove perf_session from warn_errors signature by Arnaldo Carvalho de Melo · 9 years ago
  89. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 9 years ago
  90. 54245fd perf session: Remove wrappers to machines__find by Arnaldo Carvalho de Melo · 9 years ago
  91. ddbb1b1 perf trace: Separate routine that handles an event from the one that reads it by Arnaldo Carvalho de Melo · 9 years ago
  92. 77c9258 perf trace: Add man page entry for --event by Arnaldo Carvalho de Melo · 9 years ago
  93. f078c38 perf trace: Introduce --filter-pids by Arnaldo Carvalho de Melo · 9 years ago
  94. be199ad perf evlist: Introduce set_filter_pids method by Arnaldo Carvalho de Melo · 9 years ago
  95. 241b057 perf trace: Filter out the trace pid when no threads are specified by Arnaldo Carvalho de Melo · 9 years ago
  96. cfd70a2 perf evlist: Introduce set_filter_pid method by Arnaldo Carvalho de Melo · 9 years ago
  97. 0808921 perf trace: Only insert blank duration bracket when tracing syscalls by Arnaldo Carvalho de Melo · 9 years ago
  98. 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 · 9 years ago
  99. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  100. 384b605 perf tools: Construct LBR call chain by Kan Liang · 9 years ago