1. fa6963b perf tools: Check perf.data owner by Peter Zijlstra · 15 years ago
  2. b395cd8 perf tools: Make 'make html' work by Kyle McMartin · 15 years ago
  3. 15f3fa4 perf annotate: Fix segmentation fault by Ingo Molnar · 15 years ago
  4. 2932cff perf: Rename perf-examples.txt to examples.txt by Carlos R. Mafra · 15 years ago
  5. 39e6dd7 perf record: Fix typo in pid_synthesize_comm_event by Arnaldo Carvalho de Melo · 15 years ago
  6. 8fd101f perf report: Don't show unresolved DSOs and symbols when -S/-d is used by Arnaldo Carvalho de Melo · 15 years ago
  7. daac07b perf tools: Add a general option to enable raw sample records by Frederic Weisbecker · 15 years ago
  8. 3a9f131 perf tools: Add a per tracepoint counter attribute to get raw sample by Frederic Weisbecker · 15 years ago
  9. 8f7a0dc perf list: Fix large list output by using the pager by Arnaldo Carvalho de Melo · 15 years ago
  10. 0a5ac84 perf record: Add missing -C option support for specifying profile cpu by Jens Axboe · 15 years ago
  11. 1340e6b perf tools: Fix dso__new handle() to handle deleted DSOs by Arnaldo Carvalho de Melo · 15 years ago
  12. 247648e perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available by Arnaldo Carvalho de Melo · 15 years ago
  13. 94a2475 perf report: Show the tid too in -D by Arnaldo Carvalho de Melo · 15 years ago
  14. 2a8083f perf record: Fix .tid and .pid fill-in when synthesizing events by Arnaldo Carvalho de Melo · 15 years ago
  15. c0a8865 perf tools: callchain: Fix bad rounding of minimum rate by Frederic Weisbecker · 15 years ago
  16. 183f3b0 perf_counter tools: Fix libbfd detection for systems with libz dependency by Mike Galbraith · 15 years ago
  17. c24b513 perf: "Longum est iter per praecepta, breve et efficax per exempla" by Carlos R. Mafra · 15 years ago
  18. 2544603 perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal mode by Frederic Weisbecker · 15 years ago
  19. b1a8834 perf tools: callchain: Fix 'perf report' display to be callchain by default by Frederic Weisbecker · 15 years ago
  20. b0efe21 perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchains by Frederic Weisbecker · 15 years ago
  21. 266e0e2 perf record: Fix the -A UI for empty or non-existent perf.data by Pierre Habouzit · 15 years ago
  22. 7eac7e9 perf util: Fix do_read() to fail on EOF instead of busy-looping by Pierre Habouzit · 15 years ago
  23. ae07b63 perf list: Fix the output to not include tracepoints without an id by Peter Zijlstra · 15 years ago
  24. b26bc5a perf stat: Fix tool option consistency: rename -S/--scale to -c/--scale by Brice Goglin · 15 years ago
  25. 94cb9e3 perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc) by Arnaldo Carvalho de Melo · 15 years ago
  26. 8f18aec perf report: Fix per task mult-counter stat reporting by Peter Zijlstra · 15 years ago
  27. 1c222bc perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.data file header by Peter Zijlstra · 15 years ago
  28. 1953287 perf tools: Fix call-chain cumul hit based sub-total (fractal mode) by Frederic Weisbecker · 15 years ago
  29. 8361798 perf top: Update man page by Mike Galbraith · 15 years ago
  30. 091bd2e perf top: Improve interactive key handling by Mike Galbraith · 15 years ago
  31. 46ab976 perf_counter tools: Allow perf top top users to switch between weighted and individual counter display by Mike Galbraith · 15 years ago
  32. 923c42c perf_counter tools: Fix/resurrect perf top annotation in a simple interactive form by Mike Galbraith · 15 years ago
  33. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  34. 9424edc perf: Auto-detect libelf by Peter Zijlstra · 15 years ago
  35. 4d1e00a perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlink by Arnaldo Carvalho de Melo · 15 years ago
  36. 386c0b7 perf report: Add missing command line options to man page by Arnaldo Carvalho de Melo · 15 years ago
  37. 2cdbc46 perf: Auto-detect libbfd by Peter Zijlstra · 15 years ago
  38. 114cfab perf report: Make --sort comm,dso,symbol the default by Pekka Enberg · 15 years ago
  39. 7e03065 perf: Fix read buffer overflow by Roel Kluin · 15 years ago
  40. 59b9005 perf top: Add mwait_idle_with_hints to skip_symbols[] by Arnaldo Carvalho de Melo · 15 years ago
  41. 9b30a26 perf tools: Fix faulty check by Stoyan Gaydarov · 15 years ago
  42. 27d028d perf report: Update for the new FORK/EXIT events by Peter Zijlstra · 15 years ago
  43. 2d1b694 perf_counter tools: Fix link errors with older toolchains by Ingo Molnar · 15 years ago
  44. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 15 years ago
  45. 0fdc7e6 perf_counter tools: Give perf top inherit option by Mike Galbraith · 15 years ago
  46. d20ff6b perf_counter tools: Fix vmlinux symbol generation breakage by Mike Galbraith · 15 years ago
  47. 5beeded perf_counter: Detect debugfs location by Jason Baron · 15 years ago
  48. f6bdafe perf_counter: Add tracepoint support to perf list, perf stat by Jason Baron · 15 years ago
  49. 28ac909 perf symbol: C++ demangling by Arnaldo Carvalho de Melo · 15 years ago
  50. dfe5a50 perf: avoid structure size confusion by using a fixed size by Arjan van de Ven · 15 years ago
  51. a054123 perf_counter: Improve perf stat and perf record option parsing by Anton Blanchard · 15 years ago
  52. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  53. 1d2f379 Merge commit 'tip/perfcounters/core' into perf-counters-for-linus by Peter Zijlstra · 15 years ago
  54. 1483b19f perf_counter: Make call graph option consistent by Anton Blanchard · 15 years ago
  55. 4bba828 perf_counter: Add perf record option to log addresses by Anton Blanchard · 15 years ago
  56. 11b5f81 perf_counter: Synthesize VDSO mmap event by Anton Blanchard · 15 years ago
  57. 23cdb5d perf_counter tools: Fix index boundary check by Roel Kluin · 15 years ago
  58. e3d7e18 perf report: Introduce -n/--show-nr-samples by Arnaldo Carvalho de Melo · 15 years ago
  59. a25e46c perf_counter tools: PLT info is stripped in -debuginfo packages by Arnaldo Carvalho de Melo · 15 years ago
  60. 021191b perf report: Make the output more compact by Arnaldo Carvalho de Melo · 15 years ago
  61. 27d0fd4 strlist: Introduce strlist__entry and strlist__nr_entries methods by Arnaldo Carvalho de Melo · 15 years ago
  62. 60c1baf perf report: Tidy up reporting of symbols not found by Arnaldo Carvalho de Melo · 15 years ago
  63. 52d422d perf report: Adjust column width to the values sampled by Arnaldo Carvalho de Melo · 15 years ago
  64. 85be928 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. 11d1578 perf_counter: Add P6 PMU support by Vince Weaver · 15 years ago
  66. 9590b7b perf_counter tools: Rename cache events to remove $ by Anton Blanchard · 15 years ago
  67. 805d127 perf report: Add "Fractal" mode output - support callchains with relative overhead rate by Frederic Weisbecker · 15 years ago
  68. e05b876 perf_counter tools: callchains: Manage the cumul hits on the fly by Frederic Weisbecker · 15 years ago
  69. 94a8eb0 perf report: Change default callchain parameters by Frederic Weisbecker · 15 years ago
  70. be90388 perf report: Use a modifiable string for default callchain options by Frederic Weisbecker · 15 years ago
  71. 91b4eae perf report: Warn on callchain output request from non-callchain file by Frederic Weisbecker · 15 years ago
  72. de481ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  73. 029e5b1 perf report: Annotate variable initialization by Ingo Molnar · 15 years ago
  74. 30d7a77 perf_counter tools: Adjust symbols in ET_EXEC files too by Arnaldo Carvalho de Melo · 15 years ago
  75. 2d4618d parisc: perf: wire up sys_perf_counter_open by Kyle McMartin · 15 years ago
  76. 24b57c6 perf_counter tools: Display percents of hits in callchain with overhead colors by Frederic Weisbecker · 15 years ago
  77. 1e11fd8 perf_counter tools: Provide helper to print percents color by Frederic Weisbecker · 15 years ago
  78. c20ab37 perf_counter tools: Set the minimum percent for callchains to be displayed by Frederic Weisbecker · 15 years ago
  79. 4eb3e47 perf report: Add support for callchain graph output by Frederic Weisbecker · 15 years ago
  80. 5a4b181 perf_counter tools: Add new OPT_CALLBACK_DEFAULT option by Frederic Weisbecker · 15 years ago
  81. 14f4654 perf_counter tools: Create new chain_for_each_child() iterator by Frederic Weisbecker · 15 years ago
  82. 4297648 perf_counter tools: Enable kernel module symbol loading in tools by Mike Galbraith · 15 years ago
  83. 6cfcc53 perf_counter tools: Connect module support infrastructure to symbol loading infrastructure by Mike Galbraith · 15 years ago
  84. 208b4b4 perf_counter tools: Add infrastructure to support loading of kernel module symbols by Mike Galbraith · 15 years ago
  85. 9974f49 perf_counter tools: Make symbol loading consistently return number of loaded symbols by Mike Galbraith · 15 years ago
  86. a92bef0 perf stat: Handle pipe read failures in perf stat by Frederic Weisbecker · 15 years ago
  87. 5da5025 perf_counter tools: Share list.h with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  88. 43cbcd8 perf_counter tools: Share rbtree.with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  89. 5a475ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  90. 73c24cb8 perf list: Add cache events by Jaswinder Singh Rajput · 15 years ago
  91. b9ebdcc perf stat: Define MATCH_EVENT for easy attr checking by Jaswinder Singh Rajput · 15 years ago
  92. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  93. 88a69df perf report: Fix HV bit mismerge by Ingo Molnar · 15 years ago
  94. 61c4598 perf_counter tools: Rework event string parsing/syntax by Paul Mackerras · 15 years ago
  95. deac911 perf_counter tools: Various fixes for callchains by Frederic Weisbecker · 15 years ago
  96. 4424961 perf_counter tools: Resolve symbols in callchains by Frederic Weisbecker · 15 years ago
  97. 9198aa7 perf_counter tools: Fix storage size allocation of callchain list by Frederic Weisbecker · 15 years ago
  98. 087021b Merge branch 'linus' into perfcounters/urgent by Ingo Molnar · 15 years ago
  99. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. fb9c818 perf report: Add hypervisor dso by Anton Blanchard · 15 years ago