1. 60bbdda perf target: Introduce perf_target_errno by Namhyung Kim · 13 years ago
  2. 55261f4 perf evlist: Fix creation of cpu map by Namhyung Kim · 13 years ago
  3. 10b47d5 perf top: Set target.system_wide by Arnaldo Carvalho de Melo · 13 years ago
  4. 9389a46 perf session: Fail on processing event with unknown size by Jiri Olsa · 13 years ago
  5. dc41b9b perf ui: Change fallback policy of setup_browser() by Namhyung Kim · 13 years ago
  6. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 13 years ago
  7. 28e62b9 perf ui gtk: Rename functions for consistency by Namhyung Kim · 13 years ago
  8. 7706f96 perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() by Namhyung Kim · 13 years ago
  9. ca09b2e perf ui: Make setup_browser() generic by Namhyung Kim · 13 years ago
  10. 12864b3 perf target: Split out perf_target handling code by Namhyung Kim · 13 years ago
  11. 770a34a perf tools: Check more combinations of PID/TID, UID and CPU switches by Namhyung Kim · 13 years ago
  12. b809ac1 perf evlist: Make create_maps() take struct perf_target by Namhyung Kim · 13 years ago
  13. 4bd0f2d perf tools: Introduce perf_target__validate() helper by Namhyung Kim · 13 years ago
  14. fe9d18a perf top: Convert to struct perf_target by Namhyung Kim · 13 years ago
  15. 20f946b perf stat: Convert to struct perf_target by Namhyung Kim · 13 years ago
  16. bea0340 perf tools: Introduce struct perf_target by Namhyung Kim · 13 years ago
  17. c651214 perf tools: Fix include header files in util/parse-events.h by Robert Richter · 13 years ago
  18. 23080e4 perf test: Make the rdpmc test honour 'verbose' mode by Arnaldo Carvalho de Melo · 13 years ago
  19. f3054c778 perf tools: Cleanup realloc use by Ulrich Drepper · 13 years ago
  20. a385ec4 Merge tag 'v3.4-rc2' into perf/core by Ingo Molnar · 13 years ago
  21. 5a7ed29 perf record: Use sw counter only if hw pmu is not detected by Robert Richter · 13 years ago
  22. 61d5bf5 perf tools: Fix thread map that is type pid_t by Robert Richter · 13 years ago
  23. 666e6d4 perf stat: Declare some references static by Robert Richter · 13 years ago
  24. e7b3ba6 perf tools: Move GTK+ bits to tools/perf/ui/gtk directory by Namhyung Kim · 13 years ago
  25. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 13 years ago
  26. a31b7cc perf annotate: Fix a build error by Namhyung Kim · 13 years ago
  27. 024e6c9 perf tools: Fix parsers' rules to dependencies by Jiri Olsa · 13 years ago
  28. ea01fa9 tools: Connect to the kernel build system by Borislav Petkov · 13 years ago
  29. d5dd8af tools: Add a help target by Borislav Petkov · 13 years ago
  30. 2363ecb tools: Add a toplevel Makefile by Borislav Petkov · 13 years ago
  31. d8caf3e tools: Cleanup EXTRA_WARNINGS by Borislav Petkov · 13 years ago
  32. 98d89bf tools: Add Makefile.include by Borislav Petkov · 13 years ago
  33. 2381da7 perf tools: Ignore auto-generated bison/flex files by Namhyung Kim · 13 years ago
  34. d3d1f61 perf annotate browser: string search: /?n by Arnaldo Carvalho de Melo · 13 years ago
  35. cc686280 perf report: Correct display of samples and events in header by Ashay Rane · 13 years ago
  36. 08be4ee perf annotate browser: Initial support for navigating jump instructions by Arnaldo Carvalho de Melo · 13 years ago
  37. b0ffb2c perf ui annotate browser: Add list based search for addr offset by Arnaldo Carvalho de Melo · 13 years ago
  38. 6052170 perf ui annotate browser: Move callq handling to separate function by Arnaldo Carvalho de Melo · 13 years ago
  39. e235f3f perf ui annotate browser: Allow toggling addr offset view by Arnaldo Carvalho de Melo · 13 years ago
  40. 058b4cc perf annotate: Allow printing objdump line addr in different color by Arnaldo Carvalho de Melo · 13 years ago
  41. 0870916 perf ui browser: Return the current color when setting a new one by Arnaldo Carvalho de Melo · 13 years ago
  42. 31d68e7 perf annotate: Validate addr in symbol__inc_addr_samples by Arnaldo Carvalho de Melo · 13 years ago
  43. 8493fe1 perf hists browser: Fix NULL deref in hists browsing code by Jiri Olsa · 13 years ago
  44. 63fa471 perf hists: Catch and handle out-of-date hist entry maps. by David Miller · 13 years ago
  45. 8b84a56 perf annotate: Fix hist decay by Arnaldo Carvalho de Melo · 13 years ago
  46. 4bea8b5 perf top: Add intel_idle to the skip list by Arnaldo Carvalho de Melo · 13 years ago
  47. 7b78f13 perf tools: Fix getrusage() related build failure on glibc trunk by Markus Trippelsdorf · 13 years ago
  48. f187e9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  49. 8ebfdf2 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 13 years ago
  50. a335750 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  51. 65f3e56 perf tools: Remove auto-generated bison/flex files by Ingo Molnar · 13 years ago
  52. 15aaa34 tools turbostat: harden against cpu online/offline by Len Brown · 13 years ago
  53. 88c3281 tools turbostat: reduce measurement overhead due to IPIs by Len Brown · 13 years ago
  54. 1c03658 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutils by Linus Torvalds · 13 years ago
  55. 64c17be perf annotate: Fix off by one symbol hist size allocation and hit accounting by Arnaldo Carvalho de Melo · 13 years ago
  56. e23da03 tools turbostat: add summary option by Len Brown · 13 years ago
  57. cc96aa7 perf tools: Add missing ref-cycles event back to event parser by Namhyung Kim · 13 years ago
  58. f0f57b2 mm: move hugepage test examples to tools/testing/selftests/vm by Dave Young · 13 years ago
  59. 63e3155 mm: move slabinfo.c to tools/vm by Dave Young · 13 years ago
  60. c6dd897 mm: move page-types.c from Documentation to tools/vm by Dave Young · 13 years ago
  61. cab6b05 selftests/Makefile: make `run_tests' depend on `all' by Andrew Morton · 13 years ago
  62. f467f71 selftests: launch individual selftests from the main Makefile by Frederic Weisbecker · 13 years ago
  63. f40a063 perf annotate: addr2line wants addresses in same format as objdump by David Miller · 13 years ago
  64. ba28c59 perf probe: Finder fails to resolve function name to address by Prashanth Nageshappa · 13 years ago
  65. de8856d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  66. 1e2dd2f perf symbols: Handle NULL dso in dso__name_len by David Miller · 13 years ago
  67. 3738d40 perf symbols: Do not include libgen.h by David Miller · 13 years ago
  68. fa30c96 perf tools: Fix bug in raw sample parsing by Stephane Eranian · 13 years ago
  69. 6d4818c perf tools: Fix display of first level of callchains by Frederic Weisbecker · 13 years ago
  70. 2c86bf1 perf tools: Switch module.h into export.h by Jiri Olsa · 13 years ago
  71. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 13 years ago
  72. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 13 years ago
  73. f1e84eb Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 13 years ago
  74. f0a5ec0 Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 13 years ago
  75. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 13 years ago
  76. 5d7be90 perf tools: Fix modifier to be applied on correct events by Jiri Olsa · 13 years ago
  77. 9fafd98 perf tools: Fix various casting issues for 32 bits by Jiri Olsa · 13 years ago
  78. 842f07f perf tools: Simplify event_read_id exit path by Borislav Petkov · 13 years ago
  79. 0d09eb7 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  80. 02c5025 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  81. 648a182 ktest: Allow a test to override REBOOT_ON_SUCCESS by Steven Rostedt · 13 years ago
  82. 769df64 ktest: Fix SWITCH_TO_GOOD to also reboot the machine by Steven Rostedt · 13 years ago
  83. 02ad261 ktest: Add SCP_TO_TARGET_INSTALL option by Steven Rostedt · 13 years ago
  84. 6ca996c ktest: Add warning when bugs are ignored by Steven Rostedt · 13 years ago
  85. 627977d ktest: Add INSTALL_MOD_STRIP=1 when installing modules by Steven Rostedt · 13 years ago
  86. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  87. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  88. 4a52246 Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  89. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  90. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 13 years ago
  91. fde0eea perf report: Document --symbol-filter option by Namhyung Kim · 13 years ago
  92. f7e5410 perf ui browser: Clean lines inside of the input window by Namhyung Kim · 13 years ago
  93. adc80ae Tools: hv: Support enumeration from all the pools by K. Y. Srinivasan · 13 years ago
  94. db425334e Tools: hv: Fully support the new KVP verbs in the user level daemon by K. Y. Srinivasan · 13 years ago
  95. fa3d5b8 Drivers: hv: Support the newly introduced KVP messages in the driver by K. Y. Srinivasan · 13 years ago
  96. 6db6127 perf report: Treat an argument as a symbol filter by Namhyung Kim · 13 years ago
  97. b14ffac perf report: Add --symbol-filter option by Namhyung Kim · 13 years ago
  98. 938a23a perf ui browser: Add 's' key to filter by symbol name by Namhyung Kim · 13 years ago
  99. aa49f6e perf ui browser: Introduce ui_browser__input_window by Namhyung Kim · 13 years ago
  100. e94d53e perf hists: Add hists__filter_by_symbol by Namhyung Kim · 13 years ago