1. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  2. cb2ffae perf trace: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  3. dc5c819 perf timechart: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  4. 38520dc perf script: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  5. 0493410 perf sched: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  6. 6fd6c6b perf lock: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  7. 14d37f3 perf kvm: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  8. 2b2b2c6 perf kmem: Move session handling out of __cmd_kmem() by Namhyung Kim · 10 years ago
  9. 1cb8bdc perf inject: Move session handling out of __cmd_inject() by Namhyung Kim · 10 years ago
  10. e3ed75b perf buildid-cache: Move session handling into cmd_buildid_cache() by Namhyung Kim · 10 years ago
  11. fa10f31 perf annotate: Move session handling out of __cmd_annotate() by Namhyung Kim · 10 years ago
  12. e96c674 perf symbols: Fix a memory leak in vmlinux_path__init() by Namhyung Kim · 10 years ago
  13. 6cc870f perf script: Fix possible memory leaks by Namhyung Kim · 10 years ago
  14. f6edb53 perf tools: Prefer to use a cpu-wide event for probing CLOEXEC by Adrian Hunter · 10 years ago
  15. 46ec69a perf tools: Fix probing the kernel API with cpu-wide events by Adrian Hunter · 10 years ago
  16. c6fa356 perf tools: Fix one of the probe events to exclude kernel by Adrian Hunter · 10 years ago
  17. a5b0153 perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2 by Adrian Hunter · 10 years ago
  18. 86998dd perf trace: Add beautifier for mremap flags param by Alex Snast · 10 years ago
  19. 467ec08 perf probe: Fix --del option to delete events only with uprobe events by Masami Hiramatsu · 10 years ago
  20. 5e45187 perf probe: Fix --list option to show events only with uprobe events by Masami Hiramatsu · 10 years ago
  21. d5b4130 perf kvm: Fix stdin handling for 'kvm stat live' command by Jiri Olsa · 10 years ago
  22. 4a1a997 perf top: Setup signals for terminal output by Jiri Olsa · 10 years ago
  23. 9398c48 perf tools: Introduce set_term_quiet_input helper function by Jiri Olsa · 10 years ago
  24. ae256fa perf top: Join the display thread on exit by Jiri Olsa · 10 years ago
  25. e0336ed perf tools: Add cpu_startup_entry to the list of kernel idle symbols by Arnaldo Carvalho de Melo · 10 years ago
  26. e7110b9 perf top: Don't look for kernel idle symbols in all DSOs by Arnaldo Carvalho de Melo · 10 years ago
  27. 1a91eac 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
  28. d6a947f perf tools: Default to python version 2 by Thomas Ilsche · 10 years ago
  29. 038fa0b9 perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters due to EBUSY error by Jiri Olsa · 10 years ago
  30. 59dc9f2 perf tools: Fix column alignment when headers aren't shown on TUI by Namhyung Kim · 10 years ago
  31. 1ecd445 perf tools: Add name field into perf_hpp_fmt by Namhyung Kim · 10 years ago
  32. cf59002 perf top: Add -w option for setting column width by Namhyung Kim · 10 years ago
  33. 5b59166 perf report: Honor column width setting by Namhyung Kim · 10 years ago
  34. e0d66c7 perf tools: Save column length in perf_hpp_fmt by Namhyung Kim · 10 years ago
  35. d675107 perf tools: Make __hpp__fmt() receive an additional len argument by Namhyung Kim · 10 years ago
  36. 8246de8 perf tools: Left-align output contents by Namhyung Kim · 10 years ago
  37. 56c7d79 perf tools: Fix make PYTHON override by Namhyung Kim · 10 years ago
  38. 64c4090 perf kmem: Do not ignore mmap events by Namhyung Kim · 10 years ago
  39. 63914ac perf tools: Show better error message in case we fail to open counters due to EBUSY error by Jiri Olsa · 10 years ago
  40. b0a4520 perf tools: Allow out of order messages in forced flush by Jiri Olsa · 10 years ago
  41. cee3ab9 perf tools: Add debug prints for ordered events queue by Jiri Olsa · 10 years ago
  42. 94786b6 perf tools: Add report.queue-size config file option by Jiri Olsa · 10 years ago
  43. 94c0655 perf tools: Add perf_config_u64 function by Jiri Olsa · 10 years ago
  44. adc56ed perf tools: Add ordered_events__free function by Jiri Olsa · 10 years ago
  45. 36522f5 perf tools: Add ordered_events__init function by Jiri Olsa · 10 years ago
  46. fa4e5c6 perf tools: Use list_move in ordered_events_delete function by Jiri Olsa · 10 years ago
  47. 5f86b80 perf tools: Create ordered-events object by Jiri Olsa · 10 years ago
  48. 79a30fe perf tools: Make perf_session__deliver_event global by Jiri Olsa · 10 years ago
  49. d40b4a1 perf tools: Flush ordered events in case of allocation failure by Jiri Olsa · 10 years ago
  50. 8d99a6c perf tools: Limit ordered events queue size by Jiri Olsa · 10 years ago
  51. d8836b5 perf tools: Factor ordered_events__flush to be more generic by Jiri Olsa · 10 years ago
  52. c64c7e1 perf tools: Add ordered_events__(new|delete) interface by Jiri Olsa · 10 years ago
  53. fc12482 perf tools: Rename ordered_events members by Jiri Olsa · 10 years ago
  54. 37e39aa perf tools: Rename ordered_samples struct to ordered_events by Jiri Olsa · 10 years ago
  55. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  56. 8affc2b perf record: Honour --no-time command line option by Andi Kleen · 10 years ago
  57. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  58. 87b2d44 selftests: add memfd/sealing page-pinning tests by David Herrmann · 10 years ago
  59. 4f5ce5e selftests: add memfd_create() + sealing tests by David Herrmann · 10 years ago
  60. 8b6aaf6 tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition by Thierry Fauck · 10 years ago
  61. f536b3c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  62. 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  63. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  64. 49c68fd Merge branch 'pm-tools' by Rafael J. Wysocki · 10 years ago
  65. ae9b475 Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  66. 29b88e2 Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  67. 2521129 Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  68. ef35ad2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 5bda4f6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. c7ed326 Merge tag 'ktest-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 10 years ago
  71. b048a24 perf kvm stat: Properly show submicrosecond times by Christian Borntraeger · 10 years ago
  72. db181ce mnt: Add tests for unprivileged remount cases that have found to be faulty by Eric W. Biederman · 10 years ago
  73. 972f393 perf symbols: Make sure --symfs usage includes the path separator by Arnaldo Carvalho de Melo · 10 years ago
  74. 5f1c422 perf evlist: Don't run workload if not told to by Arnaldo Carvalho de Melo · 10 years ago
  75. 7d88574 perf tools: Fix arm64 build error by Mark Salter · 10 years ago
  76. 059802f cpupower: Remove redundant error check by Peter Senna Tschudin · 10 years ago
  77. 13f6de5 cpupower: bench: parse.c: Fix several minor errors by Rickard Strandqvist · 10 years ago
  78. 97fa1c5 cpupower: mperf monitor: Correct use of ! and & by Himangi Saraogi · 10 years ago
  79. 8578b89 Revert "perf tools: Fix jump label always changing during tracing" by Jiri Olsa · 10 years ago
  80. 78a1b50 perf tools: Fix perf usage string leftover by Jiri Olsa · 10 years ago
  81. 068f1d3 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
  82. 5030c69 Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes by Ingo Molnar · 10 years ago
  83. f929a46 selftests/powerpc: Add test of per-event excludes by Michael Ellerman · 10 years ago
  84. bd8bbd8 selftests/powerpc: Add a routine for retrieving an AUXV entry by Michael Ellerman · 10 years ago
  85. 985ac68 selftests/powerpc: Add cycles test with MMCR2 handling by Michael Ellerman · 10 years ago
  86. c418a67 selftests/powerpc: Dump MMCR2 as part of the EBB HW state by Michael Ellerman · 10 years ago
  87. 7d3fa96 selftests/powerpc: Count more instructions & use decimal by Michael Ellerman · 10 years ago
  88. 86450f2 selftests/powerpc: Count instructions under scheduler pressure by Michael Ellerman · 10 years ago
  89. 1feaa87 selftests/powerpc: Add test of L3 bank handling by Michael Ellerman · 10 years ago
  90. 6873def selftests/powerpc: Move core_busy_loop() into asm by Michael Ellerman · 10 years ago
  91. 6861b44 selftests/powerpc: Fix parse_proc_maps() by Michael Ellerman · 10 years ago
  92. cbfd7da selftests/powerpc: Don't ignore errors from sub Makefiles by Michael Ellerman · 10 years ago
  93. 92a1840 Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  94. dcabb50 perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty rounds by Jiri Olsa · 10 years ago
  95. 33bf748 perf record: Always force PERF_RECORD_FINISHED_ROUND event by Jiri Olsa · 10 years ago
  96. a7a2b8b perf inject: Add --kallsyms parameter by Adrian Hunter · 10 years ago
  97. 9b0d2d8 perf tools: Expose 'addr' functions so they can be reused by Adrian Hunter · 10 years ago
  98. f1dd1460 perf session: Fix accounting of ordered samples queue by Jiri Olsa · 10 years ago
  99. c94b93c perf powerpc: Include util/util.h and remove stringify macros by Sukadev Bhattiprolu · 10 years ago
  100. 0524798 perf tools: Fix build on gcc 4.4.7 by Arnaldo Carvalho de Melo · 10 years ago