1. e6ab07d perf evlist: Add --group option by Namhyung Kim · 12 years ago
  2. 00c7e1f perf report: Add report.group config option by Namhyung Kim · 12 years ago
  3. 01d14f1 perf report: Add --group option by Namhyung Kim · 12 years ago
  4. 717e263 perf report: Show group description when event group is enabled by Namhyung Kim · 12 years ago
  5. fc24d7c perf report: Bypass non-leader events when event group is enabled by Namhyung Kim · 12 years ago
  6. 34b9564 perf gtk/browser: Trim column header string when event group enabled by Namhyung Kim · 12 years ago
  7. cb16008 perf gtk/browser: Add support for event group view by Namhyung Kim · 12 years ago
  8. 371d8c4 perf hists browser: Add suppport for event group view by Namhyung Kim · 12 years ago
  9. 8970146 perf hists browser: Move coloring logic to hpp functions by Namhyung Kim · 12 years ago
  10. 5b9e214 perf ui/hist: Add support for event group view by Namhyung Kim · 12 years ago
  11. 843985e perf gtk/browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  12. 5aed9d2 perf hists browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  13. 4fb7107 perf ui/hist: Consolidate hpp helpers by Namhyung Kim · 12 years ago
  14. 29d720e perf hists: Resort hist entries using group members for output by Namhyung Kim · 12 years ago
  15. 6e1f601 perf report: Make another loop for linking group hists by Namhyung Kim · 12 years ago
  16. a8bb559 perf header: Add HEADER_GROUP_DESC feature by Namhyung Kim · 12 years ago
  17. 8d7d847 perf tests: Add group test conditions by Namhyung Kim · 12 years ago
  18. 97f63e4 perf tools: Keep group information by Namhyung Kim · 12 years ago
  19. 0de233b perf top: Delete maps on exit by Arnaldo Carvalho de Melo · 12 years ago
  20. 11859e8 perf top: Stop using exit() by Arnaldo Carvalho de Melo · 12 years ago
  21. 5809fde perf header: Fix double fclose() on do_write(fd, xxx) failure by Thomas Jarosch · 12 years ago
  22. fdae637 perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" case by Thomas Jarosch · 12 years ago
  23. 0b9e01a perf tools: Fix memory leak on error by Thomas Jarosch · 12 years ago
  24. 8eb44dd perf sort: Use pclose() instead of fclose() on pipe stream by Thomas Jarosch · 12 years ago
  25. 68c465a perf tools: Fix possible double free on error by Thomas Jarosch · 12 years ago
  26. e3541ec perf tools, powerpc: Fix compile warnings in tests/attr.c by Sukadev Bhattiprolu · 12 years ago
  27. 43f8e76 perf evsel: Fix memory leaks on evsel->counts by Namhyung Kim · 12 years ago
  28. 13370a9 perf stat: Add interval printing by Stephane Eranian · 12 years ago
  29. c7a79c4 perf evsel: Add prev_raw_count field by Stephane Eranian · 12 years ago
  30. 79d824e perf tools: Make numa benchmark optional by Peter Hurley · 12 years ago
  31. 1c13f3c perf: Add 'perf bench numa mem' NUMA performance measurement suite by Ingo Molnar · 12 years ago
  32. ec13abc perf tests: Fix leaks on PERF_RECORD_* test by Arnaldo Carvalho de Melo · 12 years ago
  33. c0aab59 perf tests: Call machine__exit in the vmlinux matches kallsyms test by Arnaldo Carvalho de Melo · 12 years ago
  34. 56ab714 perf ui browser: Free browser->helpline() on ui_browser__hide() by Arnaldo Carvalho de Melo · 12 years ago
  35. 2caa48a perf header: Stop using die() calls when processing tracing data by Arnaldo Carvalho de Melo · 12 years ago
  36. 8d9233f perf kmem: Use memdup() by Arnaldo Carvalho de Melo · 12 years ago
  37. 8e16017 perf tools: Use memdup in map__clone by Arnaldo Carvalho de Melo · 12 years ago
  38. 237a7e0 perf tools: Stop using 'self' in map.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  39. d8639f0 perf tools: Stop using 'self' in strlist by Arnaldo Carvalho de Melo · 12 years ago
  40. 2ae8287 perf test: Allow skipping tests by Arnaldo Carvalho de Melo · 12 years ago
  41. ffe0fb7 perf tools: Allow passing a list to intlist__new by Arnaldo Carvalho de Melo · 12 years ago
  42. 5a3d04d perf tools: Allow passing NULL to intlist__find by Arnaldo Carvalho de Melo · 12 years ago
  43. 1de7b7e perf script: Remove workqueue-stats script by Tom Zanussi · 12 years ago
  44. 2de9533 perf script: hook up perf_scripting_context->pevent by Tom Zanussi · 12 years ago
  45. bdb71db perf script: Don't display trace info when invoking scripts by Tom Zanussi · 12 years ago
  46. 2a16bf8 perf tools: Remove some needless die() calls from the main routine by Arnaldo Carvalho de Melo · 12 years ago
  47. ab1bf653 perf pmu: Privatize perf_pmu_{format,alias} structs by Arnaldo Carvalho de Melo · 12 years ago
  48. be651ed perf tests: Use ARRAY_SIZE() were applicable by Arnaldo Carvalho de Melo · 12 years ago
  49. 23b6339 perf tools: Fix usage of __ in event parsing struct names by Arnaldo Carvalho de Melo · 12 years ago
  50. 7c3102b perf ui browsers: Fix usage of __ in struct names by Arnaldo Carvalho de Melo · 12 years ago
  51. 5c6ccc3 perf pmu: Fix usage of __ in struct names by Arnaldo Carvalho de Melo · 12 years ago
  52. 6cee6cd perf tools: Fix usage of __ in parse_events_term struct by Arnaldo Carvalho de Melo · 12 years ago
  53. 08aa9cc perf tools: Move ltrim() to util/string.c by Namhyung Kim · 12 years ago
  54. 1526813 perf tools: Fix PMU format parsing test failure by Sukadev Bhattiprolu · 12 years ago
  55. 3cecaa2 perf tools: Do not include PERF-VERSION-FILE to Makefile by Namhyung Kim · 12 years ago
  56. 1aa3d17 perf tools: Get rid of unused include of config.mak by Namhyung Kim · 12 years ago
  57. d8f7bbc perf tools: Remove unused 'unset' parameter from parse_events by Jiri Olsa · 12 years ago
  58. 3cf0cb1 perf tools: Mark branch_info maps as referenced by Stephane Eranian · 12 years ago
  59. 865c66c perf annotate browser: Fix segfault when drawing out-of-bounds jumps by Frederik Deweerdt · 12 years ago
  60. 2c803e5 perf tools: Move get_term_dimensions from top to util.c by David Ahern · 12 years ago
  61. b7c14a0 perf symbols: Mark vmlinux filename as allocated by David Ahern · 12 years ago
  62. 164c800 perf symbols: Move name malloc to when needed in dso__load by David Ahern · 12 years ago
  63. 9811360 perf report: Update documentation for sort keys by Namhyung Kim · 12 years ago
  64. fc5871e perf sort: Separate out branch stack specific sort keys by Namhyung Kim · 12 years ago
  65. 6f38cf2 perf sort: Clean up sort__first_dimension setting by Namhyung Kim · 12 years ago
  66. cb99374 perf sort: Calculate parent column width too by Namhyung Kim · 12 years ago
  67. dccf180 perf sort: Align cpu column to right by Namhyung Kim · 12 years ago
  68. fb29a33 perf sort: Fix --sort pid output by Namhyung Kim · 12 years ago
  69. 4335552 perf sort: Get rid of unnecessary __maybe_unused by Namhyung Kim · 12 years ago
  70. 14d1ac7 perf sort: Move misplaced sort entry functions by Namhyung Kim · 12 years ago
  71. 7ce28b5 perf probe: Allow of casting an array of char to string by Hyeoncheol Lee · 12 years ago
  72. d0528b5 perf tools: Add anonymous huge page recognition by Joshua Zhu · 12 years ago
  73. 9b494ea perf bench: Flush stdout before starting bench suite by Namhyung Kim · 12 years ago
  74. eec185a perf symbols: Include elf.h header regardless LIBELF_SUPPORT by Namhyung Kim · 12 years ago
  75. a65c234 perf tools: Fix possible (unlikely) buffer overflow by Thomas Jarosch · 12 years ago
  76. 31160d7 perf tools: Fix GNU make v3.80 compatibility issue by Al Cooper · 12 years ago
  77. 6bf1a29 perf ui/gtk: Setup browser window early by Namhyung Kim · 12 years ago
  78. 0da41ce9 perf ui/gtk: Factor out common browser routines by Namhyung Kim · 12 years ago
  79. 50ca19a perf script: use ARRAY_SIZE instead of reinventing it by Sasha Levin · 12 years ago
  80. 49e4ba5 perf kmem: use ARRAY_SIZE instead of reinventing it by Sasha Levin · 12 years ago
  81. 53985a7 perf tools: remove redundant checks from _sort__sym_cmp by Sasha Levin · 12 years ago
  82. 531f67b perf tests: Don't fail if a matching vmlinux isn't found, skip that test by Arnaldo Carvalho de Melo · 12 years ago
  83. f4c1ea5 perf tests: Add return states enum for tests by Jiri Olsa · 12 years ago
  84. 20914ce5 perf kvm: Initialize file_name var to fix segfault by Arnaldo Carvalho de Melo · 12 years ago
  85. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  86. 09ecbb0 perf tests: Fix PYTHONPATH for python-use test tracepoints by Jiri Olsa · 12 years ago
  87. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  88. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  89. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  90. 7e383de perf record: Don't pass host machine to guest synthesizer by Arnaldo Carvalho de Melo · 12 years ago
  91. 5323f60 perf header: Ensure read/write finished successfully by Namhyung Kim · 12 years ago
  92. 000ae33 perf tests: Check python path on attr and binding test by Namhyung Kim · 12 years ago
  93. 82ce75d perf tests: Add event parsing test for '*:*' tracepoints by Jiri Olsa · 12 years ago
  94. f35488f perf tools: Add support for wildcard in tracepoint system name by Jiri Olsa · 12 years ago
  95. 0bd3f08 perf tools: Add missing closedir in multi tracepoint processing by Jiri Olsa · 12 years ago
  96. 0c6332e perf python: Fix breakage introduced by the test_attr infrastructure by Arnaldo Carvalho de Melo · 12 years ago
  97. 54359d3 perf test: Check for linking problems in the python binding by Arnaldo Carvalho de Melo · 12 years ago
  98. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  99. c0a5434 perf evsel: Introduce event fallback method by Arnaldo Carvalho de Melo · 12 years ago
  100. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago