1. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  2. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  3. 6a4d98d perf tools: Add perf_data_file__open interface to data object by Jiri Olsa · 11 years ago
  4. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  5. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  6. 307cbb9 perf evsel: Add option to limit stack depth in callchain dumps by David Ahern · 11 years ago
  7. b0b35f0 perf evsel: Add option to print stack trace on single line by David Ahern · 11 years ago
  8. a6ffaf9 perf tool: Simplify options to perf_evsel__print_ip by David Ahern · 11 years ago
  9. e30b88a perf session: Export queue_event function by David Ahern · 11 years ago
  10. 9c50140 perf session: Export a few functions for event processing by David Ahern · 11 years ago
  11. eb4fe9c perf tools: Remove cwd from perf_session struct by Jiri Olsa · 11 years ago
  12. 0ac129e perf tools: Remove cwdlen from struct perf_session by Jiri Olsa · 11 years ago
  13. c1ad050 perf session: Remove unused perf_session__remove_thread method by David Ahern · 12 years ago
  14. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  15. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  16. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  17. 7e383de perf record: Don't pass host machine to guest synthesizer 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. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  21. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  22. 69d2591 perf machine: Move more methods to machine.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  23. 7d380c8 perf: Fix UAPI fallout by Ingo Molnar · 12 years ago
  24. 863e451 perf diff: Make diff command work with evsel hists by Jiri Olsa · 12 years ago
  25. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  26. 7405ed1 perf session: Remove no longer used synthesize_sample method by Arnaldo Carvalho de Melo · 12 years ago
  27. cb0b29e perf evlist: Introduce perf_evlist__parse_sample by Arnaldo Carvalho de Melo · 12 years ago
  28. 7b56cce perf session: Use perf_evlist__id_hdr_size more extensively by Arnaldo Carvalho de Melo · 12 years ago
  29. 5e56247 perf session: Use perf_evlist__sample_id_all more extensively by Arnaldo Carvalho de Melo · 12 years ago
  30. 7f3be65 perf session: Use perf_evlist__sample_type more extensively by Arnaldo Carvalho de Melo · 12 years ago
  31. bde0946 perf evsel: Precalculate the sample size by Arnaldo Carvalho de Melo · 12 years ago
  32. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  33. 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
  34. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 12 years ago
  35. 80c0120 perf tools: Fix endianity swapping for adds_features bitmask by David Ahern · 12 years ago
  36. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  37. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  38. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 13 years ago
  39. 74eec26 perf tools: Add ability to synthesize event according to a sample by Andrew Vagin · 13 years ago
  40. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  41. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  42. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  43. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  44. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 13 years ago
  45. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  46. 8866056 perf report: Add progress bar when processing time ordered events by Arnaldo Carvalho de Melo · 13 years ago
  47. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  48. 936be50 perf tool: Fix endianness handling of u32 data in samples by David Ahern · 13 years ago
  49. eda3913 perf tools: Fix endian conversion reading event attr from file header by David Ahern · 13 years ago
  50. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  51. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  52. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  53. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 13 years ago
  54. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  55. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
  56. c0230b2 perf script: Add support for dumping symbols by David Ahern · 14 years ago
  57. a91e543 perf session: Use evlist/evsel for managing perf.data attributes by Arnaldo Carvalho de Melo · 14 years ago
  58. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 14 years ago
  59. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  60. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  61. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  62. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  63. 1e7972c perf util: Move do_read from session to util by Arnaldo Carvalho de Melo · 14 years ago
  64. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  65. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  66. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  67. 5c891f3 perf session: Allocate chunks of sample objects by Thomas Gleixner · 14 years ago
  68. 020bb75 perf session: Cache sample objects by Thomas Gleixner · 14 years ago
  69. a1225de perf session: Fix list sort algorithm by Thomas Gleixner · 14 years ago
  70. 720a3ae perf session: Remove threads from tree on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  71. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 14 years ago
  72. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  73. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  74. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  75. 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
  76. 1f626bc perf session: Embed the host machine data on perf_session by Arnaldo Carvalho de Melo · 14 years ago
  77. d6b17be perf: Provide a new deterministic events reordering algorithm by Frederic Weisbecker · 14 years ago
  78. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  79. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 14 years ago
  80. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  81. c61e52e perf: Generalize perf lock's sample event reordering to the session layer by Frederic Weisbecker · 14 years ago
  82. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  83. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  84. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  85. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  86. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  87. 8dc5810 perf: Add pipe-specific header read/write and event processing code by Tom Zanussi · 14 years ago
  88. 533c46c perf newt: Pass the input_name to perf_session__browse_hists by Arnaldo Carvalho de Melo · 14 years ago
  89. e727ca7 perf kmem: Resolve kernel symbols again by Arnaldo Carvalho de Melo · 14 years ago
  90. 5f4d3f8 perf report: Add progress bars by Arnaldo Carvalho de Melo · 15 years ago
  91. b3c9ac0 perf callchains: Store the map together with the symbol by Arnaldo Carvalho de Melo · 15 years ago
  92. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 15 years ago
  93. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 15 years ago
  94. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 15 years ago
  95. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 15 years ago
  96. ba21594 perf tools: Cross platform perf.data analysis support by Arnaldo Carvalho de Melo · 15 years ago
  97. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  98. de17648 perf session: Keep pointers to the vmlinux maps by Arnaldo Carvalho de Melo · 15 years ago
  99. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  100. f7d8744 perf session: Move full_paths config to symbol_conf by Arnaldo Carvalho de Melo · 15 years ago