1. 4ec7e16 perf probe: Return a better scope DIE if there is no best scope by Masami Hiramatsu · 4 years, 7 months ago
  2. da443aa perf probe: Skip overlapped location on searching variables by Masami Hiramatsu · 4 years, 7 months ago
  3. 11c5a6c perf probe: Fix to probe a function which has no entry pc by Masami Hiramatsu · 4 years, 7 months ago
  4. 104666b perf probe: Fix to probe an inline function which has no entry pc by Masami Hiramatsu · 4 years, 7 months ago
  5. 6533303 perf probe: Fix to list probe event with correct line number by Masami Hiramatsu · 4 years, 7 months ago
  6. b6f75b9 perf probe: Fix to probe on gcc generated functions in modules by Masami Hiramatsu · 7 years ago
  7. e1eac34 perf probe: Fix to show correct locations for events on modules by Masami Hiramatsu · 7 years ago
  8. 0ad45b3 perf probe: Skip if the function address is 0 by Masami Hiramatsu · 8 years ago
  9. f8da4b5 perf probe: Ignore the error of finding inline instance by Masami Hiramatsu · 8 years ago
  10. 6243b9d perf probe: Move dwarf specific functions to dwarf-aux.c by Ravi Bangoria · 8 years ago
  11. e47392b perf uprobe: Skip prologue if program compiled without optimization by Ravi Bangoria · 8 years ago
  12. 293d5b4 perf probe: Support probing on offline cross-arch binary by Masami Hiramatsu · 8 years ago
  13. 9880ce4 perf probe: Use hexadecimal type by default if possible by Masami Hiramatsu · 8 years ago
  14. 9254378 perf probe: Support hexadecimal casting by Masami Hiramatsu · 8 years ago
  15. 180b206 perf probe: Add supported for type casting by the running kernel by Masami Hiramatsu · 8 years ago
  16. 19f00b0 perf probe: Support signedness casting by Naohiro Aota · 8 years ago
  17. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  18. bf4d5f2 perf probe: Check the return value of strbuf APIs by Masami Hiramatsu · 8 years ago
  19. 909b036 perf probe: Use strbuf for making strings by Masami Hiramatsu · 8 years ago
  20. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 8 years ago
  21. 270bde1 perf probe: Search both .eh_frame and .debug_frame sections for probe location by Hemant Kumar · 8 years ago
  22. 4d3b162 perf probe: Fix to free temporal Dwarf_Frame correctly by Masami Hiramatsu · 9 years ago
  23. 05c8d80 perf probe: Fix to free temporal Dwarf_Frame by Masami Hiramatsu · 9 years ago
  24. 092b1f0 perf probe: Clear probe_trace_event when add_probe_trace_event() fails by Wang Nan · 9 years ago
  25. 0196e78 perf probe: Fix memory leaking on failure by clearing all probe_trace_events by Masami Hiramatsu · 9 years ago
  26. 6cca13b perf probe: Improve error message when %return is on inlined function by Masami Hiramatsu · 9 years ago
  27. 9b239a1 perf probe: Show correct source lines of probes on kmodules by Masami Hiramatsu · 9 years ago
  28. 9135949 perf probe: Begin and end libdwfl report session correctly by Masami Hiramatsu · 9 years ago
  29. da15bd9 perf probe: Support probing at absolute address by Wang Nan · 9 years ago
  30. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 9 years ago
  31. d3a7c48 perf tools: Reference count struct dso by Arnaldo Carvalho de Melo · 9 years ago
  32. d4c537e perf probe: Ignore tail calls to probed functions by Naveen N. Rao · 9 years ago
  33. 7d5eaba perf probe: Show better error message when failed to find variable by He Kuang · 9 years ago
  34. 349e8d2 perf probe: Add --range option to show a variable's location range by He Kuang · 9 years ago
  35. fb9596d perf probe: Remove length limitation for showing available variables by He Kuang · 9 years ago
  36. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  37. 4c85935 perf probe: Support glob wildcards for function name by Masami Hiramatsu · 9 years ago
  38. 6cfd1f6 perf probe: Add --no-inlines option to avoid searching inline functions by Masami Hiramatsu · 9 years ago
  39. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 9 years ago
  40. f8bffbf perf probe: Support $params special probe argument by Masami Hiramatsu · 9 years ago
  41. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  42. d13855e perf probe: Fix bug with global variables handling by He Kuang · 9 years ago
  43. 96b90f2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  44. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  45. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  46. f19e80c perf probe: Fix segfault when probe with lazy_line to file by He Kuang · 9 years ago
  47. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 9 years ago
  48. c727383 perf probe: Fix to track down unnamed union/structure members by Masami Hiramatsu · 9 years ago
  49. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 9 years ago
  50. 0104fe6 perf probe: Remove bias offset to find probe point by address by Masami Hiramatsu · 9 years ago
  51. e1ecbbc perf probe: Fix to handle optimized not-inlined functions by Masami Hiramatsu · 9 years ago
  52. 4093325 perf probe: Fix crash in dwarf_getcfi_elf by Namhyung Kim · 9 years ago
  53. 664fee3 perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol name by Masami Hiramatsu · 10 years ago
  54. 5f03cba perf probe: Make error messages thread-safe by Masami Hiramatsu · 10 years ago
  55. ff527bc perf tools: Remove needless getopt.h includes by Jiri Olsa · 10 years ago
  56. 69e96ea perf probe: Improve an error message of perf probe --vars mode by Masami Hiramatsu · 10 years ago
  57. 36d789a perf probe: Improve error message for unknown member of data structure by Masami Hiramatsu · 10 years ago
  58. 0c188a0 perf probe: Fix a segfault if asked for variable it doesn't find by Masami Hiramatsu · 10 years ago
  59. 03d8941 perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi() by Namhyung Kim · 10 years ago
  60. 182c228 perf probe: Fix to handle errors in line_range searching by Masami Hiramatsu · 10 years ago
  61. 202c7c1 perf probe: Fix --line option behavior by Namhyung Kim · 10 years ago
  62. a15ad2f perf probe: Support distro-style debuginfo for uprobe by Masami Hiramatsu · 10 years ago
  63. f90acac perf probe: Find given address from offline dwarf by Masami Hiramatsu · 10 years ago
  64. 5a62257 perf probe: Replace line_list with intlist by Masami Hiramatsu · 10 years ago
  65. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 10 years ago
  66. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 10 years ago
  67. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 10 years ago
  68. fb7345b perf probe: Support basic dwarf-based operations on uprobe events by Masami Hiramatsu · 10 years ago
  69. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  70. 9ef0438 perf probe: Fix typo by Arnaldo Carvalho de Melo · 11 years ago
  71. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  72. 3d918a1 perf probe: Find fentry mcount fuzzed parameter location by Masami Hiramatsu · 11 years ago
  73. 7969ec7 perf probe: Support "$vars" meta argument syntax for local variables by Masami Hiramatsu · 11 years ago
  74. 1b286bd perf probe: Fix to initialize fname always before use it by Masami Hiramatsu · 11 years ago
  75. e08cfd4 perf probe: Fix to find line information for probe list by Masami Hiramatsu · 11 years ago
  76. 576b523 perf probe: Fix probing symbols with optimization suffix by Masami Hiramatsu · 11 years ago
  77. 0dbb1ca perf probe: Fix finder to find lines of given function by Masami Hiramatsu · 12 years ago
  78. 7ce28b5 perf probe: Allow of casting an array of char to string by Hyeoncheol Lee · 12 years ago
  79. 7b0295b perf probe: Add union member access support by Hyeoncheol Lee · 12 years ago
  80. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  81. ba28c59 perf probe: Finder fails to resolve function name to address by Prashanth Nageshappa · 12 years ago
  82. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  83. 26b7952 perf probe: Ensure offset provided is not greater than function length by Prashanth Nageshappa · 12 years ago
  84. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 12 years ago
  85. f66fedc perf probe: Fix regression of variable finder by Masami Hiramatsu · 13 years ago
  86. db0d2c6 perf probe: Search concrete out-of-line instances by Masami Hiramatsu · 13 years ago
  87. f182e3e perf probe: Avoid searching variables in intermediate scopes by Masami Hiramatsu · 13 years ago
  88. 221d061 perf probe: Fix to search local variables in appropriate scope by Masami Hiramatsu · 13 years ago
  89. 36c0c58 perf probe: Fix to walk all inline instances by Masami Hiramatsu · 13 years ago
  90. 8afa2a7 perf probe: Fix a memory leak for scopes array by Masami Hiramatsu · 13 years ago
  91. ff74178 perf probe: Introduce debuginfo to encapsulate dwarf information by Masami Hiramatsu · 13 years ago
  92. e0d153c perf-probe: Move dwarf library routines to dwarf-aux.{c, h} by Masami Hiramatsu · 13 years ago
  93. bcfc082 perf probe: Remove redundant dwarf functions by Masami Hiramatsu · 13 years ago
  94. bad03ae perf probe: Move strtailcmp to string.c by Masami Hiramatsu · 13 years ago
  95. baad2d3 perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END by Masami Hiramatsu · 13 years ago
  96. 2b348a7 perf probe: Fix the missed parameter initialization by Lin Ming · 13 years ago
  97. 68d2cf2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  98. 1d46ea2 perf probe: Fix listing incorrect line number with inline function by Masami Hiramatsu · 13 years ago
  99. 1d87808 perf probe: Fix to find recursively inlined function by Masami Hiramatsu · 13 years ago
  100. f0c4801 perf probe: Fix to remove redundant close by Masami Hiramatsu · 13 years ago