1. eda3913 perf tools: Fix endian conversion reading event attr from file header by David Ahern · 13 years ago
  2. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  3. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  4. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  5. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 13 years ago
  6. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  7. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  8. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  9. a91e543 perf session: Use evlist/evsel for managing perf.data attributes by Arnaldo Carvalho de Melo · 13 years ago
  10. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  11. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  12. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  13. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  14. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  15. 1e7972c perf util: Move do_read from session to util by Arnaldo Carvalho de Melo · 14 years ago
  16. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  17. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  18. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  19. 5c891f3 perf session: Allocate chunks of sample objects by Thomas Gleixner · 14 years ago
  20. 020bb75 perf session: Cache sample objects by Thomas Gleixner · 14 years ago
  21. a1225de perf session: Fix list sort algorithm by Thomas Gleixner · 14 years ago
  22. 720a3ae perf session: Remove threads from tree on PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 14 years ago
  23. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 14 years ago
  24. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  25. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  26. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  27. 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
  28. 1f626bc perf session: Embed the host machine data on perf_session by Arnaldo Carvalho de Melo · 14 years ago
  29. d6b17be perf: Provide a new deterministic events reordering algorithm by Frederic Weisbecker · 14 years ago
  30. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  31. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 14 years ago
  32. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  33. c61e52e perf: Generalize perf lock's sample event reordering to the session layer by Frederic Weisbecker · 14 years ago
  34. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  35. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  36. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  37. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  38. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  39. 8dc5810 perf: Add pipe-specific header read/write and event processing code by Tom Zanussi · 14 years ago
  40. 533c46c perf newt: Pass the input_name to perf_session__browse_hists by Arnaldo Carvalho de Melo · 14 years ago
  41. e727ca7 perf kmem: Resolve kernel symbols again by Arnaldo Carvalho de Melo · 14 years ago
  42. 5f4d3f8 perf report: Add progress bars by Arnaldo Carvalho de Melo · 14 years ago
  43. b3c9ac0 perf callchains: Store the map together with the symbol by Arnaldo Carvalho de Melo · 14 years ago
  44. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 14 years ago
  45. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 14 years ago
  46. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 14 years ago
  47. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  48. ba21594 perf tools: Cross platform perf.data analysis support by Arnaldo Carvalho de Melo · 15 years ago
  49. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  50. de17648 perf session: Keep pointers to the vmlinux maps by Arnaldo Carvalho de Melo · 15 years ago
  51. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  52. f7d8744 perf session: Move full_paths config to symbol_conf by Arnaldo Carvalho de Melo · 15 years ago
  53. 31d337c perf session: Move total_unknown to perf_session->unknown events by Arnaldo Carvalho de Melo · 15 years ago
  54. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  55. 2729559 perf session: Share the common trace sample_check routine as perf_session__has_traces by Arnaldo Carvalho de Melo · 15 years ago
  56. d599db3 perf report: Generalize perf_session__fprintf_hists() by Arnaldo Carvalho de Melo · 15 years ago
  57. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  58. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  59. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  60. a328626 perf session: Adopt resolve_callchain by Arnaldo Carvalho de Melo · 15 years ago
  61. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  62. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  63. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  64. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  65. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  66. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago