1. 6156244 perf tools: Clean up warnings list in the Makefile by Ingo Molnar · 15 years ago
  2. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago
  3. 0d31b82 perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flags by Frederic Weisbecker · 15 years ago
  4. 35ba15b perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2 by Ingo Molnar · 15 years ago
  5. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  6. 6baa0a5 perf tools: Factorize the thread code in a dedicated file by Frederic Weisbecker · 15 years ago
  7. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  8. 247648e perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available by Arnaldo Carvalho de Melo · 15 years ago
  9. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  10. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  11. 8d51327 perf report: Fix and improve the displaying of per-thread event counters by Brice Goglin · 15 years ago
  12. 183f3b0 perf_counter tools: Fix libbfd detection for systems with libz dependency by Mike Galbraith · 15 years ago
  13. 9424edc perf: Auto-detect libelf by Peter Zijlstra · 15 years ago
  14. 2cdbc46 perf: Auto-detect libbfd by Peter Zijlstra · 15 years ago
  15. 2d1b694 perf_counter tools: Fix link errors with older toolchains by Ingo Molnar · 15 years ago
  16. 28ac909 perf symbol: C++ demangling by Arnaldo Carvalho de Melo · 15 years ago
  17. 208b4b4 perf_counter tools: Add infrastructure to support loading of kernel module symbols by Mike Galbraith · 15 years ago
  18. 5da5025 perf_counter tools: Share list.h with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  19. 43cbcd8 perf_counter tools: Share rbtree.with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  20. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  21. 6717534 perf_counter tools: Remove zlib dependency by Anton Blanchard · 15 years ago
  22. 2590340 perf report: Add --dsos parameter by Arnaldo Carvalho de Melo · 15 years ago
  23. 8cb76d9 perf_counter tools: Prepare a small callchain framework by Frederic Weisbecker · 15 years ago
  24. 7c6a1c6 perf_counter tools: Rework the file format by Peter Zijlstra · 15 years ago
  25. 9cffa8d perf_counter tools: Define and use our own u64, s64 etc. definitions by Paul Mackerras · 15 years ago
  26. b8e6d82 perf report: Filter to parent set by default by Ingo Molnar · 15 years ago
  27. e24a72c perf_counter: tools: Makefile tweaks for 64-bit powerpc by Paul Mackerras · 15 years ago
  28. ef281a1 perf stat: Enable raw data to be printed by Ingo Molnar · 15 years ago
  29. 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 15 years ago[Renamed from Documentation/perf_counter/Makefile]
  30. 8035e42 perf_counter tools: Prepare for 'perf annotate' by Ingo Molnar · 15 years ago
  31. 86847b6 perf_counter tools: Add 'perf list' to list available events by Thomas Gleixner · 15 years ago
  32. 136107a perf_counter tools: Remove -march=native by Ingo Molnar · 15 years ago
  33. 8fc0321 perf_counter tools: Add color terminal output support by Ingo Molnar · 15 years ago
  34. af794b9 perf_counter tools: Build with native optimization by Ingo Molnar · 15 years ago
  35. 095b3a6 perf_counter tools: Optimize harder by Ingo Molnar · 15 years ago
  36. c1079ab perf_counter tools: Cleanup Makefile by Mike Galbraith · 15 years ago
  37. a0055ae perf_counter tools: Use hex2u64 in more places by Arnaldo Carvalho de Melo · 15 years ago
  38. c1c2365 perf_counter tools: Generate per command manpages (and pdf/html, etc.) by Ingo Molnar · 15 years ago
  39. 7fbd554 perf_counter tools: Fix 'make install' by Ingo Molnar · 15 years ago
  40. a2928c4 perf_counter tools: Move symbol resolution classes from report to libperf by Arnaldo Carvalho de Melo · 15 years ago
  41. a930d2c perf_counter tools: Add built-in pager support by Ingo Molnar · 15 years ago
  42. 16f762a perf_counter tools: Introduce stricter C code checking by Ingo Molnar · 15 years ago
  43. f17e04a perf report: Fix ELF symbol parsing by Peter Zijlstra · 15 years ago
  44. 35a50c8 perf_counter: Use rb_trees in perf report by Arnaldo Carvalho de Melo · 15 years ago
  45. 62eb939 perf_counter: Implement dso__load using libelf by Arnaldo Carvalho de Melo · 15 years ago
  46. 8fa66bd perf_counter: First part of 'perf report' conversion to C + elfutils by Arnaldo Carvalho de Melo · 15 years ago
  47. 8ad8db3 perf_counter tools: Librarize event string parsing by Ingo Molnar · 15 years ago
  48. 6eda583 perfcounter tools: move common defines ... to local header file by Thomas Gleixner · 15 years ago
  49. aac3f3c perf_counter tools: add perf-report to the Makefile by Ingo Molnar · 15 years ago
  50. 148be2c perf_counter tools: move helper library to util/* by Ingo Molnar · 15 years ago
  51. 125e702 perf_counter tools: fix 'make install' by Ingo Molnar · 15 years ago
  52. e33e0a4 perf_counter tools: add 'perf record' command by Ingo Molnar · 15 years ago
  53. ddcacfa perf_counter tools: separate kerneltop into 'perf top' and 'perf stat' by Ingo Molnar · 15 years ago
  54. 6f06ccb perf_counter tools: clean up after introduction of the Git command framework by Ingo Molnar · 15 years ago
  55. 0780060 perf_counter tools: add in basic glue from Git by Ingo Molnar · 15 years ago
  56. d24e473 perf_counter: copy in Git's top Makefile by Ingo Molnar · 15 years ago
  57. de9ac07 perf_counter: some simple userspace profiling by Peter Zijlstra · 15 years ago
  58. cbe4655 perf_counter tools: remove glib dependency and fix bugs in kerneltop.c by Paul Mackerras · 15 years ago
  59. 383c5f8 perf_counter tools: tidy up in-kernel dependencies by Ingo Molnar · 15 years ago
  60. e0143ba perf_counter: add sample user-space to Documentation/perf_counter/ by Ingo Molnar · 15 years ago