1. 0a62f68 perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy by Masami Hiramatsu · 9 years ago
  2. 98d3b25 perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns success by Wang Nan · 9 years ago
  3. 1a8ac29 perf probe: Allow probing on kmodules without dwarf by Masami Hiramatsu · 9 years ago
  4. 20f4985 perf probe: Fix a segfault bug in debuginfo_cache by Masami Hiramatsu · 9 years ago
  5. 9b239a1 perf probe: Show correct source lines of probes on kmodules by Masami Hiramatsu · 9 years ago
  6. 663b115 perf probe: Fix to remove dot suffix from second or latter events by Masami Hiramatsu · 9 years ago
  7. a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
  8. 77e6597 perf machine: Use machine__kernel_map() thoroughly by Arnaldo Carvalho de Melo · 9 years ago
  9. 6afc0c2 Merge branch 'linus' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  10. 266fa2b perf probe: Use existing routine to look for a kernel module by dso->short_name by Arnaldo Carvalho de Melo · 9 years ago
  11. 9bae1e8 perf probe: Export init/exit_probe_symbol_maps() by Namhyung Kim · 9 years ago
  12. a43aac2 perf probe: Free perf_probe_event in cleanup_perf_probe_events() by Namhyung Kim · 9 years ago
  13. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  14. e607f14 perf probe: Print deleted events in cmd_probe() by Namhyung Kim · 9 years ago
  15. b02137c perf probe: Move print logic into cmd_probe() by Namhyung Kim · 9 years ago
  16. 12fae5e perf probe: Link trace_probe_event into perf_probe_event by Wang Nan · 9 years ago
  17. 844dffa perf probe: Split add_perf_probe_events() by Namhyung Kim · 9 years ago
  18. da15bd9 perf probe: Support probing at absolute address by Wang Nan · 9 years ago
  19. 6c6e024 perf probe: Fix error reported when offset without function by Wang Nan · 9 years ago
  20. be07afe perf probe: Fix list result when address is zero by Wang Nan · 9 years ago
  21. 614e2fd perf probe: Fix list result when symbol can't be found by Wang Nan · 9 years ago
  22. e486367 perf probe: Prevent segfault when reading probe point with absolute address by Wang Nan · 9 years ago
  23. 1c0bd0e perf probe: Try to use symbol table if searching debug info failed by Wang Nan · 9 years ago
  24. 92f6c72 perf probe: Move ftrace probe-event operations to probe-file.c by Masami Hiramatsu · 10 years ago
  25. a3c9de6 perf probe: Simplify __add_probe_trace_events code by Masami Hiramatsu · 10 years ago
  26. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 10 years ago
  27. 7c31bb8 perf probe: Fix failure to probe events on arm by He Kuang · 10 years ago
  28. 7737af0 perf probe: Speed up perf probe --list by caching debuginfo by Masami Hiramatsu · 10 years ago
  29. d350bd5 perf probe: Show usage even if the last event is skipped by Masami Hiramatsu · 10 years ago
  30. b031220 perf probe: Fix to return error if no probe is added by Masami Hiramatsu · 10 years ago
  31. ba7ecb0 perf probe: List probes in stdout by Masami Hiramatsu · 10 years ago
  32. 35a23ff9 perf probe: Cut off the gcc optimization postfixes from function name by Masami Hiramatsu · 10 years ago
  33. 9f2de31 perf machine: Fix up some more method names by Arnaldo Carvalho de Melo · 10 years ago
  34. 6bb536c perf probe: Fix segfault when glob matching function without debuginfo by Wang Nan · 10 years ago
  35. 3d39ac5 perf machine: No need to have two DSOs lists by Arnaldo Carvalho de Melo · 10 years ago
  36. 60fb774 perf probe: Fix 'function unused' warning by Wang Nan · 10 years ago
  37. 84c2caf perf tools: Reference count struct map by Arnaldo Carvalho de Melo · 10 years ago
  38. 1eee78a perf tools: Introduce struct maps by Arnaldo Carvalho de Melo · 10 years ago
  39. dddc7ee perf probe: Fix an error when deleting probes successfully by Masami Hiramatsu · 10 years ago
  40. 419e873 perf probe: Show the error reason comes from invalid DSO by Masami Hiramatsu · 10 years ago
  41. 4bb7123d perf tools: Use maps__first()/map__next() by Arnaldo Carvalho de Melo · 10 years ago
  42. 614c6b5 perf tools: Leave DSO destruction to the map destruction by Arnaldo Carvalho de Melo · 10 years ago
  43. 75e4a2a perf probe: Load map before glob matching by Wang Nan · 10 years ago
  44. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 10 years ago
  45. 4c85935 perf probe: Support glob wildcards for function name by Masami Hiramatsu · 10 years ago
  46. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 10 years ago
  47. 4422552 perf probe: Use perf_probe_event.target instead of passing as an argument by Masami Hiramatsu · 10 years ago
  48. 5a51fcd perf probe: Skip kernel symbols which is out of .text by Masami Hiramatsu · 10 years ago
  49. 573709f perf probe: Make --line checks validate C-style function name by Masami Hiramatsu · 10 years ago
  50. b8dc398 perf probe: Fix a typo for the flags of open by Masami Hiramatsu · 10 years ago
  51. ae2cb1a perf probe: Fix to close probe_events file in error by Masami Hiramatsu · 10 years ago
  52. 307a464 perf probe: Allow to use filter on --del command by Masami Hiramatsu · 10 years ago
  53. e59d29e perf probe: Fix segfault if passed with ''. by Wang Nan · 10 years ago
  54. b6a8964 perf probe: Accept filter argument for --list by Masami Hiramatsu · 10 years ago
  55. 3099c02 perf probe: Improve detection of file/function name in the probe pattern by Naveen N. Rao · 10 years ago
  56. 7b6ff0b perf probe ppc64le: Fixup function entry if using kallsyms lookup by Naveen N. Rao · 10 years ago
  57. d5c2e2c perf probe ppc64le: Prefer symbol table lookup over DWARF by Naveen N. Rao · 10 years ago
  58. 6dbe31f perf probe: Remove all probes matches given pattern at once by Masami Hiramatsu · 10 years ago
  59. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 10 years ago
  60. 9d7b45c perf probe: Set retprobe flag when probe in address-based alternative mode by He Kuang · 10 years ago
  61. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 10 years ago
  62. f6c1562 perf probe: Fix ARM 32 building error by Wang Nan · 10 years ago
  63. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 10 years ago
  64. e6d7c91 perf probe: Fix to get ummapped symbol address on kernel by Masami Hiramatsu · 10 years ago
  65. 0560a0c perf probe: Fix failure to add multiple probes without debuginfo by He Kuang · 10 years ago
  66. 6d4a489 perf probe: Fix compiles due to declarations using perf_probe_point by David Ahern · 10 years ago
  67. a78604d perf probe: Fix possible double free on error by He Kuang · 10 years ago
  68. e578da3 perf probe: Allow weak symbols to be probed by Namhyung Kim · 10 years ago
  69. 680d926 perf symbols: Allow symbol alias when loading map for symbol name by Namhyung Kim · 10 years ago
  70. 0687eba Revert "perf probe: Fix to fall back to find probe point in symbols" by Masami Hiramatsu · 10 years ago
  71. 811dd2a perf probe: Fix --line to handle aliased symbols in glibc by Masami Hiramatsu · 10 years ago
  72. 9b118ac perf probe: Fix to handle aliased symbols in glibc by Masami Hiramatsu · 10 years ago
  73. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 10 years ago
  74. f56847c perf probe: Fix a precedence bug by He Kuang · 10 years ago
  75. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 10 years ago
  76. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 10 years ago
  77. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 10 years ago
  78. 23773ca perf tools: Make perf aware of tracefs by Steven Rostedt (Red Hat) · 10 years ago
  79. 25dd917 perf probe: Fix probing kretprobes by Namhyung Kim · 10 years ago
  80. 0a3873a perf symbols: Introduce 'for' method to iterate over the symbols with a given name by Arnaldo Carvalho de Melo · 10 years ago
  81. 564c62a perf probe: Do not rely on map__load() filter to find symbols by Namhyung Kim · 10 years ago
  82. 7949ba1 perf probe: Propagate error code when write(2) failed by Namhyung Kim · 10 years ago
  83. 906451b perf probe: Fix to fall back to find probe point in symbols by Masami Hiramatsu · 10 years ago
  84. 5e17b28 perf probe: Add --quiet option to suppress output result message by Masami Hiramatsu · 10 years ago
  85. 8fa7d87 perf symbols: Encapsulate dsos list head into struct dsos by Waiman Long · 10 years ago
  86. 2b394bc perf probe: Do not access kallsyms when analyzing user binaries by Masami Hiramatsu · 10 years ago
  87. 5f03cba perf probe: Make error messages thread-safe by Masami Hiramatsu · 10 years ago
  88. 6eb0866 perf probe: Don't use strerror if strlist__add failed by Masami Hiramatsu · 10 years ago
  89. 92561cb perf probe: Warn user to rebuild target with debuginfo by Masami Hiramatsu · 10 years ago
  90. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 11 years ago
  91. 467ec08 perf probe: Fix --del option to delete events only with uprobe events by Masami Hiramatsu · 10 years ago
  92. 5e45187 perf probe: Fix --list option to show events only with uprobe events by Masami Hiramatsu · 10 years ago
  93. 5ee05b8 perf probe: Improve error messages in --line option by Masami Hiramatsu · 11 years ago
  94. 69e96ea perf probe: Improve an error message of perf probe --vars mode by Masami Hiramatsu · 11 years ago
  95. a15ad2f perf probe: Support distro-style debuginfo for uprobe by Masami Hiramatsu · 11 years ago
  96. eb948e5 perf probe: Allow to add events on the local functions by Masami Hiramatsu · 11 years ago
  97. 5a6f631 perf probe: Show source-level or symbol-level info for uprobes by Masami Hiramatsu · 11 years ago
  98. 8f33f7d perf probe: Show appropriate symbol for ref_reloc_sym based kprobes by Masami Hiramatsu · 11 years ago
  99. f90acac perf probe: Find given address from offline dwarf by Masami Hiramatsu · 11 years ago
  100. dfef99c perf probe: Use ref_reloc_sym based address instead of the symbol name by Masami Hiramatsu · 11 years ago