1. 69996df perf tools: Enable reading of perf.data files from different ABI rev by Stephane Eranian · 13 years ago
  2. b50311d perf report: Add support for taken branch sampling by Roberto Agostino Vitillo · 13 years ago
  3. bdfebd8 perf record: Add support for sampling taken branch by Roberto Agostino Vitillo · 13 years ago
  4. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  5. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  6. bc76efe perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 13 years ago
  7. 8f54ed4 perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  8. 6e557a6 perf record: No build id option fails by David Ahern · 13 years ago
  9. 1c1bc92 perf probe: Ensure offset provided is not greater than function length without DWARF info too by Prashanth Nageshappa · 13 years ago
  10. cfbd70c perf tools: Ensure comm string is properly terminated by David Ahern · 13 years ago
  11. 26b7952 perf probe: Ensure offset provided is not greater than function length by Prashanth Nageshappa · 13 years ago
  12. 30e68bc perf evlist: Return first evsel for non-sample event on old kernel by Namhyung Kim · 13 years ago
  13. 6b1bee9 perf tools: fix broken perf record -a mode by Stephane Eranian · 13 years ago
  14. dfd3b1e perf tools: Remove duplicated string.h includes by Danny Kukawka · 13 years ago
  15. a5a178e perf tools: Allow expressions in __print_symbolic() fields by Stefan Hajnoczi · 13 years ago
  16. 808e122 perf tools: Invert the sample_id_all logic by Arnaldo Carvalho de Melo · 13 years ago
  17. 0c97812 perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 13 years ago
  18. 7e1ccd3 perf tools: cleanup initialization of attr->size by Stephane Eranian · 13 years ago
  19. f1c67db perf tools: Factor out feature op to process header sections by Robert Richter · 13 years ago
  20. 08d95bd perf tools: Moving code in header.c by Robert Richter · 13 years ago
  21. 850f812 perf tools: Add bitmap_or function into bitmap object by Jiri Olsa · 13 years ago
  22. e90fda0 perf tools: Add sysfs mountpoint interface by Jiri Olsa · 13 years ago
  23. 2837609 perf tools: Remove unused functions from debugfs object by Jiri Olsa · 13 years ago
  24. e334c72 perf tools: Get rid of ctype.h in symbol.c by Namhyung Kim · 13 years ago
  25. 3bd2b8d perf tools: ctype.c only wants util.h by Namhyung Kim · 13 years ago
  26. 2cd13b0 perf tools: Implement islower/isupper macro into util.h by Namhyung Kim · 13 years ago
  27. c4a7dca perf tools: Change perf_guest default back to false by Joerg Roedel · 13 years ago
  28. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 13 years ago
  29. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 13 years ago
  30. eca1c3e perf tools: Fix out of tree compiles by David Ahern · 13 years ago
  31. 6a5c13af perf tools: Fix build dependency of perf python extension by Namhyung Kim · 13 years ago
  32. d366549 perf record: No build id option fails by David Ahern · 13 years ago
  33. 73323f5 perf tools: fix endianness detection in perf.data by Stephane Eranian · 13 years ago
  34. 9dac6a2 perf stat: Align scaled output of cpu-clock by Namhyung Kim · 13 years ago
  35. 5fde252 perf stat: Adjust print unit by Namhyung Kim · 13 years ago
  36. 762b293 perf doc: Allow producing documentation in a specified output directory by Franck Bui-Huu · 13 years ago
  37. e89cef1 perf tool: Fix perf stack to non executable on x86_64 by Jiri Olsa · 13 years ago
  38. 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  39. a4a03fc perf evsel: Fix an issue where perf report fails to show the proper percentage by Naveen N. Rao · 13 years ago
  40. bf32c9e perf tools: Fix prefix matching for kernel maps by Jiri Olsa · 13 years ago
  41. 7a0153e perf tools: Fix perf stack to non executable on x86_64 by Jiri Olsa · 13 years ago
  42. 781ba9d perf record: Make feature initialization generic by Robert Richter · 13 years ago
  43. 4eced23 perf probe: Rename target_module to target by Srikar Dronamraju · 13 years ago
  44. 946d863 perf tools: Remove distclean from Makefile help output by John Kacur · 13 years ago
  45. 0529bc1 perf evlist: Make splice_list_tail method public by Jiri Olsa · 13 years ago
  46. 509605d perf top: Fix number of samples displayed by Stephane Eranian · 13 years ago
  47. d8d9c28 perf tools: Fix strlen() bug in perf_event__synthesize_event_type() by Stephane Eranian · 13 years ago
  48. 0a84f00 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  49. cfeb1d9 perf python: Use attr.watermark in twatch.py by Arnaldo Carvalho de Melo · 13 years ago
  50. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 13 years ago
  51. d1eec3e perf lock: Document lock info subcommand by Namhyung Kim · 13 years ago
  52. 008953d perf top: Fix number of samples displayed by Stephane Eranian · 13 years ago
  53. 0bc8d20 perf script: Add option resolving vmlinux path by Akihiro Nagai · 13 years ago
  54. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  55. 9558259 perf script: Print branch_from and branch_to of BTS events by Akihiro Nagai · 13 years ago
  56. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  57. f9d3699 perf evsel: Fix spelling typo by Masanari Iida · 13 years ago
  58. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 13 years ago
  59. 939ddcf Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  60. f8f4b28 perf tools: Fix strlen() bug in perf_event__synthesize_event_type() by Stephane Eranian · 13 years ago
  61. a844d1e perf probe: Usability fixes by Srikar Dronamraju · 13 years ago
  62. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  63. e3e877e perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}" by Jan Beulich · 13 years ago
  64. be3de80 perf bench: Also allow measuring memset() by Jan Beulich · 13 years ago
  65. 800eb01 perf bench: Also allow measuring alternative memcpy implementations by Jan Beulich · 13 years ago
  66. 9ea8119 perf bench: Make "default" memcpy() selection actually use glibc's implementation by Jan Beulich · 13 years ago
  67. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  68. 9ae7d33 perf tools: Add fprintf methods for thread_map and cpu_map classes by Arnaldo Carvalho de Melo · 13 years ago
  69. 83c2f91 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  70. 90a5d5a mm-tracepoint: fix documentation and examples by Konstantin Khlebnikov · 13 years ago
  71. 172d1b0 perf tools: Fix compile error on x86_64 Ubuntu by Namhyung Kim · 13 years ago
  72. 0ed35abc perf report: Fix --stdio output alignment when --showcpuutilization used by Namhyung Kim · 13 years ago
  73. 6714a04 perf annotate: Get rid of field_sep check by Namhyung Kim · 13 years ago
  74. 9934525 perf annotate: Fix usage string by Namhyung Kim · 13 years ago
  75. 1b22859 perf kmem: Fix a memory leak by Namhyung Kim · 13 years ago
  76. 8442da1 perf kmem: Add missing closedir() calls by Namhyung Kim · 13 years ago
  77. cdce445 perf top: Add error message for EMFILE by Namhyung Kim · 13 years ago
  78. c30ab8a perf test: Change type of '-v' option to INCR by Namhyung Kim · 13 years ago
  79. 946ef2a perf script: Add missing closedir() calls by Namhyung Kim · 13 years ago
  80. e4e88f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  81. cc5a91e perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work again by Sebastian Andrzej Siewior · 13 years ago
  82. 99320cc perf tools: Add support for guest/host-only profiling by Joerg Roedel · 13 years ago
  83. 1aed267 perf kvm: Do guest-only counting by default by Joerg Roedel · 13 years ago
  84. df25f98 perf top: Don't update total_period on process_sample by Arnaldo Carvalho de Melo · 13 years ago
  85. 12c1427 perf hists: Stop using 'self' for struct hist_entry by Arnaldo Carvalho de Melo · 13 years ago
  86. 13d3ee5 perf hists: Rename total_session to total_period by Arnaldo Carvalho de Melo · 13 years ago
  87. 9e18342 perf kvm: Fix copy & paste error in description by Joerg Roedel · 13 years ago
  88. 466e287 perf script: Kill script_spec__delete by Namhyung Kim · 13 years ago
  89. 057a174 perf top: Fix a memory leak by Namhyung Kim · 13 years ago
  90. 15e6392 perf stat: Introduce get_ratio_color() helper by Namhyung Kim · 13 years ago
  91. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 13 years ago
  92. f232806 perf tools: Fix feature-bits rework fallout, remove unused variable by Ingo Molnar · 13 years ago
  93. 37a058e perf script: Add generic perl handler to process events by Robert Richter · 13 years ago
  94. b1e5a9b perf tools: Use for_each_set_bit() to iterate over feature flags by Robert Richter · 13 years ago
  95. e20960c perf tools: Unify handling of features when writing feature section by Robert Richter · 13 years ago
  96. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  97. 1b54950 perf tools: Moving code in some files by Robert Richter · 13 years ago
  98. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 13 years ago
  99. f7a8a13 perf tools: Continue processing header on unknown features by Robert Richter · 13 years ago
  100. 8cdfa78 perf tools: Improve macros for struct feature_ops by Robert Richter · 13 years ago