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