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