Olivier Dion
- Login: old
- Registered on: 02/02/2023
- Last sign in: 03/21/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 1 | 3 |
Reported issues | 1 | 0 | 1 |
Projects
Project | Roles | Registered on |
---|---|---|
Common Trace Format | Developer | 02/07/2023 |
LTTng | Developer | 02/07/2023 |
Babeltrace | Developer | 02/07/2023 |
LTTng-CI | Developer | 02/07/2023 |
LTTng-modules | Developer | 02/07/2023 |
LTTng-tools | Developer | 02/07/2023 |
LTTng-UST | Developer | 02/07/2023 |
Userspace RCU | Developer | 02/02/2023 |
Activity
12/02/2024
- 02:48 PM Userspace RCU Revision ed81649a (userspace-rcu): Fix compilation errors
- CMM_{STORE,LOAD}_SHARED() accept expressions. However,
uatomic_{load,store} accept address. To pass from the latter... - 01:20 PM Userspace RCU Revision 031ece57 (userspace-rcu): Document cmm_cast_volatile
- Change-Id: I3ce8df69a967b3bdaf940c4db06fd775e5b9eccb
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: ... - 01:19 PM Userspace RCU Revision 4e87c71c (userspace-rcu): Honor URCU_DEREFERENCE_USE_VOLATILE
- When users define `URCU_DEREFERENCE_USE_VOLATILE', `rcu_dereference()'
is implemented using `CMM_ACCESS_ONCE()', even... - 01:18 PM Userspace RCU Revision ca62305c (userspace-rcu): arm: Use atomic builtins for xchg if supported
- If the toolchain supports the C11 memory model, then implement
`uatomic_xchg_mo' with `__atomic_exchange_n' instead o... - 01:17 PM Userspace RCU Revision 89280d02 (userspace-rcu): Introduce _CMM_TOOLCHAIN_SUPPORT_C11_MM
- If the toolchain used supports the C11 memory model, define the private
_CMM_TOOLCHAIN_SUPPORT_C11_MM macro.
This is... - 01:17 PM Userspace RCU Revision 438b2d88 (userspace-rcu): Seperate uatomic and uatomic_mo
- The API for uatomic is now defined under `urcu/uatomic/api.h', which is
included by `urcu/uatomic.h'. All definition...
08/01/2024
- 11:57 AM Userspace RCU Revision a84350f8 (userspace-rcu): uatomic: Fix header guard comment
- Change-Id: I88eb814abb68c6b9bc7c3198b52abde224c8b4b1
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: ...
04/12/2024
- 04:12 PM Userspace RCU Revision ae5712d1 (userspace-rcu): uatomic/x86: Remove redundant memory barriers
- When liburcu is configured to _not_ use atomic builtins, the
implementation of atomic operations is done using inline...
03/21/2024
- 04:16 PM LTTng-UST Revision 2e8e9740 (lttng-ust): ust-tracepoint-event: Add static check of sequences length type
- Enforce required unsigned type for length of sequence at compile time.
Change-Id: Ia8668a80eb0c0b81e8c03b208d7581e34... - 03:14 PM LTTng-UST Revision 7aa0de34 (lttng-ust): lttng-ust(3): Fix wrong len_type for sequence
- `len_type' of a sequence field must be of type unsigned integer. Some
provided examples in the man page were incorrec...
Also available in: Atom