1. 99ca423 perf symbols: Export elf_section_by_name and reuse by Masami Hiramatsu · 11 years ago
  2. e53b00d perf probe: Release all dynamically allocated parameters by Masami Hiramatsu · 11 years ago
  3. 981d05a perf probe: Release allocated probe_trace_event if failed by Masami Hiramatsu · 11 years ago
  4. 1d027ee perf probe: Fix build when DWARF support libraries not present by Arnaldo Carvalho de Melo · 11 years ago
  5. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  6. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  7. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  8. fb7345b perf probe: Support basic dwarf-based operations on uprobe events by Masami Hiramatsu · 11 years ago
  9. 8a613d4 perf probe: Expand given path to absolute path by Masami Hiramatsu · 11 years ago
  10. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  11. 5230fb7 perf symbols: Set alloc flag close to setting the long_name by Arnaldo Carvalho de Melo · 11 years ago
  12. 7969ec7 perf probe: Support "$vars" meta argument syntax for local variables by Masami Hiramatsu · 11 years ago
  13. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  14. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 11 years ago
  15. bcbd004 perf tools: remove sscanf extension %as by Irina Tirdea · 12 years ago
  16. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  17. 1fb8944 perf probe: Make a copy of exec path for passing to basename by David Ahern · 12 years ago
  18. a23c4dc perf uprobes: Remove unnecessary check before strlist__delete by Srikar Dronamraju · 12 years ago
  19. 225466f perf probe: Provide perf interface for uprobes by Srikar Dronamraju · 12 years ago
  20. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  21. 1c1bc92 perf probe: Ensure offset provided is not greater than function length without DWARF info too by Prashanth Nageshappa · 12 years ago
  22. dfd3b1e perf tools: Remove duplicated string.h includes by Danny Kukawka · 12 years ago
  23. 4eced23 perf probe: Rename target_module to target by Srikar Dronamraju · 12 years ago
  24. 0a84f00 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  25. a844d1e perf probe: Usability fixes by Srikar Dronamraju · 13 years ago
  26. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  27. 44a5604 perf probe: Fix to show correct error string by Masami Hiramatsu · 13 years ago
  28. ce27a44 perf probe: Fix coredump introduced by probe module option by Jovi Zhang · 13 years ago
  29. 14a8fd7 perf probe: Support adding probes on offline kernel modules by Masami Hiramatsu · 13 years ago
  30. 190b57f perf probe: Add probed module in front of function by Masami Hiramatsu · 13 years ago
  31. ff74178 perf probe: Introduce debuginfo to encapsulate dwarf information by Masami Hiramatsu · 13 years ago
  32. cc44644 perf probe: Fix multiple --vars options behavior by Masami Hiramatsu · 13 years ago
  33. f0c4801 perf probe: Fix to remove redundant close by Masami Hiramatsu · 13 years ago
  34. 8635bf6 perf probe: Remove redundant checks by Arnaldo Carvalho de Melo · 13 years ago
  35. fbee632 perf probe: Fix error propagation leading to segfault by Arnaldo Carvalho de Melo · 13 years ago
  36. 8737ebd perf probe: Show filename which contains target function by Masami Hiramatsu · 13 years ago
  37. e116dfa perf probe: Support function@filename syntax for --line by Masami Hiramatsu · 13 years ago
  38. 3c42258 perf probe: Add filters support for available functions by Masami Hiramatsu · 14 years ago
  39. bd09d7b perf probe: Add variable filter support by Masami Hiramatsu · 14 years ago
  40. e80711c perf probe: Add --funcs to show available functions in symtab by Masami Hiramatsu · 14 years ago
  41. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  42. cc22219 Merge commit 'v2.6.37-rc8' into perf/core by Ingo Molnar · 14 years ago
  43. 32ae2ad perf probe: Fix short file name probe location reporting by Franck Bui-Huu · 14 years ago
  44. 32b2b6e perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen by Franck Bui-Huu · 14 years ago
  45. 21dd9ae perf probe: Handle gracefully some stupid and buggy line syntaxes by Franck Bui-Huu · 14 years ago
  46. fde52db perf probe: Don't always consider EOF as an error when listing source code by Franck Bui-Huu · 14 years ago
  47. 9d95b58 perf probe: Fix line range description since a single file is allowed by Franck Bui-Huu · 14 years ago
  48. 44b81e9 perf probe: Clean up redundant tests in show_line_range() by Franck Bui-Huu · 14 years ago
  49. befe341 perf probe: Rewrite show_one_line() to make it simpler by Franck Bui-Huu · 14 years ago
  50. 62c15fc perf probe: Make -L display the absolute path of the dumped file by Franck Bui-Huu · 14 years ago
  51. 0e43e5d perf probe: Cleanup messages by Masami Hiramatsu · 14 years ago
  52. c3a34e0 perf symbols: Stop using vmlinux files with no symbols by Franck Bui-Huu · 14 years ago
  53. fd930ff perf probe: Fix use of kernel image path given by 'k' option by Franck Bui-Huu · 14 years ago
  54. 469b9b8 perf probe: Add basic module support by Masami Hiramatsu · 14 years ago
  55. fb8c5a5 perf probe: Show accessible global variables by Masami Hiramatsu · 14 years ago
  56. c82ec0a perf probe: Function style fix by Masami Hiramatsu · 14 years ago
  57. cf6eb48 perf probe: Show accessible local variables by Masami Hiramatsu · 14 years ago
  58. 04ddd04 perf probe: Fix return probe support by Masami Hiramatsu · 14 years ago
  59. 449e5b2 perf probe: Fix memory leaks in add_perf_probe_events by Masami Hiramatsu · 14 years ago
  60. 0e60836 perf probe: Rename common fields/functions from kprobe to probe. by Srikar Dronamraju · 14 years ago
  61. 6a330a3 perf probe: Support comp_dir to find an absolute source path by Masami Hiramatsu · 14 years ago
  62. 7cf0b79 perf probe: Fix error message if get_real_path() failed by Masami Hiramatsu · 14 years ago
  63. b7dcb85 perf probe: Support static and global variables by Masami Hiramatsu · 14 years ago
  64. b2a3c12 perf probe: Support tracing an entry of array by Masami Hiramatsu · 14 years ago
  65. d28c622 perf machine: Adopt some map_groups functions by Arnaldo Carvalho de Melo · 14 years ago
  66. ef4a356 perf probe: Add --max-probes option by Masami Hiramatsu · 14 years ago
  67. 15eca30 perf probe: Fix to use symtab only if no debuginfo by Masami Hiramatsu · 14 years ago
  68. 6eca8cc perf: Fix perf probe build error by Frederic Weisbecker · 14 years ago
  69. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  70. dda4ab3 perf probe: Fix line range to show end line by Masami Hiramatsu · 14 years ago
  71. d3b63d7 perf probe: Fix a bug that --line range can be overflow by Masami Hiramatsu · 14 years ago
  72. dd259c5 perf probe: Fix mis-estimation for shortening filename by Masami Hiramatsu · 14 years ago
  73. 7ca5989 perf probe: Fix to use correct debugfs path finder by Masami Hiramatsu · 14 years ago
  74. 02b95da perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c by Masami Hiramatsu · 14 years ago
  75. e334016f1 perf probe: Remove xzalloc() from util/probe-{event, finder}.c by Masami Hiramatsu · 14 years ago
  76. 146a143 perf probe: Remove die() from probe-event code by Masami Hiramatsu · 14 years ago
  77. b55a87a perf probe: Remove die() from probe-finder code by Masami Hiramatsu · 14 years ago
  78. 11a1ca3 perf probe: Support basic type casting by Masami Hiramatsu · 14 years ago
  79. 4984912 perf probe: Query basic types from debuginfo by Masami Hiramatsu · 14 years ago
  80. df0faf4 perf probe: Use the last field name as the argument name by Masami Hiramatsu · 14 years ago
  81. 4848193 perf probe: Support argument name by Masami Hiramatsu · 14 years ago
  82. 4b4da7f perf probe: Cleanup debuginfo related code by Masami Hiramatsu · 14 years ago
  83. 5563277 perf events: Fix false positive build warning with older GCC's by Ingo Molnar · 14 years ago
  84. 3b0d516 perf probe: Fix !dwarf build by Ingo Molnar · 14 years ago
  85. 7df2f32 perf probe: Add data structure member access support by Masami Hiramatsu · 14 years ago
  86. fb1587d perf probe: List probes with line number and file name by Masami Hiramatsu · 14 years ago
  87. 4235b04 perf probe: Introduce kprobe_trace_event and perf_probe_event by Masami Hiramatsu · 14 years ago
  88. f4d7da4 perf probe: Add --dry-run option by Masami Hiramatsu · 14 years ago
  89. e0faa8d perf probe: Move add-probe routine to util/ by Masami Hiramatsu · 14 years ago
  90. 31facc5 perf probe: Use wrapper functions by Masami Hiramatsu · 14 years ago
  91. fc6ceea perf probe: Fix need_dwarf flag if lazy matching is used by Masami Hiramatsu · 14 years ago
  92. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 14 years ago
  93. 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 · 14 years ago
  94. 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
  95. 018cbff Merge commit 'v2.6.33' into perf/core by Frederic Weisbecker · 14 years ago
  96. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 14 years ago
  97. 5c8d1cb perf probe: Show more lines after last line by Masami Hiramatsu · 14 years ago
  98. 388c3aa perf probe: Init struct probe_point and set counter correctly by Masami Hiramatsu · 14 years ago
  99. 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 15 years ago
  100. 7204133 perf probe: Show probe list in pager by Masami Hiramatsu · 15 years ago