libside.git
19 months agoImplement rseq-based RCU
Mathieu Desnoyers [Sun, 30 Oct 2022 19:42:57 +0000 (15:42 -0400)] 
Implement rseq-based RCU

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix: order of side exit
Mathieu Desnoyers [Sun, 30 Oct 2022 19:39:14 +0000 (15:39 -0400)] 
Fix: order of side exit

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse recursive mutex for side
Mathieu Desnoyers [Sun, 30 Oct 2022 18:31:29 +0000 (14:31 -0400)] 
Use recursive mutex for side

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRemove typically false redundant check on fast-path
Mathieu Desnoyers [Sat, 29 Oct 2022 00:40:36 +0000 (20:40 -0400)] 
Remove typically false redundant check on fast-path

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoEnabled is now uintptr_t
Mathieu Desnoyers [Sat, 29 Oct 2022 00:37:15 +0000 (20:37 -0400)] 
Enabled is now uintptr_t

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse 64-bit masks
Mathieu Desnoyers [Sat, 29 Oct 2022 00:36:02 +0000 (20:36 -0400)] 
Use 64-bit masks

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse uintptr_t for enabled state
Mathieu Desnoyers [Sat, 29 Oct 2022 00:30:56 +0000 (20:30 -0400)] 
Use uintptr_t for enabled state

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix nr_callbacks
Mathieu Desnoyers [Sat, 29 Oct 2022 00:30:38 +0000 (20:30 -0400)] 
Fix nr_callbacks

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoSplit nr callbacks from enabled references
Mathieu Desnoyers [Sat, 29 Oct 2022 00:25:31 +0000 (20:25 -0400)] 
Split nr callbacks from enabled references

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRemove hardcoded tracer calls
Mathieu Desnoyers [Fri, 28 Oct 2022 21:27:00 +0000 (17:27 -0400)] 
Remove hardcoded tracer calls

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRegister events and use them from tracer event notification
Mathieu Desnoyers [Fri, 28 Oct 2022 21:25:44 +0000 (17:25 -0400)] 
Register events and use them from tracer event notification

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTracer test event registration notification
Mathieu Desnoyers [Fri, 28 Oct 2022 21:06:04 +0000 (17:06 -0400)] 
Tracer test event registration notification

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTracer event notification register/unregister
Mathieu Desnoyers [Fri, 28 Oct 2022 20:57:55 +0000 (16:57 -0400)] 
Tracer event notification register/unregister

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoDocument side_exit()
Mathieu Desnoyers [Fri, 28 Oct 2022 20:08:23 +0000 (16:08 -0400)] 
Document side_exit()

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoEvent registration/unregistration
Mathieu Desnoyers [Fri, 28 Oct 2022 20:01:29 +0000 (16:01 -0400)] 
Event registration/unregistration

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoCircular linked-list implementation
Mathieu Desnoyers [Fri, 28 Oct 2022 13:39:19 +0000 (09:39 -0400)] 
Circular linked-list implementation

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse atomic load relaxed MO for enabled state
Mathieu Desnoyers [Fri, 28 Oct 2022 01:43:24 +0000 (21:43 -0400)] 
Use atomic load relaxed MO for enabled state

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoLoad enabled state with relaxed atomic MO
Mathieu Desnoyers [Fri, 28 Oct 2022 01:40:30 +0000 (21:40 -0400)] 
Load enabled state with relaxed atomic MO

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoHandle 0 cb unregister as NOENT error
Mathieu Desnoyers [Fri, 28 Oct 2022 01:36:05 +0000 (21:36 -0400)] 
Handle 0 cb unregister as NOENT error

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agocallback register/unregister
Mathieu Desnoyers [Fri, 28 Oct 2022 01:31:42 +0000 (21:31 -0400)] 
callback register/unregister

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoInit RCU, add empty side callback
Mathieu Desnoyers [Thu, 27 Oct 2022 20:19:11 +0000 (16:19 -0400)] 
Init RCU, add empty side callback

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix: remove bogus parenthesis
Mathieu Desnoyers [Thu, 27 Oct 2022 20:06:49 +0000 (16:06 -0400)] 
Fix: remove bogus parenthesis

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoside initialization
Mathieu Desnoyers [Thu, 27 Oct 2022 19:55:38 +0000 (15:55 -0400)] 
side initialization

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoHidden visibility for internal symbol
Mathieu Desnoyers [Thu, 27 Oct 2022 19:47:30 +0000 (15:47 -0400)] 
Hidden visibility for internal symbol

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement get_possible_cpus_array_len()
Mathieu Desnoyers [Thu, 27 Oct 2022 19:46:37 +0000 (15:46 -0400)] 
Implement get_possible_cpus_array_len()

MIT code imported from LTTng-UST.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: Move implementation to rcu.c
Mathieu Desnoyers [Thu, 27 Oct 2022 18:09:09 +0000 (14:09 -0400)] 
RCU: Move implementation to rcu.c

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: only sum active readers when needed
Mathieu Desnoyers [Thu, 27 Oct 2022 18:02:48 +0000 (14:02 -0400)] 
RCU: only sum active readers when needed

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: update barrier comments
Mathieu Desnoyers [Thu, 27 Oct 2022 15:54:30 +0000 (11:54 -0400)] 
RCU: update barrier comments

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: update memory barrier comments
Mathieu Desnoyers [Thu, 27 Oct 2022 15:41:10 +0000 (11:41 -0400)] 
RCU: update memory barrier comments

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: refactor active reader scans
Mathieu Desnoyers [Thu, 27 Oct 2022 15:37:53 +0000 (11:37 -0400)] 
RCU: refactor active reader scans

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix: remove bogus goto
Mathieu Desnoyers [Thu, 27 Oct 2022 15:05:53 +0000 (11:05 -0400)] 
Fix: remove bogus goto

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: check for both period active readers initially
Mathieu Desnoyers [Thu, 27 Oct 2022 15:00:37 +0000 (11:00 -0400)] 
RCU: check for both period active readers initially

Considering that the period flip is only useful for forward progress, we
can initially try to observe whether both periods have 0 readers active
to complete the grace period.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUpdate barriers to SEQ_CST in read begin/end
Mathieu Desnoyers [Wed, 26 Oct 2022 19:04:08 +0000 (15:04 -0400)] 
Update barriers to SEQ_CST in read begin/end

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse xor rather than 1 - x pattern to get prior period
Mathieu Desnoyers [Wed, 26 Oct 2022 17:55:55 +0000 (13:55 -0400)] 
Use xor rather than 1 - x pattern to get prior period

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: implement dereference and assign pointer
Mathieu Desnoyers [Wed, 26 Oct 2022 16:25:11 +0000 (12:25 -0400)] 
RCU: implement dereference and assign pointer

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRCU: use SEQ_CST MO
Mathieu Desnoyers [Wed, 26 Oct 2022 15:43:34 +0000 (11:43 -0400)] 
RCU: use SEQ_CST MO

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUnsigned type for enum bitmap mappings
Mathieu Desnoyers [Tue, 25 Oct 2022 20:13:02 +0000 (16:13 -0400)] 
Unsigned type for enum bitmap mappings

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoEvent hidden/exported linkage
Mathieu Desnoyers [Tue, 25 Oct 2022 20:08:36 +0000 (16:08 -0400)] 
Event hidden/exported linkage

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix dynamic attributes printing
Mathieu Desnoyers [Tue, 25 Oct 2022 19:37:17 +0000 (15:37 -0400)] 
Fix dynamic attributes printing

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd NULL user attribute type
Mathieu Desnoyers [Tue, 25 Oct 2022 18:55:45 +0000 (14:55 -0400)] 
Add NULL user attribute type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUpdate rcu comment
Mathieu Desnoyers [Tue, 25 Oct 2022 16:20:34 +0000 (12:20 -0400)] 
Update rcu comment

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement side per-cpu RCU
Mathieu Desnoyers [Tue, 25 Oct 2022 16:16:11 +0000 (12:16 -0400)] 
Implement side per-cpu RCU

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse fprintf to stderr for error output
Mathieu Desnoyers [Tue, 25 Oct 2022 15:19:13 +0000 (11:19 -0400)] 
Use fprintf to stderr for error output

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAccept byte type for enum bitmap
Mathieu Desnoyers [Tue, 25 Oct 2022 15:16:57 +0000 (11:16 -0400)] 
Accept byte type for enum bitmap

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRename "blob" type to "byte"
Mathieu Desnoyers [Tue, 25 Oct 2022 15:01:43 +0000 (11:01 -0400)] 
Rename "blob" type to "byte"

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoReject signed bitmap enum elements
Mathieu Desnoyers [Tue, 25 Oct 2022 14:56:31 +0000 (10:56 -0400)] 
Reject signed bitmap enum elements

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoReverse argument order for enum and enum bitmap
Mathieu Desnoyers [Tue, 25 Oct 2022 14:33:45 +0000 (10:33 -0400)] 
Reverse argument order for enum and enum bitmap

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImprove makefile
Mathieu Desnoyers [Tue, 25 Oct 2022 14:27:42 +0000 (10:27 -0400)] 
Improve makefile

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRefactor enum bitmap
Mathieu Desnoyers [Tue, 25 Oct 2022 14:20:27 +0000 (10:20 -0400)] 
Refactor enum bitmap

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRefactor enum type
Mathieu Desnoyers [Tue, 25 Oct 2022 13:57:41 +0000 (09:57 -0400)] 
Refactor enum type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoEnum bitmap vla and array
Mathieu Desnoyers [Tue, 25 Oct 2022 13:08:34 +0000 (09:08 -0400)] 
Enum bitmap vla and array

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest fmt string
Mathieu Desnoyers [Mon, 24 Oct 2022 20:16:12 +0000 (16:16 -0400)] 
Test fmt string

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix variadic attributes
Mathieu Desnoyers [Mon, 24 Oct 2022 20:16:01 +0000 (16:16 -0400)] 
Fix variadic attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoHeader cleanup
Mathieu Desnoyers [Mon, 24 Oct 2022 18:52:07 +0000 (14:52 -0400)] 
Header cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoCombine common type header code
Mathieu Desnoyers [Mon, 24 Oct 2022 18:40:05 +0000 (14:40 -0400)] 
Combine common type header code

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove attributes into dynamic compound types
Mathieu Desnoyers [Mon, 24 Oct 2022 17:17:15 +0000 (13:17 -0400)] 
Move attributes into dynamic compound types

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove attributes to specific types
Mathieu Desnoyers [Mon, 24 Oct 2022 16:44:25 +0000 (12:44 -0400)] 
Move attributes to specific types

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoPrint "element:" for dynamic type
Mathieu Desnoyers [Mon, 24 Oct 2022 16:21:46 +0000 (12:21 -0400)] 
Print "element:" for dynamic type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse fields::, elements::, value:: for dynamic fields
Mathieu Desnoyers [Mon, 24 Oct 2022 16:18:05 +0000 (12:18 -0400)] 
Use fields::, elements::, value:: for dynamic fields

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoPrint "elements:" for array and vla
Mathieu Desnoyers [Mon, 24 Oct 2022 16:13:22 +0000 (12:13 -0400)] 
Print "elements:" for array and vla

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse "fields:" for struct
Mathieu Desnoyers [Mon, 24 Oct 2022 16:08:25 +0000 (12:08 -0400)] 
Use "fields:" for struct

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove support both literal and explicit struct definition
Mathieu Desnoyers [Mon, 24 Oct 2022 15:56:58 +0000 (11:56 -0400)] 
Move support both literal and explicit struct definition

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoIntroduce side callbacks
Mathieu Desnoyers [Fri, 21 Oct 2022 19:16:53 +0000 (15:16 -0400)] 
Introduce side callbacks

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoupdate comment
Mathieu Desnoyers [Fri, 21 Oct 2022 18:53:57 +0000 (14:53 -0400)] 
update comment

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd tracer private data pointer
Mathieu Desnoyers [Fri, 21 Oct 2022 18:52:47 +0000 (14:52 -0400)] 
Add tracer private data pointer

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove event descriptions and enabled state into sections
Mathieu Desnoyers [Fri, 21 Oct 2022 18:50:21 +0000 (14:50 -0400)] 
Move event descriptions and enabled state into sections

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove enabled state outside of event description
Mathieu Desnoyers [Fri, 21 Oct 2022 18:44:42 +0000 (14:44 -0400)] 
Move enabled state outside of event description

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoDynamic type blob
Mathieu Desnoyers [Fri, 21 Oct 2022 16:15:18 +0000 (12:15 -0400)] 
Dynamic type blob

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd binary blob static type
Mathieu Desnoyers [Fri, 21 Oct 2022 16:03:46 +0000 (12:03 -0400)] 
Add binary blob static type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRefactor: use _side_field()
Mathieu Desnoyers [Fri, 21 Oct 2022 15:41:29 +0000 (11:41 -0400)] 
Refactor: use _side_field()

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRefactor _side_field() macro
Mathieu Desnoyers [Fri, 21 Oct 2022 15:37:04 +0000 (11:37 -0400)] 
Refactor _side_field() macro

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRemove specific side_elem_* macros
Mathieu Desnoyers [Fri, 21 Oct 2022 15:25:25 +0000 (11:25 -0400)] 
Remove specific side_elem_* macros

Can now use side_type_*() macros within side_elem().

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoside_type/side_elem cleanup
Mathieu Desnoyers [Fri, 21 Oct 2022 15:21:31 +0000 (11:21 -0400)] 
side_type/side_elem cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoIntroduce side_elem_* for integer types
Mathieu Desnoyers [Fri, 21 Oct 2022 15:08:04 +0000 (11:08 -0400)] 
Introduce side_elem_* for integer types

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoVisitors: use macros
Mathieu Desnoyers [Fri, 21 Oct 2022 15:01:00 +0000 (11:01 -0400)] 
Visitors: use macros

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoSpecialize side_field() macros
Mathieu Desnoyers [Fri, 21 Oct 2022 14:55:39 +0000 (10:55 -0400)] 
Specialize side_field() macros

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoSplit enum macros
Mathieu Desnoyers [Fri, 21 Oct 2022 14:45:22 +0000 (10:45 -0400)] 
Split enum macros

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoSplit enum bitmap into own structures
Mathieu Desnoyers [Fri, 21 Oct 2022 14:38:54 +0000 (10:38 -0400)] 
Split enum bitmap into own structures

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove kernel mask to implementation
Mathieu Desnoyers [Fri, 21 Oct 2022 02:01:02 +0000 (22:01 -0400)] 
Move kernel mask to implementation

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoIntroduce side_call*
Mathieu Desnoyers [Fri, 21 Oct 2022 01:58:42 +0000 (21:58 -0400)] 
Introduce side_call*

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoIntroduce enum bitmap type
Mathieu Desnoyers [Fri, 21 Oct 2022 01:39:51 +0000 (21:39 -0400)] 
Introduce enum bitmap type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement enum type
Mathieu Desnoyers [Fri, 21 Oct 2022 01:08:19 +0000 (21:08 -0400)] 
Implement enum type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTyped user attributes
Mathieu Desnoyers [Thu, 20 Oct 2022 19:36:06 +0000 (15:36 -0400)] 
Typed user attributes

Allow user attributes to use basic types.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoFix typo
Mathieu Desnoyers [Thu, 20 Oct 2022 15:58:33 +0000 (11:58 -0400)] 
Fix typo

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoDocument TODO for extensibility requirement
Mathieu Desnoyers [Thu, 20 Oct 2022 15:53:28 +0000 (11:53 -0400)] 
Document TODO for extensibility requirement

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement floating point type support
Mathieu Desnoyers [Thu, 20 Oct 2022 15:50:42 +0000 (11:50 -0400)] 
Implement floating point type support

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement dynamic type attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 16:17:29 +0000 (12:17 -0400)] 
Implement dynamic type attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoStatic field attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 14:30:53 +0000 (10:30 -0400)] 
Static field attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoReverse order of event attribute and field parameter
Mathieu Desnoyers [Tue, 18 Oct 2022 14:13:10 +0000 (10:13 -0400)] 
Reverse order of event attribute and field parameter

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd static type attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 14:07:12 +0000 (10:07 -0400)] 
Add static type attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove print attributes higher in implementation
Mathieu Desnoyers [Tue, 18 Oct 2022 13:39:57 +0000 (09:39 -0400)] 
Move print attributes higher in implementation

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement event attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 13:38:21 +0000 (09:38 -0400)] 
Implement event attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement dynamic struct visitor
Mathieu Desnoyers [Mon, 17 Oct 2022 13:54:29 +0000 (09:54 -0400)] 
Implement dynamic struct visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement dynamic vla visitor
Mathieu Desnoyers [Mon, 17 Oct 2022 13:37:40 +0000 (09:37 -0400)] 
Implement dynamic vla visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd variadic event flag
Mathieu Desnoyers [Mon, 17 Oct 2022 12:56:11 +0000 (08:56 -0400)] 
Add variadic event flag

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement bool type
Mathieu Desnoyers [Mon, 17 Oct 2022 12:48:01 +0000 (08:48 -0400)] 
Implement bool type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRefactor common code
Mathieu Desnoyers [Mon, 17 Oct 2022 09:45:47 +0000 (05:45 -0400)] 
Refactor common code

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse uint32_t rather than enum as fields for ABI
Mathieu Desnoyers [Mon, 17 Oct 2022 09:39:31 +0000 (05:39 -0400)] 
Use uint32_t rather than enum as fields for ABI

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRename dynamic type field
Mathieu Desnoyers [Mon, 17 Oct 2022 09:37:49 +0000 (05:37 -0400)] 
Rename dynamic type field

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest static and variadic event
Mathieu Desnoyers [Mon, 17 Oct 2022 09:30:32 +0000 (05:30 -0400)] 
Test static and variadic event

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
This page took 0.037618 seconds and 4 git commands to generate.