1. c8829c7 perf util: Remove setup_sorting dups by Arnaldo Carvalho de Melo · 15 years ago
  2. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  3. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  4. a328626 perf session: Adopt resolve_callchain by Arnaldo Carvalho de Melo · 15 years ago
  5. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  6. b9bf089 perf tools: No need for three rb_trees for sorting hist entries by Arnaldo Carvalho de Melo · 15 years ago
  7. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  8. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  9. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  10. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  11. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  12. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  13. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  14. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  15. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  16. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  17. 95011c6 perf symbols: Support multiple symtabs in struct thread by Arnaldo Carvalho de Melo · 15 years ago
  18. 6a4694a perf symbols: Better support for multiple symbol tables per dso by Arnaldo Carvalho de Melo · 15 years ago
  19. fcf1203 perf symbols: Rename find_symbol routines to find_function by Arnaldo Carvalho de Melo · 15 years ago
  20. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  21. e74328d perf tools: Use common process_event functions for annotate and report by John Kacur · 15 years ago
  22. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  23. 50e5095 perf report: Do map lookups in resolve_callchain() by Arnaldo Carvalho de Melo · 15 years ago
  24. c338aee perf symbols: Do lazy symtab loading for the kernel & modules too by Arnaldo Carvalho de Melo · 15 years ago
  25. 6671cb1 perf symbols: Remove unrelated actions from dso__load_kernel_sym by Arnaldo Carvalho de Melo · 15 years ago
  26. 00a192b perf tools: Simplify the symbol priv area mechanism by Arnaldo Carvalho de Melo · 15 years ago
  27. 66bd842 perf tools: Delay loading symtabs till we hit a map with it by Arnaldo Carvalho de Melo · 15 years ago
  28. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  29. a4fb581 perf tools: Bind callchains to the first sort dimension column by Frederic Weisbecker · 15 years ago
  30. af0a6fa perf tools: Fix missing top level callchain by Frederic Weisbecker · 15 years ago
  31. e420499 perf annotate: Use the sym_priv_size area for the histogram by Arnaldo Carvalho de Melo · 15 years ago
  32. f39cdf2 perf tools: Move dereference after NULL test by Julia Lawall · 15 years ago
  33. d5b889f perf tools: Move threads & last_match to threads.c by Arnaldo Carvalho de Melo · 15 years ago
  34. da21d1b perf tools: Up the verbose level for some really verbose stuff by Arnaldo Carvalho de Melo · 15 years ago
  35. 016e92f perf tools: Unify perf.data mapping and events handling by Frederic Weisbecker · 15 years ago
  36. c3b32fc perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etc by Arnaldo Carvalho de Melo · 15 years ago
  37. ec218fc perf tools: Remove show_mask bitmask by Arnaldo Carvalho de Melo · 15 years ago
  38. 9735abf perf tools: Move hist_entry__add common code to hist.c by Arnaldo Carvalho de Melo · 15 years ago
  39. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  40. 3d1d07e perf tools: Put common histogram functions in their own file by John Kacur · 15 years ago
  41. dd68ada perf tools: Create util/sort.and use it by John Kacur · 15 years ago
  42. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  43. 5b447a6 perf tools: Librarize idle thread registration by Frederic Weisbecker · 15 years ago
  44. 19c9596 Merge branch 'perfcounters/tracing' into perfcounters/core by Ingo Molnar · 15 years ago
  45. 119e7a2 perf tools: do not complain if root is owning perf.data by Pierre Habouzit · 15 years ago
  46. 96d6e48 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  47. fa6963b perf tools: Check perf.data owner by Peter Zijlstra · 15 years ago
  48. 4273b00 perf tools: Fix comm column adjusting by Frederic Weisbecker · 15 years ago
  49. 6ede59c perf tools: Fix spelling mistake in callchain error by Frederic Weisbecker · 15 years ago
  50. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  51. 0d3a5c8 perf tools: Librarize sample type and attr finding from headers by Frederic Weisbecker · 15 years ago
  52. 0f25bfc perf tools: Put the show mode into the event headers files by Frederic Weisbecker · 15 years ago
  53. 2cec19d perf tools: Factorize the dprintf definition by Frederic Weisbecker · 15 years ago
  54. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  55. 6baa0a5 perf tools: Factorize the thread code in a dedicated file by Frederic Weisbecker · 15 years ago
  56. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  57. 8fd101f perf report: Don't show unresolved DSOs and symbols when -S/-d is used by Arnaldo Carvalho de Melo · 15 years ago
  58. 94a2475 perf report: Show the tid too in -D by Arnaldo Carvalho de Melo · 15 years ago
  59. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  60. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  61. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  62. 9f86669 perf report: Add raw displaying of per-thread counters by Brice Goglin · 15 years ago
  63. 8d51327 perf report: Fix and improve the displaying of per-thread event counters by Brice Goglin · 15 years ago
  64. 2544603 perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal mode by Frederic Weisbecker · 15 years ago
  65. b1a8834 perf tools: callchain: Fix 'perf report' display to be callchain by default by Frederic Weisbecker · 15 years ago
  66. 94cb9e3 perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc) by Arnaldo Carvalho de Melo · 15 years ago
  67. 8f18aec perf report: Fix per task mult-counter stat reporting by Peter Zijlstra · 15 years ago
  68. 1953287 perf tools: Fix call-chain cumul hit based sub-total (fractal mode) by Frederic Weisbecker · 15 years ago
  69. 114cfab perf report: Make --sort comm,dso,symbol the default by Pekka Enberg · 15 years ago
  70. 7e03065 perf: Fix read buffer overflow by Roel Kluin · 15 years ago
  71. 27d028d perf report: Update for the new FORK/EXIT events by Peter Zijlstra · 15 years ago
  72. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  73. 1d2f379 Merge commit 'tip/perfcounters/core' into perf-counters-for-linus by Peter Zijlstra · 15 years ago
  74. 1483b19f perf_counter: Make call graph option consistent by Anton Blanchard · 15 years ago
  75. e3d7e18 perf report: Introduce -n/--show-nr-samples by Arnaldo Carvalho de Melo · 15 years ago
  76. 021191b perf report: Make the output more compact by Arnaldo Carvalho de Melo · 15 years ago
  77. 60c1baf perf report: Tidy up reporting of symbols not found by Arnaldo Carvalho de Melo · 15 years ago
  78. 52d422d perf report: Adjust column width to the values sampled by Arnaldo Carvalho de Melo · 15 years ago
  79. 805d127 perf report: Add "Fractal" mode output - support callchains with relative overhead rate by Frederic Weisbecker · 15 years ago
  80. 94a8eb0 perf report: Change default callchain parameters by Frederic Weisbecker · 15 years ago
  81. be90388 perf report: Use a modifiable string for default callchain options by Frederic Weisbecker · 15 years ago
  82. 91b4eae perf report: Warn on callchain output request from non-callchain file by Frederic Weisbecker · 15 years ago
  83. 029e5b1 perf report: Annotate variable initialization by Ingo Molnar · 15 years ago
  84. 24b57c6 perf_counter tools: Display percents of hits in callchain with overhead colors by Frederic Weisbecker · 15 years ago
  85. 1e11fd8 perf_counter tools: Provide helper to print percents color by Frederic Weisbecker · 15 years ago
  86. c20ab37 perf_counter tools: Set the minimum percent for callchains to be displayed by Frederic Weisbecker · 15 years ago
  87. 4eb3e47 perf report: Add support for callchain graph output by Frederic Weisbecker · 15 years ago
  88. 4297648 perf_counter tools: Enable kernel module symbol loading in tools by Mike Galbraith · 15 years ago
  89. 6cfcc53 perf_counter tools: Connect module support infrastructure to symbol loading infrastructure by Mike Galbraith · 15 years ago
  90. 9974f49 perf_counter tools: Make symbol loading consistently return number of loaded symbols by Mike Galbraith · 15 years ago
  91. 5da5025 perf_counter tools: Share list.h with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  92. 43cbcd8 perf_counter tools: Share rbtree.with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  93. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  94. 88a69df perf report: Fix HV bit mismerge by Ingo Molnar · 15 years ago
  95. 4424961 perf_counter tools: Resolve symbols in callchains by Frederic Weisbecker · 15 years ago
  96. fb9c818 perf report: Add hypervisor dso by Anton Blanchard · 15 years ago
  97. d8db1b5 perf report: Fix reporting of hypervisor by Anton Blanchard · 15 years ago
  98. 7bec7a9 perf report: Add --symbols parameter by Arnaldo Carvalho de Melo · 15 years ago
  99. cc8b88b perf report: Add --comms parameter by Arnaldo Carvalho de Melo · 15 years ago
  100. 2590340 perf report: Add --dsos parameter by Arnaldo Carvalho de Melo · 15 years ago