libside.git
18 months agoRefactor tracer_print_type_integer for re-use
Mathieu Desnoyers [Thu, 3 Nov 2022 00:28:10 +0000 (20:28 -0400)] 
Refactor tracer_print_type_integer for re-use

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoRefactoring: dynamic type float
Mathieu Desnoyers [Thu, 3 Nov 2022 00:14:33 +0000 (20:14 -0400)] 
Refactoring: dynamic type float

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoUse integer type for header printing
Mathieu Desnoyers [Wed, 2 Nov 2022 20:31:02 +0000 (16:31 -0400)] 
Use integer type for header printing

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoUse struct side_integer_type for dynamic type
Mathieu Desnoyers [Wed, 2 Nov 2022 20:29:09 +0000 (16:29 -0400)] 
Use struct side_integer_type for dynamic type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agointeger/float values nesting for c++ compat
Mathieu Desnoyers [Wed, 2 Nov 2022 20:08:18 +0000 (16:08 -0400)] 
integer/float values nesting for c++ compat

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agointeger/float values are unions
Mathieu Desnoyers [Wed, 2 Nov 2022 19:52:28 +0000 (15:52 -0400)] 
integer/float values are unions

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoUse 16-bit type to represent type size in bits
Mathieu Desnoyers [Wed, 2 Nov 2022 19:45:31 +0000 (15:45 -0400)] 
Use 16-bit type to represent type size in bits

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoIntroduce struct side_type_float
Mathieu Desnoyers [Wed, 2 Nov 2022 19:42:44 +0000 (15:42 -0400)] 
Introduce struct side_type_float

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoRefactoring: introduce struct side_float_value
Mathieu Desnoyers [Wed, 2 Nov 2022 19:35:34 +0000 (15:35 -0400)] 
Refactoring: introduce struct side_float_value

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoRefactoring: struct side_integer_value for all type systems
Mathieu Desnoyers [Wed, 2 Nov 2022 19:31:04 +0000 (15:31 -0400)] 
Refactoring: struct side_integer_value for all type systems

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoRefactor type system integer types
Mathieu Desnoyers [Wed, 2 Nov 2022 19:16:37 +0000 (15:16 -0400)] 
Refactor type system integer types

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoscatter-gather integer: sign-extend signed types
Mathieu Desnoyers [Wed, 2 Nov 2022 13:33:31 +0000 (09:33 -0400)] 
scatter-gather integer: sign-extend signed types

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoIntroduce side_struct_field_sizeof_bit() macro
Mathieu Desnoyers [Wed, 2 Nov 2022 00:27:14 +0000 (20:27 -0400)] 
Introduce side_struct_field_sizeof_bit() macro

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoImplement support for scatter-gather struct (integers)
Mathieu Desnoyers [Tue, 1 Nov 2022 21:21:34 +0000 (17:21 -0400)] 
Implement support for scatter-gather struct (integers)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoReorder event field init
Mathieu Desnoyers [Tue, 1 Nov 2022 16:27:45 +0000 (12:27 -0400)] 
Reorder event field init

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoImplement std.integer.base (display base 2, 8, 10, 16)
Mathieu Desnoyers [Tue, 1 Nov 2022 16:05:30 +0000 (12:05 -0400)] 
Implement std.integer.base (display base 2, 8, 10, 16)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoUse uint64_t for string pointer
Mathieu Desnoyers [Tue, 1 Nov 2022 14:48:21 +0000 (10:48 -0400)] 
Use uint64_t for string pointer

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoSelf-described pointer types (32 vs 64 bits)
Mathieu Desnoyers [Tue, 1 Nov 2022 14:44:35 +0000 (10:44 -0400)] 
Self-described pointer types (32 vs 64 bits)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoTest dynamic pointer type
Mathieu Desnoyers [Tue, 1 Nov 2022 02:16:19 +0000 (22:16 -0400)] 
Test dynamic pointer type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoImplement pointer type
Mathieu Desnoyers [Tue, 1 Nov 2022 02:10:00 +0000 (22:10 -0400)] 
Implement pointer type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoImplement support for host/le/be integer and float endianness
Mathieu Desnoyers [Tue, 1 Nov 2022 01:23:05 +0000 (21:23 -0400)] 
Implement support for host/le/be integer and float endianness

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoImplement RCU wait/wakeup scheme based on futex
Mathieu Desnoyers [Mon, 31 Oct 2022 16:16:45 +0000 (12:16 -0400)] 
Implement RCU wait/wakeup scheme based on futex

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoCleanup: remove empty lines
Mathieu Desnoyers [Mon, 31 Oct 2022 15:15:44 +0000 (11:15 -0400)] 
Cleanup: remove empty lines

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoFallback to atomic and SEQ_CST if membarrier and libc rseq unavailable
Mathieu Desnoyers [Mon, 31 Oct 2022 14:58:14 +0000 (10:58 -0400)] 
Fallback to atomic and SEQ_CST if membarrier and libc rseq unavailable

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoUpdate barrier comments for membarrier/compiler barrier
Mathieu Desnoyers [Sun, 30 Oct 2022 20:01:14 +0000 (16:01 -0400)] 
Update barrier comments for membarrier/compiler barrier

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 months agoUse membarrier
Mathieu Desnoyers [Sun, 30 Oct 2022 19:56:40 +0000 (15:56 -0400)] 
Use membarrier

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
18 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>
This page took 0.039575 seconds and 4 git commands to generate.