1. b83f920 perf: expose event__process function by Srikar Dronamraju · 14 years ago
  2. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 14 years ago
  3. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 14 years ago
  4. 5ad90e4 perf symbols: Add the build id cache to the vmlinux path by Arnaldo Carvalho de Melo · 14 years ago
  5. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  6. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  7. ab60834 perf, x86: Improve the PEBS ABI by Peter Zijlstra · 14 years ago
  8. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  9. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 14 years ago
  10. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  11. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  12. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  13. 5a10317 perf record: Zero out mmap_array to fix segfault by Zhang, Yanmin · 14 years ago
  14. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 14 years ago
  15. e4713e9 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  16. 00909e9 perf top: Add missing initialization to zero by Arnaldo Carvalho de Melo · 14 years ago
  17. b63be8d perf top: Improve the autosizing of column lenghts by Arnaldo Carvalho de Melo · 14 years ago
  18. b0a9ab6 perf top: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 14 years ago
  19. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 14 years ago
  20. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  21. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 14 years ago
  22. 1676b8a perf-top: Show the percentage of successfull PEBS-fixups by Peter Zijlstra · 14 years ago
  23. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 14 years ago
  24. c7ad21a perf top: Use a macro instead of a constant variable by Arnaldo Carvalho de Melo · 15 years ago
  25. 1a72cfa perf top: Fix help text alignment by Kirill Smelkov · 15 years ago
  26. 5f48536 perf top: Use address pattern in lookup_sym_source by Arnaldo Carvalho de Melo · 15 years ago
  27. ee11b90 perf top: Fix annotate for userspace by Kirill Smelkov · 15 years ago
  28. 57d8188 perf annotate: Fix perf top module symbol annotation by Mike Galbraith · 15 years ago
  29. 6cff0e8 perf top: Teach it to autolocate vmlinux by Kirill Smelkov · 15 years ago
  30. 64abebf7 perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 15 years ago
  31. 72b8fa1 perf top: Exit if specified --vmlinux can't be used by Arnaldo Carvalho de Melo · 15 years ago
  32. 0f35cd4 perf top: Handle PERF_RECORD_{FORK,EXIT} events by Arnaldo Carvalho de Melo · 15 years ago
  33. 24bfef0 perf top: Fix sample counting by Arnaldo Carvalho de Melo · 15 years ago
  34. 66aeb6d perf top: Fix code typo in prompt_symbol() by Kirill Smelkov · 15 years ago
  35. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  36. c410a33 perf symbols: Move symbol filtering to event__preprocess_sample() by Arnaldo Carvalho de Melo · 15 years ago
  37. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  38. c249a4c perf tools: Make symbol_conf static by Frederic Weisbecker · 15 years ago
  39. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  40. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  41. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  42. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  43. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  44. 95011c6 perf symbols: Support multiple symtabs in struct thread by Arnaldo Carvalho de Melo · 15 years ago
  45. 6a4694a perf symbols: Better support for multiple symbol tables per dso by Arnaldo Carvalho de Melo · 15 years ago
  46. 3610583 perf symbols: Add a 'type' field to struct map by Arnaldo Carvalho de Melo · 15 years ago
  47. fcf1203 perf symbols: Rename find_symbol routines to find_function by Arnaldo Carvalho de Melo · 15 years ago
  48. 3647948 perf tools: Introduce zalloc() for the common calloc(1, N) case by Arnaldo Carvalho de Melo · 15 years ago
  49. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  50. 7cc017e perf top: Always show the DSO column, even if its all the same by Arnaldo Carvalho de Melo · 15 years ago
  51. 2890284 perf tools: Move graph_line and graph_dotted_line from top by Arnaldo Carvalho de Melo · 15 years ago
  52. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  53. c338aee perf symbols: Do lazy symtab loading for the kernel & modules too by Arnaldo Carvalho de Melo · 15 years ago
  54. 6671cb1 perf symbols: Remove unrelated actions from dso__load_kernel_sym by Arnaldo Carvalho de Melo · 15 years ago
  55. 2446042 perf symbols: Capture the running kernel buildid too by Arnaldo Carvalho de Melo · 15 years ago
  56. b269876 perf top: Don't allocate the source parsing members upfront by Arnaldo Carvalho de Melo · 15 years ago
  57. 5a8e5a3 perf top: Allocate space only for the number of counters used by Arnaldo Carvalho de Melo · 15 years ago
  58. 51a472d perf top: Introduce helper function to access symbol from sym_entry by Arnaldo Carvalho de Melo · 15 years ago
  59. 1a105f7 perf top: Suppress DSO column if only one is present by Arnaldo Carvalho de Melo · 15 years ago
  60. 13cc507 perf top: Auto adjust symbol and dso widths by Arnaldo Carvalho de Melo · 15 years ago
  61. 8ffcda1 perf top: Introduce --hide_{user,kernel}_symbols by Arnaldo Carvalho de Melo · 15 years ago
  62. 3b6ed98 perf top: Use all the lines in the screen by Arnaldo Carvalho de Melo · 15 years ago
  63. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 15 years ago
  64. c10edee perf tools: Fix permission checks by Pekka Enberg · 15 years ago
  65. 00a192b perf tools: Simplify the symbol priv area mechanism by Arnaldo Carvalho de Melo · 15 years ago
  66. 66bd842 perf tools: Delay loading symtabs till we hit a map with it by Arnaldo Carvalho de Melo · 15 years ago
  67. 5b2bb75 perf top: Support userspace symbols too by Arnaldo Carvalho de Melo · 15 years ago
  68. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  69. c88e4bf perf top: Fix symbol annotation by Arnaldo Carvalho de Melo · 15 years ago
  70. c258449 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  71. dc79959 perf top: Fix --delay_secs 0 division by zero by Tim Blechmann · 15 years ago
  72. f4f0b41 perf tools: Remove expensive old debug code from perf top by Mike Galbraith · 15 years ago
  73. 7e4ff9e perf tools: Fix counter sample frequency breakage by Mike Galbraith · 15 years ago
  74. 42e59d7 perf tools: Default to 1 KHz auto-sampling freq events by Ingo Molnar · 15 years ago
  75. d9b2002 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  76. 5c20680 perf top: Keep the default of asking for kernel module symbols by Arnaldo Carvalho de Melo · 15 years ago
  77. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  78. 2ccdc45 perf top: Remove dead {min,max}_ip unused variables by Arnaldo Carvalho de Melo · 15 years ago
  79. 8357275 perf top: Add poll_idle to the skip list by Arnaldo Carvalho de Melo · 15 years ago
  80. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  81. 7ced156 perf top: Show RIP only in verbose mode by Arnaldo Carvalho de Melo · 15 years ago
  82. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  83. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  84. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  85. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  86. 091bd2e perf top: Improve interactive key handling by Mike Galbraith · 15 years ago
  87. 46ab976 perf_counter tools: Allow perf top top users to switch between weighted and individual counter display by Mike Galbraith · 15 years ago
  88. 923c42c perf_counter tools: Fix/resurrect perf top annotation in a simple interactive form by Mike Galbraith · 15 years ago
  89. 59b9005 perf top: Add mwait_idle_with_hints to skip_symbols[] by Arnaldo Carvalho de Melo · 15 years ago
  90. 0fdc7e6 perf_counter tools: Give perf top inherit option by Mike Galbraith · 15 years ago
  91. 1e11fd8 perf_counter tools: Provide helper to print percents color by Frederic Weisbecker · 15 years ago
  92. 4297648 perf_counter tools: Enable kernel module symbol loading in tools by Mike Galbraith · 15 years ago
  93. 6cfcc53 perf_counter tools: Connect module support infrastructure to symbol loading infrastructure by Mike Galbraith · 15 years ago
  94. 9974f49 perf_counter tools: Make symbol loading consistently return number of loaded symbols by Mike Galbraith · 15 years ago
  95. 43cbcd8 perf_counter tools: Share rbtree.with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  96. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  97. 3a3393e perf top: Add ppc64 specific skip symbols and strip ppc64 . prefix by Anton Blanchard · 15 years ago
  98. 2ab5208 perf top: Move skip symbols to an array by Anton Blanchard · 15 years ago
  99. 1f208ea perf report: Fix -z option by Anton Blanchard · 15 years ago
  100. e6e18ec perf_counter: Rework the sample ABI by Peter Zijlstra · 15 years ago