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