1. c410a33 perf symbols: Move symbol filtering to event__preprocess_sample() by Arnaldo Carvalho de Melo · 15 years ago
  2. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  3. c249a4c perf tools: Make symbol_conf static by Frederic Weisbecker · 15 years ago
  4. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  5. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  6. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  7. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  8. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  9. 95011c6 perf symbols: Support multiple symtabs in struct thread by Arnaldo Carvalho de Melo · 15 years ago
  10. 6a4694a perf symbols: Better support for multiple symbol tables per dso by Arnaldo Carvalho de Melo · 15 years ago
  11. 3610583 perf symbols: Add a 'type' field to struct map by Arnaldo Carvalho de Melo · 15 years ago
  12. fcf1203 perf symbols: Rename find_symbol routines to find_function by Arnaldo Carvalho de Melo · 15 years ago
  13. 3647948 perf tools: Introduce zalloc() for the common calloc(1, N) case by Arnaldo Carvalho de Melo · 15 years ago
  14. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  15. 7cc017e perf top: Always show the DSO column, even if its all the same by Arnaldo Carvalho de Melo · 15 years ago
  16. 2890284 perf tools: Move graph_line and graph_dotted_line from top by Arnaldo Carvalho de Melo · 15 years ago
  17. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  18. c338aee perf symbols: Do lazy symtab loading for the kernel & modules too by Arnaldo Carvalho de Melo · 15 years ago
  19. 6671cb1 perf symbols: Remove unrelated actions from dso__load_kernel_sym by Arnaldo Carvalho de Melo · 15 years ago
  20. 2446042 perf symbols: Capture the running kernel buildid too by Arnaldo Carvalho de Melo · 15 years ago
  21. b269876 perf top: Don't allocate the source parsing members upfront by Arnaldo Carvalho de Melo · 15 years ago
  22. 5a8e5a3 perf top: Allocate space only for the number of counters used by Arnaldo Carvalho de Melo · 15 years ago
  23. 51a472d perf top: Introduce helper function to access symbol from sym_entry by Arnaldo Carvalho de Melo · 15 years ago
  24. 1a105f7 perf top: Suppress DSO column if only one is present by Arnaldo Carvalho de Melo · 15 years ago
  25. 13cc507 perf top: Auto adjust symbol and dso widths by Arnaldo Carvalho de Melo · 15 years ago
  26. 8ffcda1 perf top: Introduce --hide_{user,kernel}_symbols by Arnaldo Carvalho de Melo · 15 years ago
  27. 3b6ed98 perf top: Use all the lines in the screen by Arnaldo Carvalho de Melo · 15 years ago
  28. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 15 years ago
  29. c10edee perf tools: Fix permission checks by Pekka Enberg · 15 years ago
  30. 00a192b perf tools: Simplify the symbol priv area mechanism by Arnaldo Carvalho de Melo · 15 years ago
  31. 66bd842 perf tools: Delay loading symtabs till we hit a map with it by Arnaldo Carvalho de Melo · 15 years ago
  32. 5b2bb75 perf top: Support userspace symbols too by Arnaldo Carvalho de Melo · 15 years ago
  33. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  34. c88e4bf perf top: Fix symbol annotation by Arnaldo Carvalho de Melo · 15 years ago
  35. c258449 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  36. dc79959 perf top: Fix --delay_secs 0 division by zero by Tim Blechmann · 15 years ago
  37. f4f0b41 perf tools: Remove expensive old debug code from perf top by Mike Galbraith · 15 years ago
  38. 7e4ff9e perf tools: Fix counter sample frequency breakage by Mike Galbraith · 15 years ago
  39. 42e59d7 perf tools: Default to 1 KHz auto-sampling freq events by Ingo Molnar · 15 years ago
  40. d9b2002 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  41. 5c20680 perf top: Keep the default of asking for kernel module symbols by Arnaldo Carvalho de Melo · 15 years ago
  42. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  43. 2ccdc45 perf top: Remove dead {min,max}_ip unused variables by Arnaldo Carvalho de Melo · 15 years ago
  44. 8357275 perf top: Add poll_idle to the skip list by Arnaldo Carvalho de Melo · 15 years ago
  45. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  46. 7ced156 perf top: Show RIP only in verbose mode by Arnaldo Carvalho de Melo · 15 years ago
  47. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  48. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  49. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  50. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  51. 091bd2e perf top: Improve interactive key handling by Mike Galbraith · 15 years ago
  52. 46ab976 perf_counter tools: Allow perf top top users to switch between weighted and individual counter display by Mike Galbraith · 15 years ago
  53. 923c42c perf_counter tools: Fix/resurrect perf top annotation in a simple interactive form by Mike Galbraith · 15 years ago
  54. 59b9005 perf top: Add mwait_idle_with_hints to skip_symbols[] by Arnaldo Carvalho de Melo · 15 years ago
  55. 0fdc7e6 perf_counter tools: Give perf top inherit option by Mike Galbraith · 15 years ago
  56. 1e11fd8 perf_counter tools: Provide helper to print percents color by Frederic Weisbecker · 15 years ago
  57. 4297648 perf_counter tools: Enable kernel module symbol loading in tools by Mike Galbraith · 15 years ago
  58. 6cfcc53 perf_counter tools: Connect module support infrastructure to symbol loading infrastructure by Mike Galbraith · 15 years ago
  59. 9974f49 perf_counter tools: Make symbol loading consistently return number of loaded symbols by Mike Galbraith · 15 years ago
  60. 43cbcd8 perf_counter tools: Share rbtree.with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  61. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  62. 3a3393e perf top: Add ppc64 specific skip symbols and strip ppc64 . prefix by Anton Blanchard · 15 years ago
  63. 2ab5208 perf top: Move skip symbols to an array by Anton Blanchard · 15 years ago
  64. 1f208ea perf report: Fix -z option by Anton Blanchard · 15 years ago
  65. e6e18ec perf_counter: Rework the sample ABI by Peter Zijlstra · 15 years ago
  66. 9cffa8d perf_counter tools: Define and use our own u64, s64 etc. definitions by Paul Mackerras · 15 years ago
  67. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  68. 729ff5e2 perf_counter tools: Clean up u64 usage by Ingo Molnar · 15 years ago
  69. aefcf37 perf_counter tools: Standardize color printing by Ingo Molnar · 15 years ago
  70. 30c806a perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER by Ingo Molnar · 15 years ago
  71. 3da297a perf record: Fall back to cpu-clock-ticks if no PMU by Ingo Molnar · 15 years ago
  72. 716c69f perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available by Ingo Molnar · 15 years ago
  73. 2f01190 perf top: Wait for a minimal set of events before reading first snapshot by Frederic Weisbecker · 15 years ago
  74. 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 15 years ago[Renamed from Documentation/perf_counter/builtin-top.c]
  75. 86847b6 perf_counter tools: Add 'perf list' to list available events by Thomas Gleixner · 15 years ago
  76. a21ca2c perf_counter: Separate out attr->type from attr->config by Ingo Molnar · 15 years ago
  77. 2f335a0 perf top: Fix zero or negative refresh delay by Frederic Weisbecker · 15 years ago
  78. 2debbc8 perf_counter tools: Clarify events/samples naming by Ingo Molnar · 15 years ago
  79. cf1f457 perf record, top: Implement --freq by Ingo Molnar · 15 years ago
  80. 0f5486b perf_counter: Sleep before refresh using poll in perf top by Frederic Weisbecker · 15 years ago
  81. 62fc445 perf_counter tools: Use fork and remove munmap events by Peter Zijlstra · 15 years ago
  82. 8fc0321 perf_counter tools: Add color terminal output support by Ingo Molnar · 15 years ago
  83. bd74137 perf_counter tools: Print out symbol parsing errors only if --verbose by Ingo Molnar · 15 years ago
  84. 6e53cdf perf top: Reduce default filter threshold by Ingo Molnar · 15 years ago
  85. 233f0b9 perf_counter tools: Work around warnings in older GCCs by Ingo Molnar · 15 years ago
  86. f2521b6 perf_counter tools: Clean up old kerneltop references by Ingo Molnar · 15 years ago
  87. bf9e187 perf_counter tools: Make source code headers more coherent by Ingo Molnar · 15 years ago
  88. c70975b perf_counter tools: Fix up the ABI shakeup by Peter Zijlstra · 15 years ago
  89. 29c2810 perf_counter tools: Remove the last nmi bits by Peter Zijlstra · 15 years ago
  90. c44613a perf_counter tools: Add locking to perf top by Arnaldo Carvalho de Melo · 15 years ago
  91. da417a7 perf_counter tools: Fix top symbol table max_ip typo by Mike Galbraith · 15 years ago
  92. a3ec8d7 perf_counter tools: Fix top symbol table dump typo by Mike Galbraith · 15 years ago
  93. de04687 perf_counter tools: Convert builtin-top to use libperf symbol routines by Arnaldo Carvalho de Melo · 15 years ago
  94. 16f762a perf_counter tools: Introduce stricter C code checking by Ingo Molnar · 15 years ago
  95. db20c00 perf top: fix typo in -d option by Mike Galbraith · 15 years ago
  96. f91183f perf top: Remove leftover NMI/IRQ bits by Mike Galbraith · 15 years ago
  97. b456bae perf top: Convert to Git option parsing by Ingo Molnar · 15 years ago
  98. 0e9b20b perf record: Convert to Git option parsing by Ingo Molnar · 15 years ago
  99. d94b943 perf top: Reduce display overhead by Mike Galbraith · 15 years ago
  100. c2990a2 perf top: fix segfault by Mike Galbraith · 15 years ago