1. b84714a Miscellaneous fixes (#1914) by jeromemarchand · 6 years ago
  2. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  3. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  4. e060464 Destruct USDTContext correctly in Python by Teng Qin · 7 years ago
  5. fead16a usdt: permit to enable probes from a pid and a particular binary by Yonghong Song · 7 years ago
  6. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  7. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  8. 9ab1cee Set default USDT argument parser by Sandipan Das · 7 years ago
  9. 422db70 Merge pull request #1365 from sandip4n/add-usdt-ppc64 by yonghong-song · 7 years ago
  10. a0c5de1 Add file offset in bcc_procutils_each_module callback by Teng Qin · 7 years ago
  11. 1f0f7b6 Add basic USDT probe support for powerpc64 by Sandipan Das · 7 years ago
  12. 9756295 Add common helper to read Process executable by Teng Qin · 7 years ago
  13. 488c119 Deduplicate USDT probe locations by Teng Qin · 7 years ago
  14. 137ee81 Fix uninitialized ProcMountNS in USDT Context by Teng Qin · 7 years ago
  15. 25f3cce src/cc: cmake file cleanup and split usdt into subdir by Brenden Blanco · 7 years ago[Renamed from src/cc/usdt.cc]
  16. 4cb1edb Omit include of ptrace.h for empty usdt contexts by Brenden Blanco · 7 years ago
  17. 0ba1507 permit multiple pids attaching to the same probe by Yonghong Song · 7 years ago
  18. 96c1b8e usdt: Use ProcMountNS by Vicent Marti · 7 years ago
  19. e09564d fix incorrect code generation in usdt by Yonghong Song · 7 years ago
  20. b0f891d Force udst ctx->#reg load to be volatile by Yonghong Song · 7 years ago
  21. 3bfc877 Use ProcMountNSGuard to manage mount namespace by Teng Qin · 7 years ago
  22. d82e813 Add and unify helper for ELF type by Teng Qin · 7 years ago
  23. 2070a2a cc: Work around verifier error when reading USDT probe arguments by Sasha Goldshtein · 7 years ago
  24. 9ca8ac2 cc: Fix assertion for debug builds by Sasha Goldshtein · 8 years ago
  25. 69948a6 cc: Don't parse the same module multiple times for USDT probes by Sasha Goldshtein · 8 years ago
  26. 8698bdb Support base + index * scale addressing for USDT arguments by Sasha Goldshtein · 8 years ago
  27. 81654bf cc: Dynamically allocate memory for library path by Paul Chaignon · 8 years ago
  28. 690b7e6 cc: Resolve library names using loaded libraries by Paul Chaignon · 8 years ago
  29. 9476bff Define a constant for USDT program include header by Teng Qin · 8 years ago
  30. 6e91a74 tplist: Print USDT locations and arguments (#734) by Sasha Goldshtein · 8 years ago
  31. 0615bff Fix trace.py USDT argument filtering (#710) by Teng Qin · 8 years ago
  32. 69e361a Fix argdist, trace, tplist to use the libbcc USDT support (#698) by Sasha Goldshtein · 8 years ago
  33. 4f88a94 USDT Python API and example (#624) by Brendan Gregg · 8 years ago
  34. 1160608 cc: Use `unique_ptr` instead of `shared_ptr` by Vicent Marti · 8 years ago
  35. 040df7d cc: Style fixes by Vicent Marti · 8 years ago
  36. 1043645 cc: Better memory handling for USDT probes by Vicent Marti · 8 years ago
  37. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 8 years ago
  38. 1a2ddac cc: Style fixes by Vicent Marti · 8 years ago
  39. eca4783 cc: Wrap the USDT probe context in a C API by Vicent Marti · 8 years ago
  40. 9259841 cc: Finish USDT implementation by Vicent Marti · 8 years ago
  41. dd0a606 cc: Implement symbol resolution for USDT by Vicent Marti · 8 years ago
  42. 0865f94 usdt: Implement probe resolution [WIP] by Vicent Marti · 8 years ago