1. 4bf9ce1 perf diff: Fix to work with new hists design by Jiri Olsa · 12 years ago
  2. a68c2c5 perf report: Enable TUI in branch view mode by Stephane Eranian · 12 years ago
  3. 69996df perf tools: Enable reading of perf.data files from different ABI rev by Stephane Eranian · 13 years ago
  4. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  5. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 13 years ago
  6. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  7. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  8. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 13 years ago
  9. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  10. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 13 years ago
  11. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  12. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  13. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  14. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  15. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  16. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 13 years ago
  17. 81e36bf perf evlist: Introduce id_hdr_size method out of perf_session by Arnaldo Carvalho de Melo · 13 years ago
  18. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  19. 47fbe53 perf session: Fix crash with invalid CPU list by David Ahern · 13 years ago
  20. 8866056 perf report: Add progress bar when processing time ordered events by Arnaldo Carvalho de Melo · 13 years ago
  21. 7b27509 perf hists browser: Warn about lost events by Arnaldo Carvalho de Melo · 13 years ago
  22. ca59bcb perf ui progress: Reimplement using slang by Arnaldo Carvalho de Melo · 13 years ago
  23. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  24. adc4bf9 perf script: Fix display of IP address for non-callchain path by David Ahern · 13 years ago
  25. eda3913 perf tools: Fix endian conversion reading event attr from file header by David Ahern · 13 years ago
  26. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  27. d797fdc perf tools: Add inverted call graph report support. by Sam Liao · 13 years ago
  28. 7cec092 perf script: Add printing of sample address by David Ahern · 13 years ago
  29. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  30. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  31. c2a7065 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 13 years ago
  32. 998bedc perf tools: Fix ommitted mmap data update on remap by Frederic Weisbecker · 13 years ago
  33. 5538bec perf tools: Propagate event parse error handling by Frederic Weisbecker · 13 years ago
  34. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 13 years ago
  35. dd5f5fd perf tools: Remove junk code in mmap size handling by Frederic Weisbecker · 13 years ago
  36. eac9eac perf tools: Check we are able to read the event size on mmap by Frederic Weisbecker · 13 years ago
  37. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  38. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  39. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  40. a91e543 perf session: Use evlist/evsel for managing perf.data attributes by Arnaldo Carvalho de Melo · 13 years ago
  41. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  42. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  43. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  44. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  45. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  46. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  47. 3d03e2e perf session: Fix infinite loop in __perf_session__process_events by Arnaldo Carvalho de Melo · 14 years ago
  48. 1109599 perf session: Warn about errors when processing pipe events too by Arnaldo Carvalho de Melo · 14 years ago
  49. 1e7972c perf util: Move do_read from session to util by Arnaldo Carvalho de Melo · 14 years ago
  50. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  51. ddbc24b perf session: Remove unneeded dump_printf calls by Arnaldo Carvalho de Melo · 14 years ago
  52. ba74f06 perf session: Split out user event processing by Thomas Gleixner · 14 years ago
  53. 3dfc2c0 perf session: Split out sample preprocessing by Thomas Gleixner · 14 years ago
  54. 532e726 perf session: Move dump code to event delivery path by Thomas Gleixner · 14 years ago
  55. f74725d perf session: Add file_offset to event delivery function by Thomas Gleixner · 14 years ago
  56. e4c2df1 perf session: Store file offset in sample_queue by Thomas Gleixner · 14 years ago
  57. 9aefcab perf session: Consolidate the dump code by Thomas Gleixner · 14 years ago
  58. 79a14c1 perf session: Dont queue events w/o timestamps by Thomas Gleixner · 14 years ago
  59. 3835bc0 perf event: Prevent unbound event__name array access by Thomas Gleixner · 14 years ago
  60. cbf4164 perf session: Sort all events if ordered_samples=true by Thomas Gleixner · 14 years ago
  61. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  62. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  63. 5c891f3 perf session: Allocate chunks of sample objects by Thomas Gleixner · 14 years ago
  64. 020bb75 perf session: Cache sample objects by Thomas Gleixner · 14 years ago
  65. fe17420 perf session: Keep file mmaped instead of malloc/memcpy by Thomas Gleixner · 14 years ago
  66. 55b4462 perf session: Use sensible mmap size by Thomas Gleixner · 14 years ago
  67. d651328 perf session: Simplify termination checks by Thomas Gleixner · 14 years ago
  68. 85b9995 perf session: Move ui_progress_update in __perf_session__process_events() by Thomas Gleixner · 14 years ago
  69. 0331ee0 perf session: Cleanup __perf_session__process_events() by Thomas Gleixner · 14 years ago
  70. 28990f7 perf session: Use appropriate pointer type instead of silly typecasting by Thomas Gleixner · 14 years ago
  71. a1225de perf session: Fix list sort algorithm by Thomas Gleixner · 14 years ago
  72. 068ffaa perf tools: Fix lost and unknown events handling by Arnaldo Carvalho de Melo · 14 years ago
  73. 37982ba perf events: Default to using event__process_lost by Arnaldo Carvalho de Melo · 14 years ago
  74. 70597f2 perf session: Invalidate last_match when removing threads from rb_tree by Arnaldo Carvalho de Melo · 14 years ago
  75. 076c6e45 perf session: Free the ref_reloc_sym memory at the right place by Arnaldo Carvalho de Melo · 14 years ago
  76. d65a458 perf tools: Release session and symbol resources on exit by Arnaldo Carvalho de Melo · 14 years ago
  77. 88ca895 perf tools: Remove unneeded code for tracking the cwd in perf sessions by Dave Martin · 14 years ago
  78. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  79. 0f2c3de perf session: fix error message on failure to open perf.data by Andy Isaacson · 14 years ago
  80. 720a3ae perf session: Remove threads from tree on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  81. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 14 years ago
  82. a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 14 years ago
  83. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  84. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  85. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  86. d118f8b perf session: create_kernel_maps should use ->host_machine by Arnaldo Carvalho de Melo · 14 years ago
  87. 1f0ac71 Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  88. 1f626bc perf session: Embed the host machine data on perf_session by Arnaldo Carvalho de Melo · 14 years ago
  89. 794e43b perf/live-mode: Handle payload-less events by Tom Zanussi · 14 years ago
  90. d6b17be perf: Provide a new deterministic events reordering algorithm by Frederic Weisbecker · 14 years ago
  91. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  92. d28c622 perf machine: Adopt some map_groups functions by Arnaldo Carvalho de Melo · 14 years ago
  93. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  94. c61e52e perf: Generalize perf lock's sample event reordering to the session layer by Frederic Weisbecker · 14 years ago
  95. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  96. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  97. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  98. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  99. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  100. 8dc5810 perf: Add pipe-specific header read/write and event processing code by Tom Zanussi · 14 years ago