1. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. 4385d58 perf tools: Flush maps on COMM events by David S. Miller · 14 years ago
  3. 48fb4fd perf annotate: Handle samples not at objdump output addr boundaries by Arnaldo Carvalho de Melo · 14 years ago
  4. 628ada0 perf annotate: Defer allocating sym_priv->hist array by Arnaldo Carvalho de Melo · 14 years ago
  5. 3846df2 perf symbols: Improve debugging information about symtab origins by Arnaldo Carvalho de Melo · 14 years ago
  6. c7ad21a perf top: Use a macro instead of a constant variable by Arnaldo Carvalho de Melo · 14 years ago
  7. 37fe5fc perf symbols: Check the right return variable by Zhang, Yanmin · 14 years ago
  8. c2fbaa4 perf/scripts: Tag syscall_name helper as not yet available by Frederic Weisbecker · 14 years ago
  9. cff68e5 perf/scripts: Add perf-trace-python Documentation by Tom Zanussi · 14 years ago
  10. 44ad9cd perf/scripts: Remove unnecessary PyTuple resizes by Tom Zanussi · 14 years ago
  11. 4d161f0 perf/scripts: Add syscall tracing scripts by Tom Zanussi · 14 years ago
  12. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 14 years ago
  13. 266fe2f perf/scripts: Remove check-perf-trace from listed scripts by Tom Zanussi · 14 years ago
  14. 82d156c perf/scripts: Move Perl scripting files to scripting-engines dir by Tom Zanussi · 14 years ago
  15. 7397d80 perf/scripts: Move common code out of Perl-specific files by Tom Zanussi · 14 years ago
  16. e26207a perf/scripts: Fix bug in Util.pm by Tom Zanussi · 14 years ago
  17. f526d68 perf/scripts: Fix supported language listing option by Tom Zanussi · 14 years ago
  18. 388c3aa perf probe: Init struct probe_point and set counter correctly by Masami Hiramatsu · 14 years ago
  19. faa5c5c perf tools: Don't use parent comm if not set at fork time by Arnaldo Carvalho de Melo · 14 years ago
  20. 10fe12e perf symbols: Fix up map end too on modular kernels with no modules installed by Arnaldo Carvalho de Melo · 14 years ago
  21. 1a72cfa perf top: Fix help text alignment by Kirill Smelkov · 14 years ago
  22. 7fbfc68 perf: Fix hypervisor sample reporting by Anton Blanchard · 14 years ago
  23. f7e7ee3 perf record: Fix existing process callgraph symbol by austin_zhang@linux.intel.com · 14 years ago
  24. 5f48536 perf top: Use address pattern in lookup_sym_source by Arnaldo Carvalho de Melo · 14 years ago
  25. ee11b90 perf top: Fix annotate for userspace by Kirill Smelkov · 14 years ago
  26. 2161db9 perf tools: Fix session init on non-modular kernels by Ingo Molnar · 14 years ago
  27. f887f30 perf tools: Clean up O_LARGEFILE et al usage by Xiao Guangrong · 14 years ago
  28. 57d8188 perf annotate: Fix perf top module symbol annotation by Mike Galbraith · 14 years ago
  29. 6cff0e8 perf top: Teach it to autolocate vmlinux by Kirill Smelkov · 14 years ago
  30. 7a2b620 perf annotate: Fix it for non-prelinked *.so by Kirill Smelkov · 14 years ago
  31. 29a9f66 perf tools: Adjust some verbosity levels by Arnaldo Carvalho de Melo · 14 years ago
  32. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 14 years ago
  33. 7b2567c perf build-id: Move the routine to find DSOs with hits to the lib by Arnaldo Carvalho de Melo · 14 years ago
  34. 8ad94c6 perf probe: Don't use a perf_session instance just to resolve symbols by Arnaldo Carvalho de Melo · 14 years ago
  35. 8d92c02 perf symbols: Ditch vdso global variable by Arnaldo Carvalho de Melo · 14 years ago
  36. 6275ce2 perf symbols: Fixup vsyscall maps by Arnaldo Carvalho de Melo · 14 years ago
  37. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  38. b8f46c5 perf tools: Use O_LARGEFILE to open perf data file by Xiao Guangrong · 14 years ago
  39. 59f411b perf lock: Clean up various details by Ingo Molnar · 14 years ago
  40. 9b5e350 perf lock: Introduce new tool "perf lock", for analyzing lock statistics by Hitoshi Mitake · 14 years ago
  41. 18e97e0 perf: Add util/include/linuxhash.h to include hash.h of kernel by Hitoshi Mitake · 14 years ago
  42. 86d8d29 perf tools: Add __data_loc support by Hitoshi Mitake · 14 years ago
  43. a8e6f73 Revert "perf record: Intercept all events" by Hitoshi Mitake · 14 years ago
  44. 6a1b751 perf: Ignore perf-archive temp file by John Kacur · 14 years ago
  45. 4c57415 tools/perf/perf.c: Clean up trivial style issues by Thiago Farina · 14 years ago
  46. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  47. 64abebf7 perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 14 years ago
  48. fd1d908 perf symbols: Split helpers used when creating kernel dso object by Arnaldo Carvalho de Melo · 14 years ago
  49. a19afe4 perf symbols: Factor out dso__load_vmlinux_path() by Arnaldo Carvalho de Melo · 14 years ago
  50. 72b8fa1 perf top: Exit if specified --vmlinux can't be used by Arnaldo Carvalho de Melo · 14 years ago
  51. 408f0d1 perf trace: Add -i option for choosing input file by Hitoshi Mitake · 14 years ago
  52. 19fc2de perf symbols: Use the right variable to check for kallsyms in the cache by Arnaldo Carvalho de Melo · 14 years ago
  53. e1c7c6a perf symbols: Fix inverted logic for showing kallsyms as the source of symbols by Arnaldo Carvalho de Melo · 14 years ago
  54. 0f35cd4 perf top: Handle PERF_RECORD_{FORK,EXIT} events by Arnaldo Carvalho de Melo · 14 years ago
  55. 24bfef0 perf top: Fix sample counting by Arnaldo Carvalho de Melo · 14 years ago
  56. 7f5102c perf: Ignore perf.data.old by Amerigo Wang · 14 years ago
  57. b7ae11b perf report: Fix segmentation fault when running with '-g none' by Yong Wang · 14 years ago
  58. ef12a14 perf buildid-cache: Add new command to manage build-id cache by Arnaldo Carvalho de Melo · 14 years ago
  59. dc8d6ab perf symbols: Use only --vmlinux if specified by Arnaldo Carvalho de Melo · 14 years ago
  60. f162f87ad perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event by Arnaldo Carvalho de Melo · 14 years ago
  61. d5526d8 perf archive: Fix installation steps in the Makefile by Arnaldo Carvalho de Melo · 15 years ago
  62. e8d433f perf archive: Add documentation by Arnaldo Carvalho de Melo · 15 years ago
  63. b00eca8 perf kmem: Print usage help for unknown commands by Pekka Enberg · 14 years ago
  64. 4710327 perf kmem: Increase "Hit" column length by Pekka Enberg · 14 years ago
  65. 0eda738 perf probe: Fix build error of builtin-probe.c by Hitoshi Mitake · 15 years ago
  66. 69e3f52 perf: Fix implicit declaration of getline in util.c by Frederic Weisbecker · 15 years ago
  67. 8f06d7e perf timechart: Use tid not pid for COMM change by Arjan van de Ven · 15 years ago
  68. 881516e perf symbols: Accept an alias when looking for "_text" by Arnaldo Carvalho de Melo · 15 years ago
  69. f5a2c3d perf record: Intercept all events by Arnaldo Carvalho de Melo · 15 years ago
  70. 2c58517 perf archive: Add helper script to package files needed to do analysis by Arnaldo Carvalho de Melo · 15 years ago
  71. 460848f perf symbols: The synthesized kernel modules MMAP must use the pathnames by Arnaldo Carvalho de Melo · 15 years ago
  72. 88d3d9b7 perf buildid-list: Introduce --with-hits option by Arnaldo Carvalho de Melo · 15 years ago
  73. 59ee68e perf symbols: Create thread__find_addr_map from thread__find_addr_location by Arnaldo Carvalho de Melo · 15 years ago
  74. 18c3daa perf record: Encode the domain while synthesizing MMAP events by Arnaldo Carvalho de Melo · 15 years ago
  75. cf4e5b0 perf symbols: Use dso->long_name in dsos__find() by Arnaldo Carvalho de Melo · 15 years ago
  76. 9e20144 perf symbols: Cache /proc/kallsyms files by build-id by Arnaldo Carvalho de Melo · 15 years ago
  77. 8d0591f perf symbols: Don't try to load kallsyms if doesn't match the record build-id by Arnaldo Carvalho de Melo · 15 years ago
  78. 1b75962 perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE) by Arnaldo Carvalho de Melo · 15 years ago
  79. ba21594 perf tools: Cross platform perf.data analysis support by Arnaldo Carvalho de Melo · 15 years ago
  80. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  81. 66aeb6d perf top: Fix code typo in prompt_symbol() by Kirill Smelkov · 15 years ago
  82. 0895cf0 perf: Fix few typos + cosmetics by Kirill Smelkov · 15 years ago
  83. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  84. ff314d3 perf: Make cmd_to_page() function more compact by Wenji Huang · 15 years ago
  85. cf55311 perf tools: Create typedef for common event synthesizing callback by Arnaldo Carvalho de Melo · 15 years ago
  86. a89e5abe perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table by Arnaldo Carvalho de Melo · 15 years ago
  87. fed5af6 perf buildid-list: No need to process the header sections again by Arnaldo Carvalho de Melo · 15 years ago
  88. 8d9e503 perf: Fix memory leak: counterwidth by Alexander Beregalov · 15 years ago
  89. 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 15 years ago
  90. 6964cd2 perf tools: Enhance glob string matching by Masami Hiramatsu · 15 years ago
  91. fb1d2ed perf tools: Support tracepoint glob matching by Masami Hiramatsu · 15 years ago
  92. 7204133 perf probe: Show probe list in pager by Masami Hiramatsu · 15 years ago
  93. bbaa46f perf probe: Remove newline from die() by Masami Hiramatsu · 15 years ago
  94. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  95. b9a63b9 perf report: Fix --no-call-chain option handling by Arnaldo Carvalho de Melo · 15 years ago
  96. de17648 perf session: Keep pointers to the vmlinux maps by Arnaldo Carvalho de Melo · 15 years ago
  97. f92cb24 perf tools: Create write_padded routine out of __dsos__write_buildid_table by Arnaldo Carvalho de Melo · 15 years ago
  98. 36a3e64 perf symbols: Export symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  99. 682b335 perf symbols: Generalise the kallsyms parsing routine by Arnaldo Carvalho de Melo · 15 years ago
  100. 60666c6 perf tools: Fix --pid option for stat by Liming Wang · 15 years ago