1. a4eb24a perf script: Fix symoff printing in callchains by Adrian Hunter · 11 years ago
  2. a2cb3cf perf script: Do not call perf_event__preprocess_sample() twice) by Adrian Hunter · 11 years ago
  3. 727ebd5 perf tools: Use correct return type for readn function by Jiri Olsa · 11 years ago
  4. d2ff1b1 perf evsel: Skip ignored symbols while printing callchain by David Ahern · 11 years ago
  5. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  6. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  7. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  8. 4d3001f perf ui progress: Per progress bar state by Arnaldo Carvalho de Melo · 11 years ago
  9. 91e9561 perf report: Add --max-stack option to limit callchain stack scan by Waiman Long · 11 years ago
  10. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  11. 6a4d98d perf tools: Add perf_data_file__open interface to data object by Jiri Olsa · 11 years ago
  12. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  13. 7db5952 perf session: Add missing members to perf_event__attr_swap() by Adrian Hunter · 11 years ago
  14. 8c16b64 perf session: Add missing sample flush for piped events by Adrian Hunter · 11 years ago
  15. dd96c46 perf tools: Adding throttle event data struct support by Jiri Olsa · 11 years ago
  16. 429eb05 Merge branch 'perf/urgent' into tools/perf/build by Ingo Molnar · 11 years ago
  17. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 11 years ago
  18. 6adb0b0 perf tools: Add default handler for mmap2 events by David Ahern · 11 years ago
  19. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  20. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  21. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  22. ccf53ea perf trace: Handle perf.data files with no tracepoints by Arnaldo Carvalho de Melo · 11 years ago
  23. 526fd8d perf session: Separate progress bar update when processing events by Jiri Olsa · 11 years ago
  24. 0b8c25d perf tools: Fix symbol offset computation for some dsos by David Ahern · 11 years ago
  25. 7556257 perf tools: Add support for PERF_SAMPLE_IDENTIFIER by Adrian Hunter · 11 years ago
  26. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  27. 0794029 perf callchain: Remove unnecessary validation by Adrian Hunter · 11 years ago
  28. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  29. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  30. 93ea01c perf session: Change perf_session__has_traces to actually check for tracepoints by David Ahern · 11 years ago
  31. 307cbb9 perf evsel: Add option to limit stack depth in callchain dumps by David Ahern · 11 years ago
  32. b0b35f0 perf evsel: Add option to print stack trace on single line by David Ahern · 11 years ago
  33. a6ffaf9 perf tool: Simplify options to perf_evsel__print_ip by David Ahern · 11 years ago
  34. e30b88a perf session: Export queue_event function by David Ahern · 11 years ago
  35. 9c50140 perf session: Export a few functions for event processing by David Ahern · 11 years ago
  36. 251f426 perf evsel: Actually show symbol offset in stack trace when requested by David Ahern · 11 years ago
  37. e4caec0 perf evsel: Add PERF_SAMPLE_READ sample related processing by Jiri Olsa · 12 years ago
  38. 9ede473 perf tools: Add support for parsing PERF_SAMPLE_READ sample type by Jiri Olsa · 12 years ago
  39. d433956 perf session: Use session->fd instead of passing fd as argument by Jiri Olsa · 11 years ago
  40. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  41. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  42. 27389d7 perf tools: Validate perf event header size by Adrian Hunter · 11 years ago
  43. 47c3d10 perf tools: Fix missing tool parameter by Adrian Hunter · 11 years ago
  44. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  45. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 12 years ago
  46. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  47. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 11 years ago
  48. c1ad050 perf session: Remove unused perf_session__remove_thread method by David Ahern · 12 years ago
  49. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  50. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  51. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  52. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  53. 3f067dc perf machine: Move more machine methods to machine.c by Arnaldo Carvalho de Melo · 12 years ago
  54. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  55. 35d48dd perf tools: Fix mmap limitations on 32-bit by David Miller · 12 years ago
  56. 03cd209 perf session: Free environment information when deleting session by Namhyung Kim · 12 years ago
  57. a5580f3 perf ui: Add ui_progress__finish() by Namhyung Kim · 12 years ago
  58. 0c1fe6b perf tools: Have the page size value available for all tools by Arnaldo Carvalho de Melo · 12 years ago
  59. 0807d2d perf evsel: Know if byte swap is needed by Arnaldo Carvalho de Melo · 12 years ago
  60. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  61. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  62. bdde371 perf tools: Do backtrace post unwind only if we regs and stack were captured by Jiri Olsa · 12 years ago
  63. 9ac3e48 perf tools: fix ALIGN redefinition in system headers by Irina Tirdea · 12 years ago
  64. d25380cd perf session: flush_sample_queue needs to handle errors from handlers by David Ahern · 12 years ago
  65. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  66. 0f6a301 perf tools: Support user regs and stack in sample parsing by Jiri Olsa · 12 years ago
  67. 7405ed1 perf session: Remove no longer used synthesize_sample method by Arnaldo Carvalho de Melo · 12 years ago
  68. cb0b29e perf evlist: Introduce perf_evlist__parse_sample by Arnaldo Carvalho de Melo · 12 years ago
  69. 7b56cce perf session: Use perf_evlist__id_hdr_size more extensively by Arnaldo Carvalho de Melo · 12 years ago
  70. 5e56247 perf session: Use perf_evlist__sample_id_all more extensively by Arnaldo Carvalho de Melo · 12 years ago
  71. 7f3be65 perf session: Use perf_evlist__sample_type more extensively by Arnaldo Carvalho de Melo · 12 years ago
  72. bde0946 perf evsel: Precalculate the sample size by Arnaldo Carvalho de Melo · 12 years ago
  73. adb5d2a perf kvm: Fix bug resolving guest kernel syms by David Ahern · 12 years ago
  74. 7c0f4a4 perf kvm: Guest userspace samples should not be lumped with host uspace by David Ahern · 12 years ago
  75. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  76. 207b579 perf kvm: Fix regression with guest machine creation by David Ahern · 12 years ago
  77. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  78. 32c46e5 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
  79. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 12 years ago
  80. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  81. 80c0120 perf tools: Fix endianity swapping for adds_features bitmask by David Ahern · 12 years ago
  82. 268fb20 perf session: Handle endianity swap on sample_id_all header data by Jiri Olsa · 12 years ago
  83. 114067b perf tools: Check if callchain is corrupted by Namhyung Kim · 12 years ago
  84. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 12 years ago
  85. 52deff7 perf script: Fix regression in callchain dso name by David Ahern · 12 years ago
  86. 444d286 perf tools: Fix piped mode read code by Stephane Eranian · 12 years ago
  87. e108c66 perf tools: Carry perf_event_attr bitfield throught different endians by Jiri Olsa · 12 years ago
  88. 5dcefda 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
  89. 9389a46 perf session: Fail on processing event with unknown size by Jiri Olsa · 12 years ago
  90. 6782206 perf session: Skip event correctly for unknown id/machine by Jiri Olsa · 12 years ago
  91. 7fb0a5e perf kvm: Finding struct machine fails for PERF_RECORD_MMAP by Nikunj A. Dadhania · 12 years ago
  92. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 12 years ago
  93. a68c2c5 perf report: Enable TUI in branch view mode by Stephane Eranian · 13 years ago
  94. 69996df perf tools: Enable reading of perf.data files from different ABI rev by Stephane Eranian · 13 years ago
  95. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  96. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 13 years ago
  97. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  98. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  99. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 13 years ago
  100. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago