1. 8e50d38 perf tools: Fixup mmap event consumption by Zhouyi Zhou · 11 years ago
  2. ae779a6 perf top: Split -G and --call-graph by Jiri Olsa · 11 years ago
  3. 09b0fd4 perf record: Split -g and --call-graph by Jiri Olsa · 11 years ago
  4. 9754c4f perf hists: Add color overhead for stdio output buffer by Jiri Olsa · 11 years ago
  5. 2fd869f perf tools: Fix up /proc/PID/maps parsing by Arnaldo Carvalho de Melo · 11 years ago
  6. c0268e8 perf script python: Fix mem leak due to missing Py_DECREFs on dict entries by Joseph Schuchart · 11 years ago
  7. e4f8eaa Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  8. 3090ffb perf: Disable PERF_RECORD_MMAP2 support by Stephane Eranian · 11 years ago
  9. 3b16ff8 perf scripting perl: Fix build error on Fedora 12 by Arnaldo Carvalho de Melo · 11 years ago
  10. c88b05b tools/testing/selftests: fix uninitialized variable by Felipe Pena · 11 years ago
  11. 1b286bd perf probe: Fix to initialize fname always before use it by Masami Hiramatsu · 11 years ago
  12. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 11 years ago
  13. 027a7e8 perf tools: Fix installation of libexec components by Arnaldo Carvalho de Melo · 11 years ago
  14. e08cfd4 perf probe: Fix to find line information for probe list by Masami Hiramatsu · 11 years ago
  15. 47a92b8 perf tools: Fix libaudit test by Arnaldo Carvalho de Melo · 11 years ago
  16. d20a47e perf stat: Set child_pid after perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  17. 6adb0b0 perf tools: Add default handler for mmap2 events by David Ahern · 11 years ago
  18. 14951f2 Revert "perf symbols: Demangle cloned functions" by Ingo Molnar · 11 years ago
  19. de95ab5 perf symbols: Demangle cloned functions by Andi Kleen · 11 years ago
  20. aa7fe3b perf machine: Fix path unpopulated in machine__create_modules() by Adrian Hunter · 11 years ago
  21. 6d19912 perf tools: Explicitly add libdl dependency by David Ahern · 11 years ago
  22. 576b523 perf probe: Fix probing symbols with optimization suffix by Masami Hiramatsu · 11 years ago
  23. 384c671 perf trace: Add mmap2 handler by David Ahern · 11 years ago
  24. 4921e32 perf kmem: Make it work again on non NUMA machines by Jiri Olsa · 11 years ago
  25. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  26. 24e31f0 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  27. ce7eebe tools lib lk: Uninclude linux/magic.h in debugfs.c by Vinson Lee · 11 years ago
  28. 0f96542 perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms() by Ingo Molnar · 11 years ago
  29. 0dbb1ca perf probe: Fix finder to find lines of given function by Masami Hiramatsu · 12 years ago
  30. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  31. e955d5c perf tools: Fix compile with libelf without get_phdrnum by Adrian Hunter · 11 years ago
  32. 5b6a42f perf tools: Fix buildid cache handling of kallsyms with kcore by Adrian Hunter · 11 years ago
  33. 886b37b perf annotate: Fix objdump line parsing offset validation by Adrian Hunter · 11 years ago
  34. 456857b perf tools: Fill in new definitions for madvise()/mmap() flags by Ingo Molnar · 11 years ago
  35. 33cbbdc perf tools: Sharpen the libaudit dependencies test by Ingo Molnar · 11 years ago
  36. 75acebf Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  37. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  38. e71aa28 perf kvm: Fix sample_type manipulation by Adrian Hunter · 11 years ago
  39. 733cd2f perf evlist: Fix id pos in perf_evlist__open() by Adrian Hunter · 11 years ago
  40. ccf53ea perf trace: Handle perf.data files with no tracepoints by Arnaldo Carvalho de Melo · 11 years ago
  41. d8cacd3 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  42. 39eda2a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  43. 526fd8d perf session: Separate progress bar update when processing events by Jiri Olsa · 11 years ago
  44. 4181781 perf trace: Check if MAP_32BIT is defined by Kyle McMartin · 11 years ago
  45. 99cf666 perf hists: Fix formatting of long symbol names by Arnaldo Carvalho de Melo · 11 years ago
  46. 98be696 perf evlist: Fix parsing with no sample_id_all bit set by Adrian Hunter · 11 years ago
  47. 53a277e perf tools: Add test for parsing with no sample_id_all bit by Adrian Hunter · 11 years ago
  48. 20c5f10 perf trace: Check control+C more often by Arnaldo Carvalho de Melo · 11 years ago
  49. 0d99b70 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  50. 31cd385 perf trace: Tell arg formatters the arg index by Arnaldo Carvalho de Melo · 11 years ago
  51. be65a89 perf trace: Add beautifier for open's flags arg by Arnaldo Carvalho de Melo · 11 years ago
  52. 579e786 perf trace: Add beautifier for lseek's whence arg by Arnaldo Carvalho de Melo · 11 years ago
  53. 0b8c25d perf tools: Fix symbol offset computation for some dsos by David Ahern · 11 years ago
  54. b41f1ce perf list: Skip unsupported events by Namhyung Kim · 11 years ago
  55. 395c307 perf tests: Add 'keep tracking' test by Adrian Hunter · 11 years ago
  56. d22d1a2 perf tools: Add support for PERF_COUNT_SW_DUMMY by Adrian Hunter · 11 years ago
  57. f9da0b0 perf trace: Add beautifier for futex 'operation' parm by Arnaldo Carvalho de Melo · 11 years ago
  58. 6e7eeb5 perf trace: Allow syscall arg formatters to mask args by Arnaldo Carvalho de Melo · 11 years ago
  59. f2935f3 perf trace: Handle missing HUGEPAGE defines by David Ahern · 11 years ago
  60. bdc8966 perf trace: Honor target pid / tid options when analyzing a file by David Ahern · 11 years ago
  61. 6810fc9 perf trace: Add option to analyze events in a file versus live by David Ahern · 11 years ago
  62. a2f2804 perf evlist: Add tracepoint lookup by name by David Ahern · 11 years ago
  63. 045f8cd8 perf tests: Add a sample parsing test by Adrian Hunter · 11 years ago
  64. b1cf6f6 perf tools: Add a function to calculate sample event size by Adrian Hunter · 11 years ago
  65. d03f217 perf tools: Expand perf_event__synthesize_sample() by Adrian Hunter · 11 years ago
  66. 5b95a4a3 perf tools: Add missing 'abi' member to 'struct regs_dump' by Adrian Hunter · 11 years ago
  67. 7556257 perf tools: Add support for PERF_SAMPLE_IDENTIFIER by Adrian Hunter · 11 years ago
  68. faf9670 perf evlist: Move perf_evlist__config() to a new source file by Adrian Hunter · 11 years ago
  69. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  70. 0794029 perf callchain: Remove unnecessary validation by Adrian Hunter · 11 years ago
  71. 03b6ea9 perf evsel: Tidy up sample parsing overflow checking by Adrian Hunter · 11 years ago
  72. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  73. 456da53 tools lib traceevent: Fixup jobserver setup by Arnaldo Carvalho de Melo · 11 years ago
  74. 99d725f perf tools: Add pid to struct thread by Adrian Hunter · 11 years ago
  75. 9e9716d perf trace: Add beautifier for madvise behaviour/advice parm by Arnaldo Carvalho de Melo · 11 years ago
  76. 941557e perf trace: Add beautifier for mmap flags parm by Arnaldo Carvalho de Melo · 11 years ago
  77. ae68538 perf trace: Add beautifier for mmap prot parm by Arnaldo Carvalho de Melo · 11 years ago
  78. beccb2b perf trace: Allow overiding the formatting of syscall fields by Arnaldo Carvalho de Melo · 11 years ago
  79. e595968 perf trace: Add aliases to remaining syscalls of the sys_enter_newfoo by Arnaldo Carvalho de Melo · 11 years ago
  80. 04b3472 perf trace: Allow printing syscall return values in hex by Arnaldo Carvalho de Melo · 11 years ago
  81. da3c9a4 perf trace: Simplify sys_exit return printing by Arnaldo Carvalho de Melo · 11 years ago
  82. 13d4ff3 perf trace: Introduce syscall arg formatters by Arnaldo Carvalho de Melo · 11 years ago
  83. adaa18b perf trace: Hide sys_exit messages about syscall id = -1 by Arnaldo Carvalho de Melo · 11 years ago
  84. 7c304ee0 perf trace: Add --verbose option by Arnaldo Carvalho de Melo · 11 years ago
  85. b059efd perf trace: Support ! in -e expressions by Arnaldo Carvalho de Melo · 11 years ago
  86. 8c9dc52 perf tools: Don't install scripting files files when disabled by Arnaldo Carvalho de Melo · 11 years ago
  87. 236a3bb perf tools: Sample after exit loses thread correlation by David Ahern · 11 years ago
  88. ac9be8e perf trace: Make command line arguments consistent with perf-record by David Ahern · 11 years ago
  89. c24ff99 perf trace: Implement -o/--output filename by Arnaldo Carvalho de Melo · 11 years ago
  90. e3e1a54 perf tools: Add debug prints by Adrian Hunter · 11 years ago
  91. 8afb4c0 perf tools: Re-implement debug print function for linking python/perf.so by Adrian Hunter · 11 years ago
  92. bec1967 perf tools: Try to increase the file descriptor limits on EMFILE by Andi Kleen · 11 years ago
  93. fe32ee0 perf kvm: Remove force option to cmd_record by David Ahern · 11 years ago
  94. c9572f0 Merge tag 'v3.11-rc5' into perf/core by Ingo Molnar · 11 years ago
  95. 2ae3a31 perf trace: Allow specifying which syscalls to trace by Arnaldo Carvalho de Melo · 11 years ago
  96. c588574 perf tools: Improve robustness of topology parsing code by Stephane Eranian · 11 years ago
  97. 309b518 perf tests: Fix compile failure on do_sort_something by David Ahern · 11 years ago
  98. cb96143 selftests: Add test of PMU instruction counting on powerpc by Michael Ellerman · 11 years ago
  99. 2fae0d7 selftests: Add support files for powerpc tests by Michael Ellerman · 11 years ago
  100. 0e56dac selftests: Add infrastructure for powerpc selftests by Michael Ellerman · 11 years ago