1. cc169c7 perf buildid-cache: Use pr_debug instead of verbose && pr_info by Masami Hiramatsu · 9 years ago
  2. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 9 years ago
  3. 7335399 perf tools: Fix the bash completion problem of 'perf --*' by Yunlong Song · 9 years ago
  4. 5ef803e perf list: Extend raw-dump to certain kind of events by Yunlong Song · 9 years ago
  5. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 9 years ago
  6. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 9 years ago
  7. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 9 years ago
  8. 1611495 perf list: Allow listing events with 'tracepoint' prefix by Yunlong Song · 9 years ago
  9. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 9 years ago
  10. 1f924c2 perf data: Fix sentinel setting for data_cmds array by Yunlong Song · 9 years ago
  11. f56847c perf probe: Fix a precedence bug by He Kuang · 9 years ago
  12. 94ba462 perf diff: Support for different binaries by Kan Liang · 10 years ago
  13. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 9 years ago
  14. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 9 years ago
  15. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 9 years ago
  16. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 9 years ago
  17. 55d43bc perf trace: Fix SIGBUS failures due to misaligned accesses by David Ahern · 9 years ago
  18. 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
  19. e9e4e44 Merge tag 'v4.0-rc1' into perf/core, to refresh the tree by Ingo Molnar · 9 years ago
  20. 4861f87 perf tools: Make sparc64 arch point to sparc by David Ahern · 9 years ago
  21. e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 9 years ago
  22. a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 9 years ago
  23. 48536c9 perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag by Adrian Hunter · 9 years ago
  24. 54cf776 perf data: Add a 'perf' prefix to the generic fields by Sebastian Andrzej Siewior · 9 years ago
  25. edbe981 perf data: Add perf data to CTF conversion support by Jiri Olsa · 9 years ago
  26. 2245bf1 perf tools: Add new 'perf data' command by Jiri Olsa · 9 years ago
  27. 53d0a57 perf tools: Add feature check for libbabeltrace by Jiri Olsa · 9 years ago
  28. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 9 years ago
  29. 95a09cf perf tools: Fix pthread_attr_setaffinity_np build error by Adrian Hunter · 9 years ago
  30. 8eb7338 perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check by Josh Boyer · 10 years ago
  31. 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
  32. 4d08cb8 perf trace: Dump stack on segfaults by Arnaldo Carvalho de Melo · 9 years ago
  33. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 9 years ago
  34. 2808368 perf ordered_events: Stop using tool->ordered_events by Arnaldo Carvalho de Melo · 9 years ago
  35. e17fdae perf bench: Fix order of arguments to memcpy_alloc_mem by Bruce Merry · 10 years ago
  36. 9fa8727 perf session: Remove perf_session from dump_event by Arnaldo Carvalho de Melo · 9 years ago
  37. 313e53b perf session: Remove perf_session from some deliver event routines by Arnaldo Carvalho de Melo · 9 years ago
  38. ccda068 perf session: Remove perf_session from warn_errors signature by Arnaldo Carvalho de Melo · 9 years ago
  39. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 9 years ago
  40. 54245fd perf session: Remove wrappers to machines__find by Arnaldo Carvalho de Melo · 9 years ago
  41. ddbb1b1 perf trace: Separate routine that handles an event from the one that reads it by Arnaldo Carvalho de Melo · 9 years ago
  42. 77c9258 perf trace: Add man page entry for --event by Arnaldo Carvalho de Melo · 9 years ago
  43. f078c38 perf trace: Introduce --filter-pids by Arnaldo Carvalho de Melo · 9 years ago
  44. be199ad perf evlist: Introduce set_filter_pids method by Arnaldo Carvalho de Melo · 9 years ago
  45. 241b057 perf trace: Filter out the trace pid when no threads are specified by Arnaldo Carvalho de Melo · 9 years ago
  46. cfd70a2 perf evlist: Introduce set_filter_pid method by Arnaldo Carvalho de Melo · 9 years ago
  47. 0808921 perf trace: Only insert blank duration bracket when tracing syscalls by Arnaldo Carvalho de Melo · 9 years ago
  48. 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
  49. 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
  50. 384b605 perf tools: Construct LBR call chain by Kan Liang · 10 years ago
  51. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 10 years ago
  52. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  53. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  54. 18320f2 Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  55. c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
  56. 726f323 perf trace: Support --events foo:bar --no-syscalls by Arnaldo Carvalho de Melo · 10 years ago
  57. 14a052d perf trace: Allow mixing with other events by Arnaldo Carvalho de Melo · 10 years ago
  58. e596663 perf trace: Handle multiple threads better wrt syscalls being intermixed by Arnaldo Carvalho de Melo · 10 years ago
  59. 42052be perf trace: Print thread info when following children by Arnaldo Carvalho de Melo · 10 years ago
  60. 619a303 perf list: Place the header text in its right position by Yunlong Song · 10 years ago
  61. 3a03005 perf tools: Fix a bug of segmentation fault by Yunlong Song · 10 years ago
  62. 206ad06 tools/lguest: don't use legacy definitions for net device in example launcher. by Rusty Russell · 10 years ago
  63. 1e1c17a tools/lguest: use common error macros in the example launcher. by Rusty Russell · 10 years ago
  64. 17c56d6 tools/lguest: give virtqueues names for better error messages by Rusty Russell · 10 years ago
  65. d39a678 tools/lguest: more documentation and checking of virtio 1.0 compliance. by Rusty Russell · 10 years ago
  66. d761b03 tools/lguest: don't start devices until DRIVER_OK status set. by Rusty Russell · 10 years ago
  67. 3afe3e0 tools/lguest: handle indirect partway through chain. by Rusty Russell · 10 years ago
  68. c97eb67 tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 10 years ago
  69. 8dc425f tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 10 years ago
  70. b2ce1ea tools/lguest: rename virtio_pci_cfg_cap field to match spec. by Rusty Russell · 10 years ago
  71. 53aceb4 tools/lguest: fix features_accepted logic in example launcher. by Rusty Russell · 10 years ago
  72. d2dbdac tools/lguest: handle device reset correctly in example launcher. by Rusty Russell · 10 years ago
  73. ceed252 perf build: Display make commands on V=1 by Jiri Olsa · 10 years ago
  74. 9244e2c tools lib lockdep: Use tools build framework by Jiri Olsa · 10 years ago
  75. 2d58ab9 tools lib traceevent: Use tools build framework by Jiri Olsa · 10 years ago
  76. 285a8f2 tools lib api: Rename libapikfs.a to libapi.a by Jiri Olsa · 10 years ago
  77. b4f9166 tools lib api: Use tools build framework by Jiri Olsa · 10 years ago
  78. f819f70 perf build: Add build documentation by Jiri Olsa · 10 years ago
  79. db84866 perf build: Remove PERF-CFLAGS file by Jiri Olsa · 10 years ago
  80. 8e499ac perf build: Remove uneeded variables by Jiri Olsa · 10 years ago
  81. 64f72f3 perf build: Remove directory dependency rules by Jiri Olsa · 10 years ago
  82. 12df428 Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 10 years ago
  83. 1999307 perf build: Add single target build framework support by Jiri Olsa · 10 years ago
  84. 6d8e62c perf build: Add arch sparc objects building by Jiri Olsa · 10 years ago
  85. 61b0212 perf build: Add arch sh objects building by Jiri Olsa · 10 years ago
  86. 953bce8 perf build: Add arch s390 objects building by Jiri Olsa · 10 years ago
  87. 07a39e1 perf build: Add arch powerpc objects building by Jiri Olsa · 10 years ago
  88. 7db2161 perf build: Add arch arm64 objects building by Jiri Olsa · 10 years ago
  89. f6ff0e6 perf build: Add arch arm objects building by Jiri Olsa · 10 years ago
  90. 5e8c0fb perf build: Add arch x86 objects building by Jiri Olsa · 10 years ago
  91. cb4e67f perf build: Add perf.o object building by Jiri Olsa · 10 years ago
  92. 1571b69 perf build: Add zlib objects building by Jiri Olsa · 10 years ago
  93. 3bc3374 perf build: Add perf regs objects building by Jiri Olsa · 10 years ago
  94. c7355f8 perf build: Add scripts objects building by Jiri Olsa · 10 years ago
  95. 88aeea0 perf build: Add gtk objects building by Jiri Olsa · 10 years ago
  96. cf15c74 perf build: Add slang objects building by Jiri Olsa · 10 years ago
  97. 3b939a6 perf build: Add ui objects building by Jiri Olsa · 10 years ago
  98. b2e45c3 perf build: Add dwarf unwind objects building by Jiri Olsa · 10 years ago
  99. 8379fce perf build: Add dwarf objects building by Jiri Olsa · 10 years ago
  100. 709e679 perf build: Add probe objects building by Jiri Olsa · 10 years ago