An event marking that a shared object, which export symbols configured to be watched,
was loaded to current process. This event can help in identifying some shared object
usage in the system, or inform on the occasion that a shared object tries to override
some symbol of another library.
Configure the watched symbols by the event.
Specify the full name of the symbol for each symbol.
The use is only with the = operator, and wildcards aren't supported.
Whitelist for shared object paths prefixes.
The path can be absolute, or just a library name.
If only a name is given, then any shared object inside the known libraries directories which
starts with the prefix will be whitelisted.
The use is only with the != operator, and wildcards aren't supported.
Because the event is implemented in user-mode, it needs to open and read files.
This means that the event is not very performance efficient (although it uses some optimizations).
It also means that until the SO file is opened, it could be altered or removed.