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