| Field name | Description
| `baddr` | Base address of loaded library
| `memsz` | Size of loaded library in memory
-| `sopath` | Path to loaded library file
+| `path` | Path to loaded library file
|==============================================================
`lttng_ust_dl:dlclose`::
+
This event has no fields.
-`lttng_ust_statedump:soinfo`::
+`lttng_ust_statedump:bin_info`::
Emitted when information about a currently loaded executable or
shared object is found.
+
| Field name | Description
| `baddr` | Base address of loaded executable
| `memsz` | Size of loaded executable in memory
-| `sopath` | Path to loaded executable file
+| `path` | Path to loaded executable file
| `is_pic` | Whether the executable is
position-independent code
|==================================================================