1. d30ff29 perf tools: Warn about missing libelf by Namhyung Kim · 12 years ago
  2. 6651782 perf scripts browser: Add a browser for perf script by Feng Tang · 12 years ago
  3. cdd059d perf tools: Move dso_* related functions into dso object by Jiri Olsa · 12 years ago
  4. fcc3280 perf tools: Fix LIBELF_MMAP checking by Namhyung Kim · 12 years ago
  5. 615d774 perf tools: Convert invocation of MAKE into SUBDIR by Namhyung Kim · 12 years ago
  6. 536e2b0 perf tools: Cleanup doc related targets by Namhyung Kim · 12 years ago
  7. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  8. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  9. 28d213b perf tools: Diplays more output on features check for make V=1 by Jiri Olsa · 12 years ago
  10. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  11. 45bff41 perf python: Properly link with libtraceevent by Arnaldo Carvalho de Melo · 12 years ago
  12. 7d380c8 perf: Fix UAPI fallout by Ingo Molnar · 12 years ago
  13. ade0899 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  14. 871a059 perf: Handle new rbtree implementation by Markus Trippelsdorf · 12 years ago
  15. d816ec2 perf tools: Update Makefile for Android by Irina Tirdea · 12 years ago
  16. 78da39f perf tools: Add on_exit implementation by Bernhard Rosenkraenzer · 12 years ago
  17. d43b716 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  18. 9d2f8e2 perf machine: Introduce find_thread method by Arnaldo Carvalho de Melo · 12 years ago
  19. b1e0d8b kbuild: Fix gcc -x syntax by Jean Delvare · 12 years ago
  20. 4e34d95 perf tools: Convert to BACKTRACE_SUPPORT by Namhyung Kim · 12 years ago
  21. d6e6683 perf tools: Convert to HAVE_STRLCPY by Namhyung Kim · 12 years ago
  22. f9f526e perf tools: Convert to GTK2_SUPPORT by Namhyung Kim · 12 years ago
  23. 1254b51 perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  24. f315e16 perf tools: Convert to LIBAUDIT_SUPPORT by Namhyung Kim · 12 years ago
  25. 95485b1 perf tools: Convert to LIBUNWIND_SUPPORT by Namhyung Kim · 12 years ago
  26. 29a0fc9 perf tools: Convert to LIBELF_SUPPORT by Namhyung Kim · 12 years ago
  27. e489833 perf tools: Remove unused PYRF_OBJS variable on Makefile by Namhyung Kim · 12 years ago
  28. fee9e37 perf tools: Move libdw availability check before arch Makefile by Namhyung Kim · 12 years ago
  29. 4d29089 perf tools: Check libaudit availability for perf-trace builtin by Namhyung Kim · 12 years ago
  30. 514f1c6 perf trace: New tool by Arnaldo Carvalho de Melo · 12 years ago
  31. 3ce711a perf tools: bfd.h/libbfd detection fails with recent binutils by Markus Trippelsdorf · 12 years ago
  32. e6048fb perf tools: Fix parallel build by Eric Sandeen · 12 years ago
  33. 0007ece perf stat: Move stats related code to util/stat.c by Xiao Guangrong · 12 years ago
  34. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  35. f8fcd77 perf tools: include wrapper for magic.h by Irina Tirdea · 12 years ago
  36. ea251d5 perf hists: Introduce perf_hpp for hist period printing by Namhyung Kim · 12 years ago
  37. c9f08be perf tools: add NO_BACKTRACE for application self-debugging by Irina Tirdea · 12 years ago
  38. eea9b68 perf tools: Clean target should do clean for lib/traceevent too by David Ahern · 12 years ago
  39. 09a2f16 perf tools: Fix x86 builds with ARCH specified on the command line by David Ahern · 12 years ago
  40. d45a3e0 perf tools: Fix 'No libunwind found' make warning message by Jiri Olsa · 12 years ago
  41. 7ccf4f9 perf hists: Separate out hist print functions by Namhyung Kim · 12 years ago
  42. ed7e2c2 perf tools: Fix include order for bison/flex-generated C files by Ben Hutchings · 12 years ago
  43. f47b58b perf symbols: Fix builds with NO_LIBELF set by David Ahern · 12 years ago
  44. 1c09bf4 perf: silence GTK2 probing errors by David Ahern · 12 years ago
  45. 4bb1646 perf ui gtk: Implement helpline_fns by Namhyung Kim · 12 years ago
  46. e6e9046 perf ui: Introduce struct ui_helpline by Namhyung Kim · 12 years ago
  47. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  48. 6a40cd9 perf tools: Add libunwind dependency for DWARF CFI unwinding by Jiri Olsa · 12 years ago
  49. 2bcd355 perf tools: Add interface to arch registers sets by Jiri Olsa · 12 years ago
  50. 393be2e perf symbols: Support minimal build without libelf by Namhyung Kim · 12 years ago
  51. e5a1845 perf symbols: Split out util/symbol-elf.c by Namhyung Kim · 12 years ago
  52. b25085b perf tools: Fix /etc config related installation by Namhyung Kim · 12 years ago
  53. 98a4179 perf tools: Initial bash completion support by Frederic Weisbecker · 12 years ago
  54. 2ede830 perf tools: Fix lib/traceevent build dir with OUTPUT variable set by Robert Richter · 12 years ago
  55. 7f309ed perf tools: Remove brace expansion from clean target by Palmer Cox · 12 years ago
  56. 70b40c4 perf tools: Introduce intlist by David Ahern · 12 years ago
  57. 37bbd3f perf tools: Introducing rblist by David Ahern · 12 years ago
  58. 043d1a5 perf tools: Fix build error with bison 2.6 by Kirill A. Shutemov · 12 years ago
  59. f7add55 perf test: Add dso data caching tests by Jiri Olsa · 12 years ago
  60. d9873ab perf tools: Trivial build fix by David Ahern · 12 years ago
  61. a6b702c perf ui/gtk: Add GTK info_bar widget to browser window by Namhyung Kim · 12 years ago
  62. ba47a14 perf ui: Introduce struct perf_error_ops by Namhyung Kim · 12 years ago
  63. a83eb3e perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specified by Arnaldo Carvalho de Melo · 12 years ago
  64. e33387f perf tools: Always try to build libtraceevent by Namhyung Kim · 12 years ago
  65. 59f3bea perf tools: Rename libparsevent to libtraceevent in Makefile by Namhyung Kim · 12 years ago
  66. 82ba1f2 perf tools: Add support for displaying event parser debug info by Jiri Olsa · 12 years ago
  67. f50246e perf test: Move parse event automated tests to separated object by Jiri Olsa · 12 years ago
  68. 7378719 Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into perf/core by Ingo Molnar · 12 years ago
  69. 16ee657 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  70. 09c0211 perf: Turn off compiler warnings for flex and bison generated files by Greg Kroah-Hartman · 12 years ago
  71. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 12 years ago
  72. 12864b3 perf target: Split out perf_target handling code by Namhyung Kim · 12 years ago
  73. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  74. d0e7b85 perf: Build libtraceevent.a by Steven Rostedt · 12 years ago
  75. 4ace73e perf: Separate out trace-cmd parse-events from perf files by Steven Rostedt · 12 years ago
  76. 6ffd7bd perf tools: Drop CROSS_COMPILE from flex and bison calls by Otavio Salvador · 12 years ago
  77. 2a5204f perf tools: Fix parsers' rules to dependencies by Jiri Olsa · 12 years ago
  78. f755397 perf tools: fix NO_GTK2 Makefile config error by Stephane Eranian · 12 years ago
  79. e7b3ba6 perf tools: Move GTK+ bits to tools/perf/ui/gtk directory by Namhyung Kim · 12 years ago
  80. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 12 years ago
  81. 024e6c9 perf tools: Fix parsers' rules to dependencies by Jiri Olsa · 12 years ago
  82. 98d89bf tools: Add Makefile.include by Borislav Petkov · 12 years ago
  83. 8ebfdf2 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  84. 65f3e56 perf tools: Remove auto-generated bison/flex files by Ingo Molnar · 12 years ago
  85. 2c86bf1 perf tools: Switch module.h into export.h by Jiri Olsa · 12 years ago
  86. 0d09eb7 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  87. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 12 years ago
  88. cd82a32 perf tools: Add perf pmu object to access pmu format definition by Jiri Olsa · 12 years ago
  89. 89812fc perf tools: Add parser generator for events parsing by Jiri Olsa · 12 years ago
  90. 4a3d2d9 perf tools: Adjust make rules by Jan Beulich · 12 years ago
  91. eae7a75 perf tools, x86: Build perf on older user-space as well by Ingo Molnar · 12 years ago
  92. 67cbbd7 perf tools: Add descriptions of missing Makefile arguments by Namhyung Kim · 13 years ago
  93. e90fda0 perf tools: Add sysfs mountpoint interface by Jiri Olsa · 13 years ago
  94. 6a5c13af perf tools: Fix build dependency of perf python extension by Namhyung Kim · 13 years ago
  95. 946d863 perf tools: Remove distclean from Makefile help output by John Kacur · 13 years ago
  96. 0a84f00 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  97. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  98. be3de80 perf bench: Also allow measuring memset() by Jan Beulich · 13 years ago
  99. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  100. cf95800 perf ui browser: Use libslang to read keys by Arnaldo Carvalho de Melo · 13 years ago