1. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  2. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  3. fefb0b9 perf hist: Calculate max_sym name len and nr_entries by Arnaldo Carvalho de Melo · 14 years ago
  4. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  5. 232a5c9 perf report: Allow limiting the number of entries to print in callchains by Arnaldo Carvalho de Melo · 14 years ago
  6. 28e2a10 perf hist: Simplify the insertion of new hist_entry instances by Arnaldo Carvalho de Melo · 14 years ago
  7. 39d1e1b perf report: Fix leak of resolved callchains array on error path by Arnaldo Carvalho de Melo · 14 years ago
  8. 139633c perf callchain: Move validate_callchain to callchain lib by Arnaldo Carvalho de Melo · 14 years ago
  9. e157eb8 perf report: Document '--call-graph' better for usage by Pekka Enberg · 14 years ago
  10. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  11. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 14 years ago
  12. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  13. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  14. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  15. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  16. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  17. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  18. 46656ac perf report: Introduce special handling for pipe input by Tom Zanussi · 14 years ago
  19. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  20. 533c46c perf newt: Pass the input_name to perf_session__browse_hists by Arnaldo Carvalho de Melo · 14 years ago
  21. e206d55 perf tools: Move the prototypes in util/string.h to util.h by Arnaldo Carvalho de Melo · 14 years ago
  22. 2aefa4f perf tools: sort_dimension__add shouldn't die by Arnaldo Carvalho de Melo · 14 years ago
  23. ad5b217 perf session: Remove one more exit() call from library code by Arnaldo Carvalho de Melo · 14 years ago
  24. b9fb930 perf hist: Only allocate callchain_node if processing callchains by Arnaldo Carvalho de Melo · 14 years ago
  25. 5f4d3f8 perf report: Add progress bars by Arnaldo Carvalho de Melo · 14 years ago
  26. b3c9ac0 perf callchains: Store the map together with the symbol by Arnaldo Carvalho de Melo · 14 years ago
  27. 301fde2 perf: Fix orphan callchain branches by Frederic Weisbecker · 14 years ago
  28. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 14 years ago
  29. cbbc79a5 perf report: Add multiple event support by Eric B Munson · 14 years ago
  30. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 14 years ago
  31. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 14 years ago
  32. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  33. b7ae11b perf report: Fix segmentation fault when running with '-g none' by Yong Wang · 15 years ago
  34. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  35. b9a63b9 perf report: Fix --no-call-chain option handling by Arnaldo Carvalho de Melo · 15 years ago
  36. 71289be perf report: Add --hide-unresolved/-U command line option by Arnaldo Carvalho de Melo · 15 years ago
  37. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  38. f7d8744 perf session: Move full_paths config to symbol_conf by Arnaldo Carvalho de Melo · 15 years ago
  39. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  40. 0422a4f perf diff: Fix usage array, it must end with a NULL entry by Arnaldo Carvalho de Melo · 15 years ago
  41. b5b60fd perf session: Make events_stats u64 to avoid overflow on 32-bit arches by Arnaldo Carvalho de Melo · 15 years ago
  42. c351c28 perf diff: Use perf_session__fprintf_hists just like 'perf record' by Arnaldo Carvalho de Melo · 15 years ago
  43. 125c4fa perf report: Fix cut'n'paste error recently introduced by Arnaldo Carvalho de Melo · 15 years ago
  44. 3e6055a perf session: Move perf report specific hits out of perf_session__fprintf_hists by Arnaldo Carvalho de Melo · 15 years ago
  45. 4ecf84d0 perf tools: Move hist entries printing routines from perf report by Arnaldo Carvalho de Melo · 15 years ago
  46. d599db3 perf report: Generalize perf_session__fprintf_hists() by Arnaldo Carvalho de Melo · 15 years ago
  47. c410a33 perf symbols: Move symbol filtering to event__preprocess_sample() by Arnaldo Carvalho de Melo · 15 years ago
  48. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  49. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  50. c249a4c perf tools: Make symbol_conf static by Frederic Weisbecker · 15 years ago
  51. c8829c7 perf util: Remove setup_sorting dups by Arnaldo Carvalho de Melo · 15 years ago
  52. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  53. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  54. a328626 perf session: Adopt resolve_callchain by Arnaldo Carvalho de Melo · 15 years ago
  55. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  56. b9bf089 perf tools: No need for three rb_trees for sorting hist entries by Arnaldo Carvalho de Melo · 15 years ago
  57. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  58. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  59. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  60. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  61. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  62. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  63. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  64. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  65. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  66. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  67. 95011c6 perf symbols: Support multiple symtabs in struct thread by Arnaldo Carvalho de Melo · 15 years ago
  68. 6a4694a perf symbols: Better support for multiple symbol tables per dso by Arnaldo Carvalho de Melo · 15 years ago
  69. fcf1203 perf symbols: Rename find_symbol routines to find_function by Arnaldo Carvalho de Melo · 15 years ago
  70. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  71. e74328d perf tools: Use common process_event functions for annotate and report by John Kacur · 15 years ago
  72. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  73. 50e5095 perf report: Do map lookups in resolve_callchain() by Arnaldo Carvalho de Melo · 15 years ago
  74. c338aee perf symbols: Do lazy symtab loading for the kernel & modules too by Arnaldo Carvalho de Melo · 15 years ago
  75. 6671cb1 perf symbols: Remove unrelated actions from dso__load_kernel_sym by Arnaldo Carvalho de Melo · 15 years ago
  76. 00a192b perf tools: Simplify the symbol priv area mechanism by Arnaldo Carvalho de Melo · 15 years ago
  77. 66bd842 perf tools: Delay loading symtabs till we hit a map with it by Arnaldo Carvalho de Melo · 15 years ago
  78. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  79. a4fb581 perf tools: Bind callchains to the first sort dimension column by Frederic Weisbecker · 15 years ago
  80. af0a6fa perf tools: Fix missing top level callchain by Frederic Weisbecker · 15 years ago
  81. e420499 perf annotate: Use the sym_priv_size area for the histogram by Arnaldo Carvalho de Melo · 15 years ago
  82. f39cdf2 perf tools: Move dereference after NULL test by Julia Lawall · 15 years ago
  83. d5b889f perf tools: Move threads & last_match to threads.c by Arnaldo Carvalho de Melo · 15 years ago
  84. da21d1b perf tools: Up the verbose level for some really verbose stuff by Arnaldo Carvalho de Melo · 15 years ago
  85. 016e92f perf tools: Unify perf.data mapping and events handling by Frederic Weisbecker · 15 years ago
  86. c3b32fc perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etc by Arnaldo Carvalho de Melo · 15 years ago
  87. ec218fc perf tools: Remove show_mask bitmask by Arnaldo Carvalho de Melo · 15 years ago
  88. 9735abf perf tools: Move hist_entry__add common code to hist.c by Arnaldo Carvalho de Melo · 15 years ago
  89. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  90. 3d1d07e perf tools: Put common histogram functions in their own file by John Kacur · 15 years ago
  91. dd68ada perf tools: Create util/sort.and use it by John Kacur · 15 years ago
  92. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  93. 5b447a6 perf tools: Librarize idle thread registration by Frederic Weisbecker · 15 years ago
  94. 19c9596 Merge branch 'perfcounters/tracing' into perfcounters/core by Ingo Molnar · 15 years ago
  95. 119e7a2 perf tools: do not complain if root is owning perf.data by Pierre Habouzit · 15 years ago
  96. 96d6e48 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  97. fa6963b perf tools: Check perf.data owner by Peter Zijlstra · 15 years ago
  98. 4273b00 perf tools: Fix comm column adjusting by Frederic Weisbecker · 15 years ago
  99. 6ede59c perf tools: Fix spelling mistake in callchain error by Frederic Weisbecker · 15 years ago
  100. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago