1. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  2. 328ccda perf report: Add --no-demangle option by Namhyung Kim · 11 years ago
  3. 12c08a9 perf stat: Add per-core aggregation by Stephane Eranian · 11 years ago
  4. d430495 perf stat: Rename --aggr-socket to --per-socket by Stephane Eranian · 11 years ago
  5. 86ee6e1 perf stat: Refactor aggregation code by Stephane Eranian · 11 years ago
  6. ebf3c67 perf tools: Cleanup calc_data_size logic by Namhyung Kim · 11 years ago
  7. 452958f perf tools: Get rid of die() calls in trace-data-read.c by Namhyung Kim · 11 years ago
  8. 4a31e56 perf tools: Get rid of read_or_die() in trace-event-read.c by Namhyung Kim · 11 years ago
  9. a4c9836 perf tools: Get rid of malloc_or_die() in trace-event-read.c by Namhyung Kim · 11 years ago
  10. 3dce2ce perf tools: Handle failure case in trace_report() by Namhyung Kim · 11 years ago
  11. 7f42b95 perf tools: Get rid of die() calls from trace-event-info.c by Namhyung Kim · 11 years ago
  12. 8755d5e perf tools: Get rid of write_or_die() from trace-event-info.c by Namhyung Kim · 11 years ago
  13. 5a6fd27 perf tools: Get rid of malloc_or_die() in trace-event-info.c by Namhyung Kim · 11 years ago
  14. 454f8c7 perf tools: Let get_tracing_file() return NULL to indicate failure. by Namhyung Kim · 11 years ago
  15. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 11 years ago
  16. 0a11953 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  17. bc96b36 perf tests: Add a test case for checking sw clock event frequency by Namhyung Kim · 11 years ago
  18. d134ffb perf stat: Introduce evlist methods to allocate/free the stats by Arnaldo Carvalho de Melo · 11 years ago
  19. 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
  20. a7e191c perf stat: Introduce --repeat forever by Frederik Deweerdt · 11 years ago
  21. d723a55 perf test: Add test case for checking number of EXIT events by Namhyung Kim · 11 years ago
  22. da522c1 perf tests: Fixup return path of perf record test case by Namhyung Kim · 11 years ago
  23. 9b5b7cd perf tests: Fixup return path of open-syscall-tp-fields test case by Namhyung Kim · 11 years ago
  24. 8fa60e1 perf record: Fixup return path of cmd_record() by Namhyung Kim · 11 years ago
  25. 3beb086 perf trace: Free evlist resources properly on return path by Namhyung Kim · 11 years ago
  26. a74b4b6 perf evlist: Introduce perf_evlist__close() by Namhyung Kim · 11 years ago
  27. 736b05a perf evsel: Cleanup perf_evsel__exit() by Namhyung Kim · 11 years ago
  28. 06933e3 perf tests: Test breakpoint overflow signal handler counts by Jiri Olsa · 11 years ago
  29. 5a6bef4 perf tests: Test breakpoint overflow signal handler by Jiri Olsa · 11 years ago
  30. 45fa534 perf tools: Remove duplicated page_size definition by Namhyung Kim · 11 years ago
  31. e5f5e5e perf tools: Remove unused macro definitions by Namhyung Kim · 11 years ago
  32. 024b130 perf tools: Remove unnecessary calc_data_size variable by Namhyung Kim · 11 years ago
  33. d301de8 perf tools: Remove unused struct definitions by Namhyung Kim · 11 years ago
  34. f3ff40e perf tools: Remove unused trace_read_data function by Namhyung Kim · 11 years ago
  35. db3c6bf perf report: Remove duplicated include by Wei Yongjun · 11 years ago
  36. ed8996a perf machine: Move machine__remove_thread and make static by David Ahern · 11 years ago
  37. c1ad050 perf session: Remove unused perf_session__remove_thread method by David Ahern · 11 years ago
  38. eba7181 perf tools: Remove unused tracing functions by David Ahern · 11 years ago
  39. 0d7f5b5 perf trace: Get rid of a duplicate code by Namhyung Kim · 11 years ago
  40. c7e7b61 perf annotate browser: Support event group view on TUI by Namhyung Kim · 12 years ago
  41. d8d7cd9 perf annotate/gtk: Support event group view on GTK by Namhyung Kim · 11 years ago
  42. e64aa75 perf annotate browser: Use disasm__calc_percent() by Namhyung Kim · 11 years ago
  43. ab77df6 perf annotate browser: Make browser_disasm_line->percent an array by Namhyung Kim · 11 years ago
  44. 1491c22 perf annotate: Support event group view for --print-line by Namhyung Kim · 11 years ago
  45. c5a8368 perf annotate: Factor out struct source_line_percent by Namhyung Kim · 11 years ago
  46. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 11 years ago
  47. b1dd443 perf annotate: Add basic support to event group view by Namhyung Kim · 11 years ago
  48. bd64fcb perf annotate: Cleanup disasm__calc_percent() by Namhyung Kim · 11 years ago
  49. e5ccf9f perf annotate: Factor out disasm__calc_percent() by Namhyung Kim · 11 years ago
  50. 3aec150 perf annotate: Add a comment on the symbol__parse_objdump_line() by Namhyung Kim · 11 years ago
  51. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 11 years ago
  52. acf2892 perf stat: Use perf_evlist__prepare/start_workload() by Namhyung Kim · 11 years ago
  53. 55e162e perf evlist: Add want_signal parameter to perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  54. 119fa3c perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  55. 6ef73ec perf evlist: Pass struct perf_target to perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  56. b3a319d perf evlist: Add thread_map__nr() helper by Namhyung Kim · 11 years ago
  57. 8539795 perf evlist: Use cpu_map__nr() helper by Namhyung Kim · 11 years ago
  58. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 11 years ago
  59. 1355915 perf tools: Extract perf-specific stuff from debugfs.c by Borislav Petkov · 11 years ago
  60. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 11 years ago
  61. 9687b89 perf tests: Add attr stat -C cpu test by Jiri Olsa · 11 years ago
  62. b03ec1b5 perf tests: Add attr record -C cpu test by Jiri Olsa · 11 years ago
  63. c21d003 perf tests: Make attr script test event cpu by Jiri Olsa · 11 years ago
  64. 097c875 perf tests: Make attr script verbose friendly by Jiri Olsa · 11 years ago
  65. 66857b5 perf tools: Sort command-list.txt alphabetically by liguang · 11 years ago
  66. fed1208 perf tools: Remove a write-only variable in the debugfs code by Borislav Petkov · 11 years ago
  67. 861e10b perf tools: Fix build on non-glibc systems due to libio.h absence by Cody P Schafer · 11 years ago
  68. d1398cc perf tools: Fix LIBNUMA build with glibc 2.12 and older. by Vinson Lee · 11 years ago
  69. 79146a6 perf probe: Fix segfault by Ananth N Mavinakayanahalli · 11 years ago
  70. e4dd45f perf record: Fix -C option by Jiri Olsa · 11 years ago
  71. d2f3247 perf tools: check if -DFORTIFY_SOURCE=2 is allowed by Marcin Slusarz · 11 years ago
  72. 5f7439e perf report: Fix build with NO_NEWT=1 by Michael Ellerman · 11 years ago
  73. 1e825ef perf annotate: Fix build with NO_NEWT=1 by Michael Ellerman · 11 years ago
  74. 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
  75. 1bea5b8 perf: Enable building perf tools for Meta by James Hogan · 11 years ago
  76. 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
  77. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  78. 9854783 perf, ARC: Enable building perf tools for ARC by Vineet Gupta · 12 years ago
  79. 85df3b3 perf tools: Fix build with bison 2.3 and older. by Vinson Lee · 11 years ago
  80. 0232093 perf tools: Limit unwind support to x86 archs by Jiri Olsa · 11 years ago
  81. 18c9e5c perf annotate: Make it to be able to skip unannotatable symbols by Namhyung Kim · 11 years ago
  82. c0e79be perf gtk/annotate: Fail early if it can't annotate by Namhyung Kim · 11 years ago
  83. 2375223 perf gtk/annotate: Show source lines with gray color by Namhyung Kim · 11 years ago
  84. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 11 years ago
  85. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 11 years ago
  86. e3a3402 perf annotate: Fix warning message on a missing vmlinux by Namhyung Kim · 11 years ago
  87. eeb4984 perf buildid-cache: Add --update option by Namhyung Kim · 11 years ago
  88. 88fd2b6 perf python: Link with sysfs.o by Arnaldo Carvalho de Melo · 11 years ago
  89. e35ef355 perf evlist: Pass the event_group info via perf_attr_details by Arnaldo Carvalho de Melo · 11 years ago
  90. 91b9880 perf tools: Fix calloc argument ordering by Paul Gortmaker · 11 years ago
  91. 5a30a99 perf tests: Adding automated parsing tests for group :GH modifiers by Jiri Olsa · 11 years ago
  92. 89bb67f perf tools: Fix perf_evsel::exclude_GH handling by Jiri Olsa · 11 years ago
  93. b22e793 perf perl scripts: Fix SIGALRM and pipe read race for rwtop by Jiri Olsa · 11 years ago
  94. 0c5268b perf hists browser: Add support to display whole group data for raw columns by Jiri Olsa · 11 years ago
  95. d7e7a45 perf stat: Add per processor socket count aggregation by Stephane Eranian · 11 years ago
  96. 5ac59a8 perf tools: Add cpu_map processor socket level functions by Stephane Eranian · 11 years ago
  97. 0479b8b perf evlist: Make event_copy local to mmaps by David Ahern · 11 years ago
  98. 5936f54 perf sort: Check return value of strdup() by Namhyung Kim · 11 years ago
  99. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 11 years ago
  100. 51f27d1 perf sort: Drop ip_[lr] arguments from _sort__sym_cmp() by Namhyung Kim · 11 years ago