1. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  2. 476d35c perf annotate: Set the machines symbol filter by Adrian Hunter · 11 years ago
  3. 2d8cc68 perf mem: Remove unused symbol filter member by Adrian Hunter · 11 years ago
  4. b868171 perf report: Set the machines symbol filter by Adrian Hunter · 11 years ago
  5. 36035f7 perf top: Set the machines symbol filter by Adrian Hunter · 11 years ago
  6. 611a5ce perf machine: Add symbol filter to struct machine by Adrian Hunter · 11 years ago
  7. 93ea01c perf session: Change perf_session__has_traces to actually check for tracepoints by David Ahern · 11 years ago
  8. 307cbb9 perf evsel: Add option to limit stack depth in callchain dumps by David Ahern · 11 years ago
  9. b0b35f0 perf evsel: Add option to print stack trace on single line by David Ahern · 11 years ago
  10. a6ffaf9 perf tool: Simplify options to perf_evsel__print_ip by David Ahern · 11 years ago
  11. cb62750 perf sched: Remove sched_process_fork tracepoint by David Ahern · 11 years ago
  12. 4a957e4 perf sched: Remove sched_process_exit tracepoint by David Ahern · 11 years ago
  13. ffb273d perf sched: Remove thread lookup in sample handler by David Ahern · 11 years ago
  14. ad9def7 perf sched: Simplify arguments to read_events by David Ahern · 11 years ago
  15. 9a6d316 perf kvm: Update documentation with live command by David Ahern · 11 years ago
  16. 70f7b4a perf kvm: Option to print events that exceed a duration by David Ahern · 11 years ago
  17. 0a3d23a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  18. cecb977 Revert "tools lib lk: Fix for cross build" by Joonsoo Kim · 11 years ago
  19. 8f76fcd perf machine: Do not require /lib/modules/* on a guest by Jason Wessel · 11 years ago
  20. c9ee780 perf tests: Add tests of new pinned modifier by Michael Ellerman · 11 years ago
  21. e9a7c41 perf tools: Add support for pinned modifier by Michael Ellerman · 11 years ago
  22. d50bf78 perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop by Namhyung Kim · 11 years ago
  23. 2e73f00 perf kvm stat report: Add option to analyze specific VM by David Ahern · 11 years ago
  24. 62d04db perf kvm: Add min and max stats to display by David Ahern · 11 years ago
  25. 1afe1d1 perf kvm: Add live mode by David Ahern · 11 years ago
  26. e30b88a perf session: Export queue_event function by David Ahern · 11 years ago
  27. e6f6538 perf annotate browser: Fix typo by Ingo Molnar · 11 years ago
  28. fcd9fef perf annotate browser: Improve description of '?' hotkey by Arnaldo Carvalho de Melo · 11 years ago
  29. b178170 perf annotate: Add call target name if it is missing by Adrian Hunter · 11 years ago
  30. 484a5e7 perf annotate: Remove nop at end of annotation by Adrian Hunter · 11 years ago
  31. 34f77ab perf annotate: Put dso name in symbol annotation title by Adrian Hunter · 11 years ago
  32. bbb7f84 perf annotate: Allow disassembly using /proc/kcore by Adrian Hunter · 11 years ago
  33. 7a77bc2 perf tests: Add kcore to the object code reading test by Adrian Hunter · 11 years ago
  34. 82e75d0 perf tests: Adjust the vmlinux symtab matches kallsyms test again by Adrian Hunter · 11 years ago
  35. 8e0cf96 perf symbols: Add support for reading from /proc/kcore by Adrian Hunter · 11 years ago
  36. 0131c4e perf tools: Make it possible to read object code from kernel modules by Adrian Hunter · 11 years ago
  37. d380b34 perf tests: Adjust the vmlinux symtab matches kallsyms test by Adrian Hunter · 11 years ago
  38. 39b12f78 perf tools: Make it possible to read object code from vmlinux by Adrian Hunter · 11 years ago
  39. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  40. b55ae0a perf tests: Add test for reading object code by Adrian Hunter · 11 years ago
  41. 3445432 perf symbols: avoid SyS kernel syscall aliases by Adrian Hunter · 11 years ago
  42. 2bbf03f perf stat: Flush output after each line in interval mode by Andi Kleen · 11 years ago
  43. 4119168 perf stat: Add support for --initial-delay option by Andi Kleen · 11 years ago
  44. e2407be perf evsel: Add support for enabling counters by Andi Kleen · 11 years ago
  45. 5c6974f perf evlist: Remove obsolete dummy execve by Andi Kleen · 11 years ago
  46. 8fdd84c perf kvm: Split out tracepoints from record args by David Ahern · 11 years ago
  47. 9c50140 perf session: Export a few functions for event processing by David Ahern · 11 years ago
  48. ffe4f3c perf stats: Add max and min stats by David Ahern · 11 years ago
  49. 42ee8c6 perf top: move CONSOLE_CLEAR to header file by David Ahern · 11 years ago
  50. 3b47abe perf util: Add parse_nsec_time() function by Namhyung Kim · 11 years ago
  51. 3223565 perf python: Remove duplicate TID bit from mask by Arnaldo Carvalho de Melo · 11 years ago
  52. a14bb86 perf trace: Beautify 'connect' result by Arnaldo Carvalho de Melo · 11 years ago
  53. 602bab1b perf tools: Fix compile of util/tsc.c by David Ahern · 11 years ago
  54. 251f426 perf evsel: Actually show symbol offset in stack trace when requested by David Ahern · 11 years ago
  55. a9f93f9 perf tests: Add parse events tests for leader sampling by Jiri Olsa · 12 years ago
  56. 8404db6 perf tests: Add attr record group sampling test by Jiri Olsa · 12 years ago
  57. 3c17631 perf tools: Add 'S' event/group modifier to read sample value by Jiri Olsa · 12 years ago
  58. e4caec0 perf evsel: Add PERF_SAMPLE_READ sample related processing by Jiri Olsa · 12 years ago
  59. 932a359 perf evlist: Add perf_evlist__id2sid method to get event ID related data by Jiri Olsa · 12 years ago
  60. c4861af perf evlist: Fix event ID retrieval for group format read case by Jiri Olsa · 12 years ago
  61. 9ede473 perf tools: Add support for parsing PERF_SAMPLE_READ sample type by Jiri Olsa · 12 years ago
  62. e2b5abe perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id by Jiri Olsa · 13 years ago
  63. 6f5ab00 perf: Do not get values from disabled counters in group format read by Jiri Olsa · 12 years ago
  64. cf4957f perf: Add PERF_EVENT_IOC_ID ioctl to return event ID by Jiri Olsa · 12 years ago
  65. 93786a5 watchdog: Make it work under full dynticks by Frederic Weisbecker · 11 years ago
  66. d84153d perf: Implement finer grained full dynticks kick by Frederic Weisbecker · 11 years ago
  67. ba8a75c perf: Account freq events per cpu by Frederic Weisbecker · 11 years ago
  68. 9a545de perf: Migrate per cpu event accounting by Frederic Weisbecker · 11 years ago
  69. 4beb31f perf: Split the per-cpu accounting part of the event accounting code by Frederic Weisbecker · 11 years ago
  70. 766d6c0 perf: Factor out event accounting code to account_event()/__free_event() by Frederic Weisbecker · 11 years ago
  71. 90983b1 perf: Sanitize get_callchain_buffer() by Frederic Weisbecker · 11 years ago
  72. 6050cb0 perf: Fix branch stack refcount leak on callchain init failure by Frederic Weisbecker · 11 years ago
  73. 7d9ffa8 sched: Micro-optimize the smart wake-affine logic by Peter Zijlstra · 11 years ago
  74. 6247041 sched: Implement smarter wake-affine logic by Michael Wang · 11 years ago
  75. 6852079 sched: Move h_load calculation to task_h_load() by Vladimir Davydov · 11 years ago
  76. 3bd5a5f perf tools: Add test for converting perf time to/from TSC by Adrian Hunter · 11 years ago
  77. c73deb6 perf/x86: Add ability to calculate TSC from perf sample timestamps by Adrian Hunter · 11 years ago
  78. 860f085 perf: Fix broken union in 'struct perf_event_mmap_page' by Adrian Hunter · 11 years ago
  79. a5cdd40 perf: Update perf_event_type documentation by Peter Zijlstra · 11 years ago
  80. 17f4157 kprobes/x86: Call out into INT3 handler directly instead of using notifier by Jiri Kosina · 11 years ago
  81. 4f16d61 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  82. f9ea55d perf tools: Move weight back to common sort keys by Andi Kleen · 11 years ago
  83. dbad418 perf tests: Add broken install-* tests into tests/make by Jiri Olsa · 11 years ago
  84. c0ec110 perf tests: Add 'make install/install-bin' tests into tests/make by Jiri Olsa · 11 years ago
  85. c931167 perf tests: Add DESTDIR=TMP_DEST tests/make variable by Jiri Olsa · 11 years ago
  86. 8ba7cde perf tests: Rename TMP to TMP_O tests/make variable by Jiri Olsa · 11 years ago
  87. 0659e66 perf tests: Run ctags/cscope make tests only with needed binaries by Jiri Olsa · 11 years ago
  88. 575bf1d perf tools: Fix build with perl 5.18 by Kirill A. Shutemov · 11 years ago
  89. 99571ab perf tools: Support callchain sorting based on addresses by Andi Kleen · 11 years ago
  90. a198996 perf bench: Fix memcpy benchmark for large sizes by Andi Kleen · 11 years ago
  91. 2b821cc perf evsel: Handle ENODEV on default cycles event by David Ahern · 11 years ago
  92. 2eaa1b4 perf script: Fix named threads support by David Ahern · 11 years ago
  93. ea8596b kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functions by Masami Hiramatsu · 11 years ago
  94. a7b0133 kprobes/x86: Use text_poke_bp() instead of text_poke_smp*() by Masami Hiramatsu · 11 years ago
  95. c7e85c4 kprobes/x86: Remove an incorrect comment about int3 in NMI/MCE by Masami Hiramatsu · 11 years ago
  96. 9bb1542 Merge branch 'x86/jumplabel' into perf/core by Ingo Molnar · 11 years ago
  97. 5a98213 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  98. e43fff2b Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  99. ecb2cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  100. ee114b9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago