1. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 9 years ago
  2. 4422552 perf probe: Use perf_probe_event.target instead of passing as an argument by Masami Hiramatsu · 9 years ago
  3. 5a51fcd perf probe: Skip kernel symbols which is out of .text by Masami Hiramatsu · 9 years ago
  4. 573709f perf probe: Make --line checks validate C-style function name by Masami Hiramatsu · 9 years ago
  5. b8dc398 perf probe: Fix a typo for the flags of open by Masami Hiramatsu · 9 years ago
  6. ae2cb1a perf probe: Fix to close probe_events file in error by Masami Hiramatsu · 9 years ago
  7. 307a464 perf probe: Allow to use filter on --del command by Masami Hiramatsu · 9 years ago
  8. b6a8964 perf probe: Accept filter argument for --list by Masami Hiramatsu · 9 years ago
  9. 3099c02 perf probe: Improve detection of file/function name in the probe pattern by Naveen N. Rao · 9 years ago
  10. 7b6ff0b perf probe ppc64le: Fixup function entry if using kallsyms lookup by Naveen N. Rao · 9 years ago
  11. d5c2e2c perf probe ppc64le: Prefer symbol table lookup over DWARF by Naveen N. Rao · 9 years ago
  12. 6dbe31f perf probe: Remove all probes matches given pattern at once by Masami Hiramatsu · 9 years ago
  13. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 10 years ago
  14. 9d7b45c perf probe: Set retprobe flag when probe in address-based alternative mode by He Kuang · 9 years ago
  15. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 9 years ago
  16. f6c1562 perf probe: Fix ARM 32 building error by Wang Nan · 9 years ago
  17. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 9 years ago
  18. e6d7c91 perf probe: Fix to get ummapped symbol address on kernel by Masami Hiramatsu · 10 years ago
  19. 0560a0c perf probe: Fix failure to add multiple probes without debuginfo by He Kuang · 10 years ago
  20. 6d4a489 perf probe: Fix compiles due to declarations using perf_probe_point by David Ahern · 10 years ago
  21. a78604d perf probe: Fix possible double free on error by He Kuang · 10 years ago
  22. e578da3 perf probe: Allow weak symbols to be probed by Namhyung Kim · 10 years ago
  23. 680d926 perf symbols: Allow symbol alias when loading map for symbol name by Namhyung Kim · 10 years ago
  24. 0687eba Revert "perf probe: Fix to fall back to find probe point in symbols" by Masami Hiramatsu · 10 years ago
  25. 811dd2a perf probe: Fix --line to handle aliased symbols in glibc by Masami Hiramatsu · 10 years ago
  26. 9b118ac perf probe: Fix to handle aliased symbols in glibc by Masami Hiramatsu · 10 years ago
  27. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 10 years ago
  28. f56847c perf probe: Fix a precedence bug by He Kuang · 10 years ago
  29. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 10 years ago
  30. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 10 years ago
  31. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 10 years ago
  32. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  33. 25dd917 perf probe: Fix probing kretprobes by Namhyung Kim · 10 years ago
  34. 0a3873a perf symbols: Introduce 'for' method to iterate over the symbols with a given name by Arnaldo Carvalho de Melo · 10 years ago
  35. 564c62a perf probe: Do not rely on map__load() filter to find symbols by Namhyung Kim · 10 years ago
  36. 7949ba1 perf probe: Propagate error code when write(2) failed by Namhyung Kim · 10 years ago
  37. 906451b perf probe: Fix to fall back to find probe point in symbols by Masami Hiramatsu · 10 years ago
  38. 5e17b28 perf probe: Add --quiet option to suppress output result message by Masami Hiramatsu · 10 years ago
  39. 8fa7d87 perf symbols: Encapsulate dsos list head into struct dsos by Waiman Long · 10 years ago
  40. 2b394bc perf probe: Do not access kallsyms when analyzing user binaries by Masami Hiramatsu · 10 years ago
  41. 5f03cba perf probe: Make error messages thread-safe by Masami Hiramatsu · 10 years ago
  42. 6eb0866 perf probe: Don't use strerror if strlist__add failed by Masami Hiramatsu · 10 years ago
  43. 92561cb perf probe: Warn user to rebuild target with debuginfo by Masami Hiramatsu · 10 years ago
  44. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  45. 467ec08 perf probe: Fix --del option to delete events only with uprobe events by Masami Hiramatsu · 10 years ago
  46. 5e45187 perf probe: Fix --list option to show events only with uprobe events by Masami Hiramatsu · 10 years ago
  47. 5ee05b8 perf probe: Improve error messages in --line option by Masami Hiramatsu · 10 years ago
  48. 69e96ea perf probe: Improve an error message of perf probe --vars mode by Masami Hiramatsu · 10 years ago
  49. a15ad2f perf probe: Support distro-style debuginfo for uprobe by Masami Hiramatsu · 11 years ago
  50. eb948e5 perf probe: Allow to add events on the local functions by Masami Hiramatsu · 11 years ago
  51. 5a6f6314 perf probe: Show source-level or symbol-level info for uprobes by Masami Hiramatsu · 11 years ago
  52. 8f33f7d perf probe: Show appropriate symbol for ref_reloc_sym based kprobes by Masami Hiramatsu · 11 years ago
  53. f90acac perf probe: Find given address from offline dwarf by Masami Hiramatsu · 11 years ago
  54. dfef99c perf probe: Use ref_reloc_sym based address instead of the symbol name by Masami Hiramatsu · 11 years ago
  55. fb226cc perf probe: Show in what binaries/modules probes are set by Masami Hiramatsu · 11 years ago
  56. 2df5863 perf probe: Unify show_available_functions for uprobes/kprobes by Masami Hiramatsu · 11 years ago
  57. 5a62257 perf probe: Replace line_list with intlist by Masami Hiramatsu · 11 years ago
  58. f49540b perf probe: Remove incorrect symbol check for --list by Masami Hiramatsu · 11 years ago
  59. ee45b6c perf probe: Fix to do exit call for symbol maps by Masami Hiramatsu · 11 years ago
  60. 981a237 perf probe: Do not add offset twice to uprobe address by Masami Hiramatsu · 11 years ago
  61. 99ca423 perf symbols: Export elf_section_by_name and reuse by Masami Hiramatsu · 11 years ago
  62. e53b00d perf probe: Release all dynamically allocated parameters by Masami Hiramatsu · 11 years ago
  63. 981d05a perf probe: Release allocated probe_trace_event if failed by Masami Hiramatsu · 11 years ago
  64. 1d027ee perf probe: Fix build when DWARF support libraries not present by Arnaldo Carvalho de Melo · 11 years ago
  65. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  66. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  67. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  68. fb7345b perf probe: Support basic dwarf-based operations on uprobe events by Masami Hiramatsu · 11 years ago
  69. 8a613d4 perf probe: Expand given path to absolute path by Masami Hiramatsu · 11 years ago
  70. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  71. 5230fb7 perf symbols: Set alloc flag close to setting the long_name by Arnaldo Carvalho de Melo · 11 years ago
  72. 7969ec7 perf probe: Support "$vars" meta argument syntax for local variables by Masami Hiramatsu · 11 years ago
  73. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  74. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  75. bcbd004 perf tools: remove sscanf extension %as by Irina Tirdea · 12 years ago
  76. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  77. 1fb8944 perf probe: Make a copy of exec path for passing to basename by David Ahern · 12 years ago
  78. a23c4dc perf uprobes: Remove unnecessary check before strlist__delete by Srikar Dronamraju · 12 years ago
  79. 225466f perf probe: Provide perf interface for uprobes by Srikar Dronamraju · 12 years ago
  80. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  81. 1c1bc92 perf probe: Ensure offset provided is not greater than function length without DWARF info too by Prashanth Nageshappa · 13 years ago
  82. dfd3b1e perf tools: Remove duplicated string.h includes by Danny Kukawka · 13 years ago
  83. 4eced23 perf probe: Rename target_module to target by Srikar Dronamraju · 13 years ago
  84. 0a84f00 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  85. a844d1e perf probe: Usability fixes by Srikar Dronamraju · 13 years ago
  86. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  87. 44a5604 perf probe: Fix to show correct error string by Masami Hiramatsu · 13 years ago
  88. ce27a44 perf probe: Fix coredump introduced by probe module option by Jovi Zhang · 13 years ago
  89. 14a8fd7 perf probe: Support adding probes on offline kernel modules by Masami Hiramatsu · 13 years ago
  90. 190b57f perf probe: Add probed module in front of function by Masami Hiramatsu · 13 years ago
  91. ff74178 perf probe: Introduce debuginfo to encapsulate dwarf information by Masami Hiramatsu · 13 years ago
  92. cc44644 perf probe: Fix multiple --vars options behavior by Masami Hiramatsu · 13 years ago
  93. f0c4801 perf probe: Fix to remove redundant close by Masami Hiramatsu · 13 years ago
  94. 8635bf6 perf probe: Remove redundant checks by Arnaldo Carvalho de Melo · 14 years ago
  95. fbee632 perf probe: Fix error propagation leading to segfault by Arnaldo Carvalho de Melo · 14 years ago
  96. 8737ebd perf probe: Show filename which contains target function by Masami Hiramatsu · 14 years ago
  97. e116dfa perf probe: Support function@filename syntax for --line by Masami Hiramatsu · 14 years ago
  98. 3c42258 perf probe: Add filters support for available functions by Masami Hiramatsu · 14 years ago
  99. bd09d7b perf probe: Add variable filter support by Masami Hiramatsu · 14 years ago
  100. e80711c perf probe: Add --funcs to show available functions in symtab by Masami Hiramatsu · 14 years ago