1. e4caec0 perf evsel: Add PERF_SAMPLE_READ sample related processing by Jiri Olsa · 12 years ago
  2. 9ede473 perf tools: Add support for parsing PERF_SAMPLE_READ sample type by Jiri Olsa · 12 years ago
  3. d433956 perf session: Use session->fd instead of passing fd as argument by Jiri Olsa · 11 years ago
  4. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  5. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  6. 27389d7 perf tools: Validate perf event header size by Adrian Hunter · 11 years ago
  7. 47c3d10 perf tools: Fix missing tool parameter by Adrian Hunter · 11 years ago
  8. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  9. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 11 years ago
  10. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 11 years ago
  11. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 11 years ago
  12. c1ad050 perf session: Remove unused perf_session__remove_thread method by David Ahern · 11 years ago
  13. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  14. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  15. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  16. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  17. 3f067dc perf machine: Move more machine methods to machine.c by Arnaldo Carvalho de Melo · 12 years ago
  18. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  19. 35d48dd perf tools: Fix mmap limitations on 32-bit by David Miller · 12 years ago
  20. 03cd209 perf session: Free environment information when deleting session by Namhyung Kim · 12 years ago
  21. a5580f3 perf ui: Add ui_progress__finish() by Namhyung Kim · 12 years ago
  22. 0c1fe6b perf tools: Have the page size value available for all tools by Arnaldo Carvalho de Melo · 12 years ago
  23. 0807d2d perf evsel: Know if byte swap is needed by Arnaldo Carvalho de Melo · 12 years ago
  24. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  25. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  26. bdde371 perf tools: Do backtrace post unwind only if we regs and stack were captured by Jiri Olsa · 12 years ago
  27. 9ac3e48 perf tools: fix ALIGN redefinition in system headers by Irina Tirdea · 12 years ago
  28. d25380cd perf session: flush_sample_queue needs to handle errors from handlers by David Ahern · 12 years ago
  29. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  30. 0f6a301 perf tools: Support user regs and stack in sample parsing by Jiri Olsa · 12 years ago
  31. 7405ed1 perf session: Remove no longer used synthesize_sample method by Arnaldo Carvalho de Melo · 12 years ago
  32. cb0b29e perf evlist: Introduce perf_evlist__parse_sample by Arnaldo Carvalho de Melo · 12 years ago
  33. 7b56cce perf session: Use perf_evlist__id_hdr_size more extensively by Arnaldo Carvalho de Melo · 12 years ago
  34. 5e56247 perf session: Use perf_evlist__sample_id_all more extensively by Arnaldo Carvalho de Melo · 12 years ago
  35. 7f3be65 perf session: Use perf_evlist__sample_type more extensively by Arnaldo Carvalho de Melo · 12 years ago
  36. bde0946 perf evsel: Precalculate the sample size by Arnaldo Carvalho de Melo · 12 years ago
  37. adb5d2a perf kvm: Fix bug resolving guest kernel syms by David Ahern · 12 years ago
  38. 7c0f4a4 perf kvm: Guest userspace samples should not be lumped with host uspace by David Ahern · 12 years ago
  39. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  40. 207b579 perf kvm: Fix regression with guest machine creation by David Ahern · 12 years ago
  41. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  42. 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
  43. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 12 years ago
  44. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  45. 80c0120 perf tools: Fix endianity swapping for adds_features bitmask by David Ahern · 12 years ago
  46. 268fb20 perf session: Handle endianity swap on sample_id_all header data by Jiri Olsa · 12 years ago
  47. 114067b perf tools: Check if callchain is corrupted by Namhyung Kim · 12 years ago
  48. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 12 years ago
  49. 52deff7 perf script: Fix regression in callchain dso name by David Ahern · 12 years ago
  50. 444d286 perf tools: Fix piped mode read code by Stephane Eranian · 12 years ago
  51. e108c66 perf tools: Carry perf_event_attr bitfield throught different endians by Jiri Olsa · 12 years ago
  52. 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
  53. 9389a46 perf session: Fail on processing event with unknown size by Jiri Olsa · 12 years ago
  54. 6782206 perf session: Skip event correctly for unknown id/machine by Jiri Olsa · 12 years ago
  55. 7fb0a5e perf kvm: Finding struct machine fails for PERF_RECORD_MMAP by Nikunj A. Dadhania · 12 years ago
  56. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 12 years ago
  57. a68c2c5 perf report: Enable TUI in branch view mode by Stephane Eranian · 12 years ago
  58. 69996df perf tools: Enable reading of perf.data files from different ABI rev by Stephane Eranian · 12 years ago
  59. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 12 years ago
  60. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 12 years ago
  61. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 12 years ago
  62. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 12 years ago
  63. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 13 years ago
  64. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  65. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 13 years ago
  66. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  67. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  68. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  69. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  70. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  71. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 13 years ago
  72. 81e36bf perf evlist: Introduce id_hdr_size method out of perf_session by Arnaldo Carvalho de Melo · 13 years ago
  73. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  74. 47fbe53 perf session: Fix crash with invalid CPU list by David Ahern · 13 years ago
  75. 8866056 perf report: Add progress bar when processing time ordered events by Arnaldo Carvalho de Melo · 13 years ago
  76. 7b27509 perf hists browser: Warn about lost events by Arnaldo Carvalho de Melo · 13 years ago
  77. ca59bcb perf ui progress: Reimplement using slang by Arnaldo Carvalho de Melo · 13 years ago
  78. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  79. adc4bf9 perf script: Fix display of IP address for non-callchain path by David Ahern · 13 years ago
  80. eda3913 perf tools: Fix endian conversion reading event attr from file header by David Ahern · 13 years ago
  81. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  82. d797fdc perf tools: Add inverted call graph report support. by Sam Liao · 13 years ago
  83. 7cec092 perf script: Add printing of sample address by David Ahern · 13 years ago
  84. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  85. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  86. c2a7065 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 13 years ago
  87. 998bedc perf tools: Fix ommitted mmap data update on remap by Frederic Weisbecker · 13 years ago
  88. 5538bec perf tools: Propagate event parse error handling by Frederic Weisbecker · 13 years ago
  89. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 13 years ago
  90. dd5f5fd perf tools: Remove junk code in mmap size handling by Frederic Weisbecker · 13 years ago
  91. eac9eac perf tools: Check we are able to read the event size on mmap by Frederic Weisbecker · 13 years ago
  92. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  93. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  94. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  95. a91e543 perf session: Use evlist/evsel for managing perf.data attributes by Arnaldo Carvalho de Melo · 13 years ago
  96. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  97. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  98. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  99. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  100. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago