1. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 15 years ago
  2. 3b0d516 perf probe: Fix !dwarf build by Ingo Molnar · 15 years ago
  3. 7df2f32 perf probe: Add data structure member access support by Masami Hiramatsu · 15 years ago
  4. fb1587d perf probe: List probes with line number and file name by Masami Hiramatsu · 15 years ago
  5. 4235b04 perf probe: Introduce kprobe_trace_event and perf_probe_event by Masami Hiramatsu · 15 years ago
  6. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 15 years ago
  7. 016f262 perf probe: Introduce die_find_child() function by Masami Hiramatsu · 15 years ago
  8. 95a3e4c perf probe: Rename some die_get_* functions by Masami Hiramatsu · 15 years ago
  9. e0faa8d perf probe: Move add-probe routine to util/ by Masami Hiramatsu · 15 years ago
  10. 31facc5 perf probe: Use wrapper functions by Masami Hiramatsu · 15 years ago
  11. a1d37d5 perf tools: Introduce xzalloc() for detecting out of memory conditions by Masami Hiramatsu · 15 years ago
  12. e4713e9 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  13. d0cb426 perf probe: Use original address instead of CU-based address by Masami Hiramatsu · 15 years ago
  14. 67c7ff7 perf probe: Fix offset to allow signed value by Masami Hiramatsu · 15 years ago
  15. b63be8d perf top: Improve the autosizing of column lenghts by Arnaldo Carvalho de Melo · 15 years ago
  16. d06d92b perf annotate: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 15 years ago
  17. b0a9ab6 perf top: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 15 years ago
  18. fc6ceea perf probe: Fix need_dwarf flag if lazy matching is used by Masami Hiramatsu · 15 years ago
  19. 594087a perf probe: Fix probe_point buffer overrun by Masami Hiramatsu · 15 years ago
  20. 567e547 perf tools: Fix non-newt build by Arnaldo Carvalho de Melo · 15 years ago
  21. 3997d37 perf hist: Don't fprintf the callgraph unconditionally by Arnaldo Carvalho de Melo · 15 years ago
  22. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 15 years ago
  23. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 15 years ago
  24. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 15 years ago
  25. dd2ee78 perf tools: Add missing bytes printed in hist_entry__fprintf by Arnaldo Carvalho de Melo · 15 years ago
  26. b4f5296 perf tools: Use eprintf for pr_{err,warning,info} too by Arnaldo Carvalho de Melo · 15 years ago
  27. fe2197b perf symbols: Bump plt synthesizing warning debug level by Arnaldo Carvalho de Melo · 15 years ago
  28. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  29. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 15 years ago
  30. 65f2ed2 perf report: Print the map table just after samples for which no map was found by Arnaldo Carvalho de Melo · 15 years ago
  31. eefc465 perf session: Change perf_session post processing functions to take histogram tree by Eric B Munson · 15 years ago
  32. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 15 years ago
  33. d403d0a perf session: Change add_hist_entry to take the tree root instead of session by Eric B Munson · 15 years ago
  34. accd3cc perf probe: Add missing variable initialization by Arnaldo Carvalho de Melo · 15 years ago
  35. 1224550 perf tools: Don't trow away old map slices not overlapped by new maps by Arnaldo Carvalho de Melo · 15 years ago
  36. 69fef0d perf: Add attr->precise support to raw event parsing by Peter Zijlstra · 15 years ago
  37. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 15 years ago
  38. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 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 · 15 years ago
  40. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 15 years ago
  41. 4385d58 perf tools: Flush maps on COMM events by David S. Miller · 15 years ago
  42. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 15 years ago
  43. 5c8d1cb perf probe: Show more lines after last line by Masami Hiramatsu · 15 years ago
  44. 161a26b perf probe: Check function address range strictly in line finder by Masami Hiramatsu · 15 years ago
  45. e92b85e perf probe: Use libdw callback routines by Masami Hiramatsu · 15 years ago
  46. 804b360 perf probe: Use elfutils-libdw for analyzing debuginfo by Masami Hiramatsu · 15 years ago
  47. 81cb8aa perf probe: Rename probe finder functions by Masami Hiramatsu · 15 years ago
  48. 3cb8bc6 perf probe: Fix bugs in line range finder by Masami Hiramatsu · 15 years ago
  49. 628ada0 perf annotate: Defer allocating sym_priv->hist array by Arnaldo Carvalho de Melo · 15 years ago
  50. 3846df2 perf symbols: Improve debugging information about symtab origins by Arnaldo Carvalho de Melo · 15 years ago
  51. 37fe5fc perf symbols: Check the right return variable by Zhang, Yanmin · 15 years ago
  52. 44ad9cd perf/scripts: Remove unnecessary PyTuple resizes by Tom Zanussi · 15 years ago
  53. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 16 years ago
  54. 82d156c perf/scripts: Move Perl scripting files to scripting-engines dir by Tom Zanussi · 16 years ago
  55. 7397d80 perf/scripts: Move common code out of Perl-specific files by Tom Zanussi · 16 years ago
  56. 388c3aa perf probe: Init struct probe_point and set counter correctly by Masami Hiramatsu · 15 years ago
  57. faa5c5c perf tools: Don't use parent comm if not set at fork time by Arnaldo Carvalho de Melo · 15 years ago
  58. 10fe12e perf symbols: Fix up map end too on modular kernels with no modules installed by Arnaldo Carvalho de Melo · 15 years ago
  59. 7fbfc68 perf: Fix hypervisor sample reporting by Anton Blanchard · 16 years ago
  60. ee11b90 perf top: Fix annotate for userspace by Kirill Smelkov · 16 years ago
  61. 2161db9 perf tools: Fix session init on non-modular kernels by Ingo Molnar · 16 years ago
  62. f887f30 perf tools: Clean up O_LARGEFILE et al usage by Xiao Guangrong · 16 years ago
  63. 7a2b620 perf annotate: Fix it for non-prelinked *.so by Kirill Smelkov · 16 years ago
  64. 29a9f66 perf tools: Adjust some verbosity levels by Arnaldo Carvalho de Melo · 16 years ago
  65. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 16 years ago
  66. 7b2567c perf build-id: Move the routine to find DSOs with hits to the lib by Arnaldo Carvalho de Melo · 16 years ago
  67. 8d92c02 perf symbols: Ditch vdso global variable by Arnaldo Carvalho de Melo · 16 years ago
  68. 6275ce2 perf symbols: Fixup vsyscall maps by Arnaldo Carvalho de Melo · 16 years ago
  69. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 16 years ago
  70. b8f46c5 perf tools: Use O_LARGEFILE to open perf data file by Xiao Guangrong · 16 years ago
  71. 18e97e0 perf: Add util/include/linuxhash.h to include hash.h of kernel by Hitoshi Mitake · 16 years ago
  72. 86d8d29 perf tools: Add __data_loc support by Hitoshi Mitake · 16 years ago
  73. 64abebf perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  74. fd1d908 perf symbols: Split helpers used when creating kernel dso object by Arnaldo Carvalho de Melo · 16 years ago
  75. a19afe4 perf symbols: Factor out dso__load_vmlinux_path() by Arnaldo Carvalho de Melo · 16 years ago
  76. 19fc2de perf symbols: Use the right variable to check for kallsyms in the cache by Arnaldo Carvalho de Melo · 16 years ago
  77. e1c7c6a perf symbols: Fix inverted logic for showing kallsyms as the source of symbols by Arnaldo Carvalho de Melo · 16 years ago
  78. ef12a14 perf buildid-cache: Add new command to manage build-id cache by Arnaldo Carvalho de Melo · 16 years ago
  79. dc8d6ab perf symbols: Use only --vmlinux if specified by Arnaldo Carvalho de Melo · 16 years ago
  80. f162f87 perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event by Arnaldo Carvalho de Melo · 16 years ago
  81. 69e3f52 perf: Fix implicit declaration of getline in util.c by Frederic Weisbecker · 16 years ago
  82. 881516e perf symbols: Accept an alias when looking for "_text" by Arnaldo Carvalho de Melo · 16 years ago
  83. 460848f perf symbols: The synthesized kernel modules MMAP must use the pathnames by Arnaldo Carvalho de Melo · 16 years ago
  84. 88d3d9b perf buildid-list: Introduce --with-hits option by Arnaldo Carvalho de Melo · 16 years ago
  85. 59ee68e perf symbols: Create thread__find_addr_map from thread__find_addr_location by Arnaldo Carvalho de Melo · 16 years ago
  86. 18c3daa perf record: Encode the domain while synthesizing MMAP events by Arnaldo Carvalho de Melo · 16 years ago
  87. cf4e5b0 perf symbols: Use dso->long_name in dsos__find() by Arnaldo Carvalho de Melo · 16 years ago
  88. 9e20144 perf symbols: Cache /proc/kallsyms files by build-id by Arnaldo Carvalho de Melo · 16 years ago
  89. 8d0591f perf symbols: Don't try to load kallsyms if doesn't match the record build-id by Arnaldo Carvalho de Melo · 16 years ago
  90. 1b75962 perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE) by Arnaldo Carvalho de Melo · 16 years ago
  91. ba21594 perf tools: Cross platform perf.data analysis support by Arnaldo Carvalho de Melo · 16 years ago
  92. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 16 years ago
  93. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 16 years ago
  94. cf55311 perf tools: Create typedef for common event synthesizing callback by Arnaldo Carvalho de Melo · 16 years ago
  95. a89e5ab perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table by Arnaldo Carvalho de Melo · 16 years ago
  96. 8d9e503 perf: Fix memory leak: counterwidth by Alexander Beregalov · 16 years ago
  97. 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 16 years ago
  98. 6964cd2 perf tools: Enhance glob string matching by Masami Hiramatsu · 16 years ago
  99. fb1d2ed perf tools: Support tracepoint glob matching by Masami Hiramatsu · 16 years ago
  100. 7204133 perf probe: Show probe list in pager by Masami Hiramatsu · 16 years ago