1. 0e60836 perf probe: Rename common fields/functions from kprobe to probe. by Srikar Dronamraju · 14 years ago
  2. 8217563 perf probe: Fix the logic of die_compare_name by Masami Hiramatsu · 14 years ago
  3. 6a330a3 perf probe: Support comp_dir to find an absolute source path by Masami Hiramatsu · 14 years ago
  4. 7cf0b79 perf probe: Fix error message if get_real_path() failed by Masami Hiramatsu · 14 years ago
  5. b7dcb85 perf probe: Support static and global variables by Masami Hiramatsu · 14 years ago
  6. b2a3c12 perf probe: Support tracing an entry of array by Masami Hiramatsu · 14 years ago
  7. 73317b9 perf probe: Support "string" type by Masami Hiramatsu · 14 years ago
  8. 9ed7e1b perf probe: Add kernel source path option by Chase Douglas · 14 years ago
  9. b448c4b perf probe: Fix some error exit paths by Arnaldo Carvalho de Melo · 14 years ago
  10. 7752f1b perf probe: Don't compile CFI related code if elfutils is old by Masami Hiramatsu · 14 years ago
  11. ef4a356 perf probe: Add --max-probes option by Masami Hiramatsu · 14 years ago
  12. 5d1ee04 perf probe: Fix to exit callback soon after finding too many probe points by Masami Hiramatsu · 14 years ago
  13. cd932c5 perf: Move arch specific code into separate arch directory by Ian Munsie · 14 years ago
  14. f6c903f perf probe: Show function entry line as probe-able by Masami Hiramatsu · 14 years ago
  15. de1439d perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location by Masami Hiramatsu · 14 years ago
  16. d3b63d7 perf probe: Fix a bug that --line range can be overflow by Masami Hiramatsu · 14 years ago
  17. 02b95da perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c by Masami Hiramatsu · 14 years ago
  18. e334016f1 perf probe: Remove xzalloc() from util/probe-{event, finder}.c by Masami Hiramatsu · 14 years ago
  19. b55a87a perf probe: Remove die() from probe-finder code by Masami Hiramatsu · 14 years ago
  20. a34a985 perf probe: Support DW_OP_call_frame_cfa in debuginfo by Masami Hiramatsu · 14 years ago
  21. 11a1ca3 perf probe: Support basic type casting by Masami Hiramatsu · 14 years ago
  22. 4984912 perf probe: Query basic types from debuginfo by Masami Hiramatsu · 14 years ago
  23. 4848193 perf probe: Support argument name by Masami Hiramatsu · 14 years ago
  24. 75ec5a2 perf probe: Fix to close dwarf when failing to analyze it by Masami Hiramatsu · 14 years ago
  25. 12e5a7a perf probe: Correct error message for non-structure type by Masami Hiramatsu · 14 years ago
  26. c9e3858 perf probe: Fix not to return non-matched file by Masami Hiramatsu · 14 years ago
  27. 7df2f32 perf probe: Add data structure member access support by Masami Hiramatsu · 14 years ago
  28. fb1587d perf probe: List probes with line number and file name by Masami Hiramatsu · 14 years ago
  29. 4235b04 perf probe: Introduce kprobe_trace_event and perf_probe_event by Masami Hiramatsu · 14 years ago
  30. 016f262 perf probe: Introduce die_find_child() function by Masami Hiramatsu · 14 years ago
  31. 95a3e4c perf probe: Rename some die_get_* functions by Masami Hiramatsu · 14 years ago
  32. 31facc5 perf probe: Use wrapper functions by Masami Hiramatsu · 14 years ago
  33. d0cb426 perf probe: Use original address instead of CU-based address by Masami Hiramatsu · 14 years ago
  34. 67c7ff7 perf probe: Fix offset to allow signed value by Masami Hiramatsu · 14 years ago
  35. 594087a perf probe: Fix probe_point buffer overrun by Masami Hiramatsu · 14 years ago
  36. accd3cc perf probe: Add missing variable initialization by Arnaldo Carvalho de Melo · 14 years ago
  37. 2a9c8c3 perf probe: Add lazy line matching support by Masami Hiramatsu · 15 years ago
  38. 161a26b perf probe: Check function address range strictly in line finder by Masami Hiramatsu · 15 years ago
  39. e92b85e perf probe: Use libdw callback routines by Masami Hiramatsu · 15 years ago
  40. 804b360 perf probe: Use elfutils-libdw for analyzing debuginfo by Masami Hiramatsu · 15 years ago
  41. 81cb8aa perf probe: Rename probe finder functions by Masami Hiramatsu · 15 years ago
  42. 3cb8bc6 perf probe: Fix bugs in line range finder by Masami Hiramatsu · 15 years ago
  43. 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 15 years ago
  44. bbaa46fa perf probe: Remove newline from die() by Masami Hiramatsu · 15 years ago
  45. 411edfe perf probe: Show need-dwarf message only if it is really needed by Masami Hiramatsu · 15 years ago
  46. d56728b perf probe: Fix strtailcmp() to compare s1and s2[0] by Juha Leppanen · 15 years ago
  47. a225a1d perf/probes: Fall back to non-dwarf if possible by Masami Hiramatsu · 15 years ago
  48. a7f4328 perf/probes: Improve error messages by Masami Hiramatsu · 15 years ago
  49. b0ef073 perf/probes: Support function entry relative line number by Masami Hiramatsu · 15 years ago
  50. 253977b perf/probes: Improve probe point syntax of perf-probe by Masami Hiramatsu · 15 years ago
  51. 8030c5f perf/probes: Exit searching after finding target function by Masami Hiramatsu · 15 years ago
  52. b7cb10e perf probe: Print debug messages using pr_*() by Arnaldo Carvalho de Melo · 15 years ago
  53. 9769833 perf: Add DIE_IF() macro for error checking by Masami Hiramatsu · 15 years ago
  54. 89c69c0 perf: Use eprintf() for debug messages in perf-probe by Masami Hiramatsu · 15 years ago
  55. 074fc0e perf: Use die() for error cases in perf-probe by Masami Hiramatsu · 15 years ago
  56. 4ea42b1 perf: Add perf probe subcommand, a kprobe-event setup helper by Masami Hiramatsu · 15 years ago