1. a0bf225 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  2. d1398cc perf tools: Fix LIBNUMA build with glibc 2.12 and older. by Vinson Lee · 11 years ago
  3. 79146a6 perf probe: Fix segfault by Ananth N Mavinakayanahalli · 11 years ago
  4. e4dd45f perf record: Fix -C option by Jiri Olsa · 11 years ago
  5. d2f3247 perf tools: check if -DFORTIFY_SOURCE=2 is allowed by Marcin Slusarz · 11 years ago
  6. 5f7439e perf report: Fix build with NO_NEWT=1 by Michael Ellerman · 11 years ago
  7. 1e825ef perf annotate: Fix build with NO_NEWT=1 by Michael Ellerman · 11 years ago
  8. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  9. 1bea5b8 perf: Enable building perf tools for Meta by James Hogan · 11 years ago
  10. e23b622 Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  11. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  12. 9854783 perf, ARC: Enable building perf tools for ARC by Vineet Gupta · 11 years ago
  13. 85df3b3 perf tools: Fix build with bison 2.3 and older. by Vinson Lee · 11 years ago
  14. 0232093 perf tools: Limit unwind support to x86 archs by Jiri Olsa · 11 years ago
  15. 18c9e5c perf annotate: Make it to be able to skip unannotatable symbols by Namhyung Kim · 11 years ago
  16. c0e79be perf gtk/annotate: Fail early if it can't annotate by Namhyung Kim · 11 years ago
  17. 2375223 perf gtk/annotate: Show source lines with gray color by Namhyung Kim · 11 years ago
  18. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 11 years ago
  19. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 11 years ago
  20. e3a3402 perf annotate: Fix warning message on a missing vmlinux by Namhyung Kim · 11 years ago
  21. eeb4984 perf buildid-cache: Add --update option by Namhyung Kim · 11 years ago
  22. 88fd2b6 perf python: Link with sysfs.o by Arnaldo Carvalho de Melo · 11 years ago
  23. e35ef355 perf evlist: Pass the event_group info via perf_attr_details by Arnaldo Carvalho de Melo · 11 years ago
  24. 91b9880 perf tools: Fix calloc argument ordering by Paul Gortmaker · 11 years ago
  25. 5a30a99 perf tests: Adding automated parsing tests for group :GH modifiers by Jiri Olsa · 11 years ago
  26. 89bb67f perf tools: Fix perf_evsel::exclude_GH handling by Jiri Olsa · 11 years ago
  27. b22e793 perf perl scripts: Fix SIGALRM and pipe read race for rwtop by Jiri Olsa · 11 years ago
  28. 0c5268b perf hists browser: Add support to display whole group data for raw columns by Jiri Olsa · 11 years ago
  29. d7e7a45 perf stat: Add per processor socket count aggregation by Stephane Eranian · 11 years ago
  30. 5ac59a8 perf tools: Add cpu_map processor socket level functions by Stephane Eranian · 11 years ago
  31. 0479b8b perf evlist: Make event_copy local to mmaps by David Ahern · 11 years ago
  32. 5936f54 perf sort: Check return value of strdup() by Namhyung Kim · 11 years ago
  33. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 11 years ago
  34. 51f27d1 perf sort: Drop ip_[lr] arguments from _sort__sym_cmp() by Namhyung Kim · 11 years ago
  35. 2209001 perf tools: Check for flex and bison before continuing building by Borislav Petkov · 11 years ago
  36. 74b2133 perf evlist: Fix set event list leader by Stephane Eranian · 11 years ago
  37. ad0de09 perf report: Enable the runtime switching of perf data file by Feng Tang · 11 years ago
  38. 341487ab perf hists browser: Add option for runtime switching perf data file by Feng Tang · 11 years ago
  39. e6ab07d perf evlist: Add --group option by Namhyung Kim · 11 years ago
  40. 00c7e1f perf report: Add report.group config option by Namhyung Kim · 11 years ago
  41. 01d14f1 perf report: Add --group option by Namhyung Kim · 11 years ago
  42. 717e263 perf report: Show group description when event group is enabled by Namhyung Kim · 11 years ago
  43. fc24d7c perf report: Bypass non-leader events when event group is enabled by Namhyung Kim · 11 years ago
  44. 34b9564 perf gtk/browser: Trim column header string when event group enabled by Namhyung Kim · 11 years ago
  45. cb16008 perf gtk/browser: Add support for event group view by Namhyung Kim · 11 years ago
  46. 371d8c4 perf hists browser: Add suppport for event group view by Namhyung Kim · 11 years ago
  47. 8970146 perf hists browser: Move coloring logic to hpp functions by Namhyung Kim · 11 years ago
  48. 5b9e214 perf ui/hist: Add support for event group view by Namhyung Kim · 11 years ago
  49. 843985e perf gtk/browser: Convert hpp helpers to a function by Namhyung Kim · 11 years ago
  50. 5aed9d2 perf hists browser: Convert hpp helpers to a function by Namhyung Kim · 11 years ago
  51. 4fb7107 perf ui/hist: Consolidate hpp helpers by Namhyung Kim · 11 years ago
  52. 29d720e perf hists: Resort hist entries using group members for output by Namhyung Kim · 11 years ago
  53. 6e1f601 perf report: Make another loop for linking group hists by Namhyung Kim · 11 years ago
  54. a8bb559 perf header: Add HEADER_GROUP_DESC feature by Namhyung Kim · 11 years ago
  55. 8d7d847 perf tests: Add group test conditions by Namhyung Kim · 11 years ago
  56. 97f63e4 perf tools: Keep group information by Namhyung Kim · 11 years ago
  57. 0de233b perf top: Delete maps on exit by Arnaldo Carvalho de Melo · 11 years ago
  58. 11859e8 perf top: Stop using exit() by Arnaldo Carvalho de Melo · 11 years ago
  59. 5809fde perf header: Fix double fclose() on do_write(fd, xxx) failure by Thomas Jarosch · 11 years ago
  60. fdae637 perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" case by Thomas Jarosch · 11 years ago
  61. 0b9e01a perf tools: Fix memory leak on error by Thomas Jarosch · 11 years ago
  62. 8eb44dd perf sort: Use pclose() instead of fclose() on pipe stream by Thomas Jarosch · 11 years ago
  63. 68c465a perf tools: Fix possible double free on error by Thomas Jarosch · 11 years ago
  64. e3541ec perf tools, powerpc: Fix compile warnings in tests/attr.c by Sukadev Bhattiprolu · 11 years ago
  65. 43f8e76 perf evsel: Fix memory leaks on evsel->counts by Namhyung Kim · 11 years ago
  66. 13370a9 perf stat: Add interval printing by Stephane Eranian · 11 years ago
  67. c7a79c4 perf evsel: Add prev_raw_count field by Stephane Eranian · 11 years ago
  68. 79d824e perf tools: Make numa benchmark optional by Peter Hurley · 11 years ago
  69. 1c13f3c perf: Add 'perf bench numa mem' NUMA performance measurement suite by Ingo Molnar · 12 years ago
  70. ec13abc perf tests: Fix leaks on PERF_RECORD_* test by Arnaldo Carvalho de Melo · 11 years ago
  71. c0aab59 perf tests: Call machine__exit in the vmlinux matches kallsyms test by Arnaldo Carvalho de Melo · 11 years ago
  72. 56ab714 perf ui browser: Free browser->helpline() on ui_browser__hide() by Arnaldo Carvalho de Melo · 11 years ago
  73. 2caa48a perf header: Stop using die() calls when processing tracing data by Arnaldo Carvalho de Melo · 11 years ago
  74. 8d9233f perf kmem: Use memdup() by Arnaldo Carvalho de Melo · 11 years ago
  75. 8e16017 perf tools: Use memdup in map__clone by Arnaldo Carvalho de Melo · 11 years ago
  76. 237a7e0 perf tools: Stop using 'self' in map.[ch] by Arnaldo Carvalho de Melo · 11 years ago
  77. d8639f0 perf tools: Stop using 'self' in strlist by Arnaldo Carvalho de Melo · 11 years ago
  78. 2ae8287 perf test: Allow skipping tests by Arnaldo Carvalho de Melo · 11 years ago
  79. ffe0fb7 perf tools: Allow passing a list to intlist__new by Arnaldo Carvalho de Melo · 11 years ago
  80. 5a3d04d perf tools: Allow passing NULL to intlist__find by Arnaldo Carvalho de Melo · 11 years ago
  81. 1de7b7e perf script: Remove workqueue-stats script by Tom Zanussi · 11 years ago
  82. 2de9533 perf script: hook up perf_scripting_context->pevent by Tom Zanussi · 11 years ago
  83. bdb71db perf script: Don't display trace info when invoking scripts by Tom Zanussi · 11 years ago
  84. 2a16bf8 perf tools: Remove some needless die() calls from the main routine by Arnaldo Carvalho de Melo · 11 years ago
  85. ab1bf653 perf pmu: Privatize perf_pmu_{format,alias} structs by Arnaldo Carvalho de Melo · 11 years ago
  86. be651ed perf tests: Use ARRAY_SIZE() were applicable by Arnaldo Carvalho de Melo · 11 years ago
  87. 23b6339 perf tools: Fix usage of __ in event parsing struct names by Arnaldo Carvalho de Melo · 11 years ago
  88. 7c3102b perf ui browsers: Fix usage of __ in struct names by Arnaldo Carvalho de Melo · 11 years ago
  89. 5c6ccc3 perf pmu: Fix usage of __ in struct names by Arnaldo Carvalho de Melo · 11 years ago
  90. 6cee6cd perf tools: Fix usage of __ in parse_events_term struct by Arnaldo Carvalho de Melo · 11 years ago
  91. 08aa9cc perf tools: Move ltrim() to util/string.c by Namhyung Kim · 11 years ago
  92. 1526813 perf tools: Fix PMU format parsing test failure by Sukadev Bhattiprolu · 11 years ago
  93. 3cecaa2 perf tools: Do not include PERF-VERSION-FILE to Makefile by Namhyung Kim · 11 years ago
  94. 1aa3d17 perf tools: Get rid of unused include of config.mak by Namhyung Kim · 11 years ago
  95. d8f7bbc perf tools: Remove unused 'unset' parameter from parse_events by Jiri Olsa · 11 years ago
  96. 3cf0cb1 perf tools: Mark branch_info maps as referenced by Stephane Eranian · 11 years ago
  97. 865c66c perf annotate browser: Fix segfault when drawing out-of-bounds jumps by Frederik Deweerdt · 11 years ago
  98. 2c803e5 perf tools: Move get_term_dimensions from top to util.c by David Ahern · 11 years ago
  99. b7c14a0 perf symbols: Mark vmlinux filename as allocated by David Ahern · 11 years ago
  100. 164c800 perf symbols: Move name malloc to when needed in dso__load by David Ahern · 11 years ago