1. 8a95331 perf symbols: Fix kallsyms kernel/module map splitting by Arnaldo Carvalho de Melo · 14 years ago
  2. 068ffaa perf tools: Fix lost and unknown events handling by Arnaldo Carvalho de Melo · 14 years ago
  3. 008f29d perf trace: Handle DT_UNKNOWN on filesystems that don't support d_type by Shawn Bohrer · 14 years ago
  4. 9d1faba perf symbols: Correct final kernel map guesses by Ian Munsie · 14 years ago
  5. 37982ba perf events: Default to using event__process_lost by Arnaldo Carvalho de Melo · 14 years ago
  6. baa2f6c perf record: Add option to disable collecting build-ids by Arnaldo Carvalho de Melo · 14 years ago
  7. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  8. ea7872b perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem' by Hitoshi Mitake · 14 years ago
  9. 49ce8fc perf bench: Print both of prefaulted and no prefaulted results by default by Hitoshi Mitake · 14 years ago
  10. 02a9d03 perf symbols: Remove incorrect open-coded container_of() by Rabin Vincent · 14 years ago
  11. c1a3a4b perf record: Handle restrictive permissions in /proc/{kallsyms,modules} by Arnaldo Carvalho de Melo · 14 years ago
  12. d9cf837 perf stat: Change and clean up sys_perf_event_open error handling by Corey Ashford · 14 years ago
  13. a711239 perf tools: Remove hardcoded include paths for elfutils by Robert Morell · 14 years ago
  14. f5b4a9c3 perf stat: Add no-aggregation mode to -a by Stephane Eranian · 14 years ago
  15. 8d1491b ktest: Ask for the manditory config options instead of just failing by Steven Rostedt · 14 years ago
  16. f1a2785 ktest: Copy the last good and bad configs in config_bisect by Steven Rostedt · 14 years ago
  17. eec5646 ktest: For grub reboot, use run_ssh instead of run_command by Steven Rostedt · 14 years ago
  18. 1c8a617 ktest: Added force stop after success and failure by Steven Rostedt · 14 years ago
  19. cccae1a ktest: Parse off the directory name in useconfig for failures by Steven Rostedt · 14 years ago
  20. 9be2e6b ktest: Use different temp config name for minconfig by Steven Rostedt · 14 years ago
  21. d1fbd7e ktest: Updated the sample.conf for the latest options by Steven Rostedt · 14 years ago
  22. dbc6d0a ktest: Added compare script to test ktest.pl to sample.conf by Steven Rostedt · 14 years ago
  23. 0a05c76 ktest: Added config_bisect test type by Steven Rostedt · 14 years ago
  24. e48c529 ktest/cleanups: Added version 0.2, ssh as options by Steven Rostedt · 14 years ago
  25. 7a849cd ktest: Output something easy to parse for failure or success by Steven Rostedt · 14 years ago
  26. 21a9679 ktest: Allow a test case to undefine a default value by Steven Rostedt · 14 years ago
  27. 51ad1dd ktest: Use $output_config instead of typing $outputdir/.config by Steven Rostedt · 14 years ago
  28. d1e2f22 ktest: Write to stdout if no log file is given by Steven Rostedt · 14 years ago
  29. 9386c6a ktest: Use oldnoconfig instead of yes command by Steven Rostedt · 14 years ago
  30. dc89568 ktest: Update the sample config file with more documentation by Steven Rostedt · 14 years ago
  31. a57419b ktest: New TEST_START instead of using [], and use real SHA1s by Steven Rostedt · 14 years ago
  32. 576f627 ktest: Add poweroff after halt and powercycle after reboot by Steven Rostedt · 14 years ago
  33. 8b37ca8 ktest: Add POST_INSTALL to allow initrds to be created by Steven Rostedt · 14 years ago
  34. a75fece ktest: Added sample.conf, new %default option format by Steven Rostedt · 14 years ago
  35. 7faafbd ktest: Add open and close console and start stop monitor by Steven Rostedt · 14 years ago
  36. 2b7d9b2 ktest: Added continuing on success, clear log and timeout by Steven Rostedt · 14 years ago
  37. d6ce2a0 ktest: Add reverse bisect, better logging, copyright by Steven Rostedt · 14 years ago
  38. 6c5ee0b ktest: Added patchcheck by Steven Rostedt · 14 years ago
  39. 1a5cfce ktest: Added reboot on success by Steven Rostedt · 14 years ago
  40. 5a391fb ktest: Added better console, add test build by Steven Rostedt · 14 years ago
  41. 5f9b6ce ktest: Bisecting, install modules, add logging by Steven Rostedt · 14 years ago
  42. 75c3fda7 ktest: New features reboot on error, make options by Steven Rostedt · 14 years ago
  43. 5c42fc5 ktest: New features: noclean, dodie, poweroff on error and success by Steven Rostedt · 14 years ago
  44. 2545eb6 Initial start of ktest.pl by Steven Rostedt · 14 years ago
  45. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
  46. 7e55055 perf trace: update usage by Tom Zanussi · 14 years ago
  47. d3c4f79 perf trace: update Documentation with new perf trace variants by Tom Zanussi · 14 years ago
  48. b5b8731 perf trace: live-mode command-line cleanup by Tom Zanussi · 14 years ago
  49. 34c86ea perf trace record: handle commands correctly by Tom Zanussi · 14 years ago
  50. bca647a perf record: make the record options available outside perf record by Tom Zanussi · 14 years ago
  51. b0b6d91 perf trace scripting: remove system-wide param from shell scripts by Tom Zanussi · 14 years ago
  52. e8719ad perf trace scripting: fix some small memory leaks and missing error checks by Tom Zanussi · 14 years ago
  53. 01797c5 perf: Fix usages of profile_cpu in builtin-top.c to use cpu_list by Corey Ashford · 14 years ago
  54. a3da8e4 perf, ui: Eliminate stack-smashing protection compiler complaint by Cyrill Gorcunov · 14 years ago
  55. 0d24db3 slub: move slabinfo.c to tools/slub/slabinfo.c by Christoph Lameter · 14 years ago
  56. e25804a Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  57. 00204c3 perf python scripting: Add futex-contention script by Arnaldo Carvalho de Melo · 14 years ago
  58. 22d0594 perf python scripting: Fixup cut'n'paste error in sctop script by Arnaldo Carvalho de Melo · 14 years ago
  59. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  60. 0ab7368 perf record: Remove newline character from perror() argument by Matt Fleming · 14 years ago
  61. 5df414c Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  62. 7f6c1bd perf python scripting: Support fedora 11 (audit 1.7.17) by Arnaldo Carvalho de Melo · 14 years ago
  63. a64fa19 perf python scripting: Improve the syscalls-by-pid script by Arnaldo Carvalho de Melo · 14 years ago
  64. 2e7d1e3 perf python scripting: print the syscall name on sctop by Arnaldo Carvalho de Melo · 14 years ago
  65. 6545aaa perf python scripting: Improve the syscalls-counts script by Arnaldo Carvalho de Melo · 14 years ago
  66. 6cc7361 perf python scripting: Improve the failed-syscalls-by-pid script by Arnaldo Carvalho de Melo · 14 years ago
  67. b8ecad8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  68. 66a301c3 perf probe: Fix format specified for Dwarf_Off parameter by Arnaldo Carvalho de Melo · 14 years ago
  69. d1e95bb perf trace: Fix detection of script extension by Ben Hutchings · 14 years ago
  70. 44e668c perf trace: Use $PERF_EXEC_PATH in canned report scripts by Ben Hutchings · 14 years ago
  71. ffec516 perf tools: Document event modifiers by Sonny Rao · 14 years ago
  72. 8bfb5e7 perf tools: Remove direct slang.h include by Arnaldo Carvalho de Melo · 14 years ago
  73. 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  74. 469b9b8 perf probe: Add basic module support by Masami Hiramatsu · 14 years ago
  75. fb8c5a5 perf probe: Show accessible global variables by Masami Hiramatsu · 14 years ago
  76. c82ec0a perf probe: Function style fix by Masami Hiramatsu · 14 years ago
  77. cf6eb48 perf probe: Show accessible local variables by Masami Hiramatsu · 14 years ago
  78. 632941c perf probe: Support global variables by Masami Hiramatsu · 14 years ago
  79. 378eeaa perf probe: Fix local variable searching loop by Masami Hiramatsu · 14 years ago
  80. 4046b8b perf probe: Fix type searching by Masami Hiramatsu · 14 years ago
  81. c1e028e perf, MIPS: Support cross compiling of tools/perf for MIPS by Deng-Cheng Zhu · 14 years ago
  82. 00e8976 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  83. 0f940cb perf trace scripting: Fix extern struct definitions by Stephane Eranian · 14 years ago
  84. c569d33 perf ui hist browser: Fix segfault on 'a' for annotate by Frederik Deweerdt · 14 years ago
  85. 39cfae6 perf tools: Fix build breakage by Kusanagi Kouichi · 14 years ago
  86. 3aabae7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  87. 469917c perf ui browser: Don't use windows, slang is enough by Arnaldo Carvalho de Melo · 14 years ago
  88. 85e00b5 perf symbols: Fix multiple initialization of symbol system by Jovi Zhang · 14 years ago
  89. 2aa6127 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  90. 367e94c perf probe: Fix handling of arguments names by Masami Hiramatsu · 14 years ago
  91. 04ddd04 perf probe: Fix return probe support by Masami Hiramatsu · 14 years ago
  92. 359d510 perf: Add a script to show packets processing by Koki Sanagi · 14 years ago
  93. 3449daf Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  94. 98ee74a Merge branch 'perf/urgent' into perf/core by Frederic Weisbecker · 14 years ago
  95. 5225c45 perf: Initialize callchains roots's childen hits by Frederic Weisbecker · 14 years ago
  96. f2481f3 perf tools: Fix linking errors with --as-needed flag by Tom Zanussi · 14 years ago
  97. 90f18e6 perf symbols: List symbols in a dso in ascending name order by Srikar Dronamraju · 14 years ago
  98. 3c916cc perf hists browser: Introduce "expand/collapse all callchains" action by Arnaldo Carvalho de Melo · 14 years ago
  99. 163caed perf hists browser: Init the has_children fields just once by Arnaldo Carvalho de Melo · 14 years ago
  100. 293db47 perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT() by Arnaldo Carvalho de Melo · 14 years ago