Conversation
|
@videlalvaro sorry for the ping 8 years later, but this is trying to pick up the work you started in your branch, FYI :) |
|
Note to self, would be ideal to have dtrace macros be guarded by |
|
Maybe also wrap macros with something that does an UNLIKELY(THING_ENABLED()) guard around each probe? |
|
|
|
@dalehamel let me get back to you 5 years later haha. Nice work man. |
In another 5-8 years, maybe we will even have this mergeable 😅 |
$ gitlog v8.2.1..v8.2.5 redis#6867 Improve BUILD_INTEL_SVS_OPT flag validation redis#6845 Fix vector compression type reporting and rename SVS environment variable redis#6794 Fix rpcountFree casting redis#6825 Bump vecsim 8.2.4 redis#6787 Fix deadlock while RDB loading and RM_Yield (redis#6763) redis#6723 Fix ACLUserMayAccessIndex redis#6701 Fix fd leak when OOM redis#6676 bump svs version redis#6671 Add SVS-VAMANA index to info fields telemetry redis#6665 Optimize rs_wall_clock_diff_ns by removing redundant if branch redis#6641 Update vectors memory in total index info memory redis#6634 Log DocTable capacity growth for memory diagnostics redis#6649 Bump minimal redis version redis#6648 Fix "has map" performance redis#6645 Trie: hide expensive memory usage computation behind a test-specific feature flag.
An initial WIP/draft at providing USDT / dtrace support to Redis per https://github.com/antirez/redis/issues/93
Tested only on Linux for now, but it generates the correct ELF notes:
To do