1. c3cf836 perf tools: Move libbfd check config into config/Makefile by Jiri Olsa · 12 years ago
  2. 6e533cf perf tools: Move libpython check config into config/Makefile by Jiri Olsa · 12 years ago
  3. 3082cb3 perf tools: Move libperl check config into config/Makefile by Jiri Olsa · 12 years ago
  4. 58cabf6 perf tools: Move gtk2 check config into config/Makefile by Jiri Olsa · 12 years ago
  5. 4a8f888 perf tools: Move slang check config into config/Makefile by Jiri Olsa · 12 years ago
  6. a827952 perf tools: Move libaudit check config into config/Makefile by Jiri Olsa · 12 years ago
  7. 0e433fe perf tools: Move libunwind check config into config/Makefile by Jiri Olsa · 12 years ago
  8. 779724f perf tools: Move libdw check config into config/Makefile by Jiri Olsa · 12 years ago
  9. cf4cca1 perf tools: Move libelf check config into config/Makefile by Jiri Olsa · 12 years ago
  10. 362493f perf tools: Move compiler and linker flags check into config/Makefile by Jiri Olsa · 12 years ago
  11. a32f493 perf tools: Move programs check into config/Makefile by Jiri Olsa · 12 years ago
  12. 8bd407b perf tools: Move arch check into config/Makefile by Jiri Olsa · 12 years ago
  13. 095ae69 perf tools: Add automated make test suite by Jiri Olsa · 12 years ago
  14. 70c57ef perf tools: Save parent pid in thread struct by David Ahern · 11 years ago
  15. 45528f7 perf stats: Fix divide by 0 in variance by David Ahern · 11 years ago
  16. 6ca5f30 perf kvm: Handle realloc failures by David Ahern · 11 years ago
  17. b69e63a perf evsel: Fix printing of perf_event_paranoid message by David Ahern · 11 years ago
  18. ffcbaa1 perf test: Fix typo by Arnaldo Carvalho de Melo · 11 years ago
  19. 4d23322 perf hists: Rename hist_entry__add_pair arguments by Jiri Olsa · 12 years ago
  20. 367c53c perf diff: Use internal rb tree for hists__precompute by Jiri Olsa · 12 years ago
  21. eec574e perf report: Add report.percent-limit config variable by Namhyung Kim · 11 years ago
  22. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 11 years ago
  23. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  24. f3dd198 perf report: Don't bother locking when adding hist entries by Namhyung Kim · 11 years ago
  25. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 11 years ago
  26. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  27. 6f29097 perf top: Fix percent output when no samples collected by Namhyung Kim · 11 years ago
  28. 933cbb1 perf top: Fix -E option behavior by Namhyung Kim · 11 years ago
  29. 804f7ac perf record: handle death by SIGTERM by David Ahern · 11 years ago
  30. 89365e6 perf tools: Handle JITed code in shared memory by Andi Kleen · 11 years ago
  31. b3539d2 perf tests: Fix compile errors in bp_signal files by Sukadev Bhattiprolu · 11 years ago
  32. f9619d6 perf tools: Fix tab vs spaces issue in Makefile ifdef/endif by Jiri Olsa · 11 years ago
  33. 9c796ec perf hists browser: Use sort__has_sym by Arnaldo Carvalho de Melo · 11 years ago
  34. 8f0f684 perf top: Use sort__has_sym by Namhyung Kim · 11 years ago
  35. 930477b perf sort: Cleanup sort__has_sym setting by Namhyung Kim · 11 years ago
  36. dfd3b2f perf sort: Reorder HISTC_SRCLINE index by Namhyung Kim · 11 years ago
  37. bc8b8c0 perf archive: Fix typo on Documentation by Arnaldo Carvalho de Melo · 11 years ago
  38. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 11 years ago
  39. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 11 years ago
  40. 2f532d0 perf sort: Factor out common code in sort_dimension__add() by Namhyung Kim · 11 years ago
  41. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 12 years ago
  42. ded19d5 perf report: Fix alignment of symbol column when -v is given by Namhyung Kim · 12 years ago
  43. ceb2acb perf hists: Free unused mem info of a matched hist entry by Namhyung Kim · 12 years ago
  44. 26353a6 perf hists: Fix an invalid memory free on he->branch_info by Namhyung Kim · 12 years ago
  45. 6956664 perf tools: Fix bug in isupper() and islower() by Sukadev Bhattiprolu · 12 years ago
  46. 6b75c73 perf: net_dropmonitor: Remove progress indicator by Ben Hutchings · 11 years ago
  47. 0ce58ba perf: net_dropmonitor: Use bisection in symbol lookup by Ben Hutchings · 11 years ago
  48. 326017c perf: net_dropmonitor: Do not assume ordering of dictionaries by Ben Hutchings · 11 years ago
  49. 5a1e99d perf: net_dropmonitor: Fix symbol-relative addresses by Ben Hutchings · 11 years ago
  50. 140c3c6 perf: net_dropmonitor: Fix trace parameter order by Ben Hutchings · 11 years ago
  51. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  52. a895d57 treewide: Fix typo in printks by Masanari Iida · 11 years ago
  53. d06f791 perf map browser: Exit just on well known key presses by Arnaldo Carvalho de Melo · 12 years ago
  54. 6692c26 perf tools: Remove dependency on libnewt by Arnaldo Carvalho de Melo · 12 years ago
  55. a4032536 perf map browser: Use ui_browser__input_window() by Arnaldo Carvalho de Melo · 12 years ago
  56. 707ef2e perf python: Fix dependency for python/perf.so by Naohiro Aota · 12 years ago
  57. b5ded71 perf tools: Convert needless static variable to local by Arnaldo Carvalho de Melo · 12 years ago
  58. 1c6763c Revert "perf sched: Handle PERF_RECORD_EXIT events" by Arnaldo Carvalho de Melo · 12 years ago
  59. 6266774 perf tools: Fix output of symbol_daddr offset by Namhyung Kim · 12 years ago
  60. bad4091 perf machine: Detect data vs. text mappings by Stephane Eranian · 12 years ago
  61. 028f12e perf tools: Add new mem command for memory access profiling by Stephane Eranian · 12 years ago
  62. f4f7e28 perf report: Add support for mem access profiling by Stephane Eranian · 12 years ago
  63. ccf49bf perf record: Add support for mem access profiling by Stephane Eranian · 12 years ago
  64. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 12 years ago
  65. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  66. 328ccda perf report: Add --no-demangle option by Namhyung Kim · 12 years ago
  67. 12c08a9 perf stat: Add per-core aggregation by Stephane Eranian · 12 years ago
  68. d430495 perf stat: Rename --aggr-socket to --per-socket by Stephane Eranian · 12 years ago
  69. 86ee6e1 perf stat: Refactor aggregation code by Stephane Eranian · 12 years ago
  70. ebf3c67 perf tools: Cleanup calc_data_size logic by Namhyung Kim · 12 years ago
  71. 452958f perf tools: Get rid of die() calls in trace-data-read.c by Namhyung Kim · 12 years ago
  72. 4a31e56 perf tools: Get rid of read_or_die() in trace-event-read.c by Namhyung Kim · 12 years ago
  73. a4c9836 perf tools: Get rid of malloc_or_die() in trace-event-read.c by Namhyung Kim · 12 years ago
  74. 3dce2ce perf tools: Handle failure case in trace_report() by Namhyung Kim · 12 years ago
  75. 7f42b95 perf tools: Get rid of die() calls from trace-event-info.c by Namhyung Kim · 12 years ago
  76. 8755d5e perf tools: Get rid of write_or_die() from trace-event-info.c by Namhyung Kim · 12 years ago
  77. 5a6fd27 perf tools: Get rid of malloc_or_die() in trace-event-info.c by Namhyung Kim · 12 years ago
  78. 454f8c7 perf tools: Let get_tracing_file() return NULL to indicate failure. by Namhyung Kim · 12 years ago
  79. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 12 years ago
  80. 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 · 12 years ago
  81. bc96b36 perf tests: Add a test case for checking sw clock event frequency by Namhyung Kim · 12 years ago
  82. d134ffb perf stat: Introduce evlist methods to allocate/free the stats by Arnaldo Carvalho de Melo · 12 years ago
  83. 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 · 12 years ago
  84. a7e191c perf stat: Introduce --repeat forever by Frederik Deweerdt · 12 years ago
  85. d723a55 perf test: Add test case for checking number of EXIT events by Namhyung Kim · 12 years ago
  86. da522c1 perf tests: Fixup return path of perf record test case by Namhyung Kim · 12 years ago
  87. 9b5b7cd perf tests: Fixup return path of open-syscall-tp-fields test case by Namhyung Kim · 12 years ago
  88. 8fa60e1 perf record: Fixup return path of cmd_record() by Namhyung Kim · 12 years ago
  89. 3beb086 perf trace: Free evlist resources properly on return path by Namhyung Kim · 12 years ago
  90. a74b4b6 perf evlist: Introduce perf_evlist__close() by Namhyung Kim · 12 years ago
  91. 736b05a perf evsel: Cleanup perf_evsel__exit() by Namhyung Kim · 12 years ago
  92. 06933e3 perf tests: Test breakpoint overflow signal handler counts by Jiri Olsa · 12 years ago
  93. 5a6bef4 perf tests: Test breakpoint overflow signal handler by Jiri Olsa · 12 years ago
  94. 45fa534 perf tools: Remove duplicated page_size definition by Namhyung Kim · 12 years ago
  95. e5f5e5e perf tools: Remove unused macro definitions by Namhyung Kim · 12 years ago
  96. 024b130 perf tools: Remove unnecessary calc_data_size variable by Namhyung Kim · 12 years ago
  97. d301de8 perf tools: Remove unused struct definitions by Namhyung Kim · 12 years ago
  98. f3ff40e perf tools: Remove unused trace_read_data function by Namhyung Kim · 12 years ago
  99. db3c6bf perf report: Remove duplicated include by Wei Yongjun · 12 years ago
  100. ed8996a perf machine: Move machine__remove_thread and make static by David Ahern · 12 years ago