1. 167aedc perf util: Move debugfs/tracing helper functions to util.c by Namhyung Kim · 11 years ago
  2. fa1531f perf tools: Remove callchain_cursor_reset call by Jiri Olsa · 11 years ago
  3. ba58041 perf tools: Add methods for setting/retrieving priv element of thread struct by David Ahern · 11 years ago
  4. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  5. eb4fe9c perf tools: Remove cwd from perf_session struct by Jiri Olsa · 11 years ago
  6. ec1e7e4 perf tools: Rename cpu_map__all() to cpu_map__empty() by Sukadev Bhattiprolu · 11 years ago
  7. a4147f0 perf tools: Fix perf version generation by Robert Richter · 11 years ago
  8. f9ceffb perf symbols: Fix vdso list searching by Waiman Long · 11 years ago
  9. 54bd269 perf evsel: Fix missing increment in sample parsing by Adrian Hunter · 11 years ago
  10. 7e0d6fc perf tools: Update symbol_conf.nr_events when processing attribute events by Adrian Hunter · 11 years ago
  11. 4be8be6 perf tools: Fix new_term() missing free on error path by Adrian Hunter · 11 years ago
  12. b2c34fd perf tools: Fix parse_events_terms() segfault on error path by Adrian Hunter · 11 years ago
  13. 7cab84e perf evsel: Fix count parameter to read call in event_format__new by David Ahern · 11 years ago
  14. 0276c22 perf tools: Fix -x/--exclude-other option for report command by Jiri Olsa · 11 years ago
  15. bcf3145 perf evlist: Enhance perf_evlist__start_workload() by Namhyung Kim · 11 years ago
  16. 563aecb perf record: Remove -A/--append option by Jiri Olsa · 11 years ago
  17. 756bbc8 perf tools: Include termios.h explicitly by Joonsoo Kim · 11 years ago
  18. 9c12cf9 perf tools: Merge all *CFLAGS* make variable into CFLAGS by Jiri Olsa · 12 years ago
  19. 0817df0 perf evlist: Reset SIGTERM handler in workload child process by David Ahern · 11 years ago
  20. 0ac129e perf tools: Remove cwdlen from struct perf_session by Jiri Olsa · 11 years ago
  21. 78e3a1f perf tools: Remove frozen from perf_header struct by Jiri Olsa · 11 years ago
  22. 70c57ef perf tools: Save parent pid in thread struct by David Ahern · 11 years ago
  23. 45528f7 perf stats: Fix divide by 0 in variance by David Ahern · 11 years ago
  24. b69e63a perf evsel: Fix printing of perf_event_paranoid message by David Ahern · 11 years ago
  25. 4d23322 perf hists: Rename hist_entry__add_pair arguments by Jiri Olsa · 12 years ago
  26. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 11 years ago
  27. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  28. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 11 years ago
  29. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  30. 6f29097 perf top: Fix percent output when no samples collected by Namhyung Kim · 11 years ago
  31. 89365e6 perf tools: Handle JITed code in shared memory by Andi Kleen · 12 years ago
  32. 8f0f684 perf top: Use sort__has_sym by Namhyung Kim · 12 years ago
  33. 930477b perf sort: Cleanup sort__has_sym setting by Namhyung Kim · 12 years ago
  34. dfd3b2f perf sort: Reorder HISTC_SRCLINE index by Namhyung Kim · 12 years ago
  35. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 12 years ago
  36. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 12 years ago
  37. 2f532d0 perf sort: Factor out common code in sort_dimension__add() by Namhyung Kim · 12 years ago
  38. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 12 years ago
  39. ded19d5 perf report: Fix alignment of symbol column when -v is given by Namhyung Kim · 12 years ago
  40. ceb2acb perf hists: Free unused mem info of a matched hist entry by Namhyung Kim · 12 years ago
  41. 26353a6 perf hists: Fix an invalid memory free on he->branch_info by Namhyung Kim · 12 years ago
  42. 6956664 perf tools: Fix bug in isupper() and islower() by Sukadev Bhattiprolu · 12 years ago
  43. 6692c26 perf tools: Remove dependency on libnewt by Arnaldo Carvalho de Melo · 12 years ago
  44. 6266774 perf tools: Fix output of symbol_daddr offset by Namhyung Kim · 12 years ago
  45. bad4091 perf machine: Detect data vs. text mappings by Stephane Eranian · 12 years ago
  46. 028f12e perf tools: Add new mem command for memory access profiling by Stephane Eranian · 12 years ago
  47. ccf49bf perf record: Add support for mem access profiling by Stephane Eranian · 12 years ago
  48. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 12 years ago
  49. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  50. 328ccda perf report: Add --no-demangle option by Namhyung Kim · 12 years ago
  51. 12c08a9 perf stat: Add per-core aggregation by Stephane Eranian · 12 years ago
  52. 86ee6e1 perf stat: Refactor aggregation code by Stephane Eranian · 12 years ago
  53. ebf3c67 perf tools: Cleanup calc_data_size logic by Namhyung Kim · 12 years ago
  54. 452958f perf tools: Get rid of die() calls in trace-data-read.c by Namhyung Kim · 12 years ago
  55. 4a31e56 perf tools: Get rid of read_or_die() in trace-event-read.c by Namhyung Kim · 12 years ago
  56. a4c9836 perf tools: Get rid of malloc_or_die() in trace-event-read.c by Namhyung Kim · 12 years ago
  57. 3dce2ce perf tools: Handle failure case in trace_report() by Namhyung Kim · 12 years ago
  58. 7f42b95 perf tools: Get rid of die() calls from trace-event-info.c by Namhyung Kim · 12 years ago
  59. 8755d5e perf tools: Get rid of write_or_die() from trace-event-info.c by Namhyung Kim · 12 years ago
  60. 5a6fd27 perf tools: Get rid of malloc_or_die() in trace-event-info.c by Namhyung Kim · 12 years ago
  61. 454f8c7 perf tools: Let get_tracing_file() return NULL to indicate failure. by Namhyung Kim · 12 years ago
  62. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 12 years ago
  63. 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
  64. 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
  65. a7e191c perf stat: Introduce --repeat forever by Frederik Deweerdt · 12 years ago
  66. a74b4b6 perf evlist: Introduce perf_evlist__close() by Namhyung Kim · 12 years ago
  67. 736b05a perf evsel: Cleanup perf_evsel__exit() by Namhyung Kim · 12 years ago
  68. 45fa534 perf tools: Remove duplicated page_size definition by Namhyung Kim · 12 years ago
  69. e5f5e5e perf tools: Remove unused macro definitions by Namhyung Kim · 12 years ago
  70. 024b130 perf tools: Remove unnecessary calc_data_size variable by Namhyung Kim · 12 years ago
  71. d301de8 perf tools: Remove unused struct definitions by Namhyung Kim · 12 years ago
  72. f3ff40ec perf tools: Remove unused trace_read_data function by Namhyung Kim · 12 years ago
  73. ed8996a perf machine: Move machine__remove_thread and make static by David Ahern · 12 years ago
  74. c1ad050 perf session: Remove unused perf_session__remove_thread method by David Ahern · 12 years ago
  75. eba7181 perf tools: Remove unused tracing functions by David Ahern · 12 years ago
  76. e64aa75 perf annotate browser: Use disasm__calc_percent() by Namhyung Kim · 12 years ago
  77. 1491c22 perf annotate: Support event group view for --print-line by Namhyung Kim · 12 years ago
  78. c5a8368 perf annotate: Factor out struct source_line_percent by Namhyung Kim · 12 years ago
  79. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 12 years ago
  80. b1dd443 perf annotate: Add basic support to event group view by Namhyung Kim · 12 years ago
  81. bd64fcb perf annotate: Cleanup disasm__calc_percent() by Namhyung Kim · 12 years ago
  82. e5ccf9f perf annotate: Factor out disasm__calc_percent() by Namhyung Kim · 12 years ago
  83. 3aec150 perf annotate: Add a comment on the symbol__parse_objdump_line() by Namhyung Kim · 12 years ago
  84. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 12 years ago
  85. 55e162e perf evlist: Add want_signal parameter to perf_evlist__prepare_workload() by Namhyung Kim · 12 years ago
  86. 119fa3c perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload() by Namhyung Kim · 12 years ago
  87. 6ef73ec perf evlist: Pass struct perf_target to perf_evlist__prepare_workload() by Namhyung Kim · 12 years ago
  88. b3a319d perf evlist: Add thread_map__nr() helper by Namhyung Kim · 12 years ago
  89. 8539795 perf evlist: Use cpu_map__nr() helper by Namhyung Kim · 12 years ago
  90. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 12 years ago
  91. 1355915 perf tools: Extract perf-specific stuff from debugfs.c by Borislav Petkov · 12 years ago
  92. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  93. fed1208 perf tools: Remove a write-only variable in the debugfs code by Borislav Petkov · 12 years ago
  94. 79146a6 perf probe: Fix segfault by Ananth N Mavinakayanahalli · 12 years ago
  95. 5f7439e perf report: Fix build with NO_NEWT=1 by Michael Ellerman · 12 years ago
  96. 1e825ef perf annotate: Fix build with NO_NEWT=1 by Michael Ellerman · 12 years ago
  97. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  98. 85df3b3 perf tools: Fix build with bison 2.3 and older. by Vinson Lee · 12 years ago
  99. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 12 years ago
  100. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 12 years ago