trace.h: Use side_ptr_t for additional fields
[libside.git] / include / side / trace.h
2023-09-21  Mathieu Desnoyerstrace.h: Use side_ptr_t for additional fields
2023-09-21  Mathieu DesnoyersUse side_ptr_t for enum mappings pointers
2023-09-21  Mathieu DesnoyersUse side_ptr_t for other attribute pointers
2023-09-21  Mathieu DesnoyersUse side_ptr_t in side_type_bool
2023-09-21  Mathieu DesnoyersUse SIDE_PTR_INIT in side_type_raw_string
2023-09-21  Mathieu DesnoyersUse side_ptr_t for side_type_null attr pointer
2023-09-21  Mathieu DesnoyersConvert side_type_raw_string pointer to side_ptr
2023-09-21  Mathieu DesnoyersExtract callbacks and enabled state to non-packed structure
2023-09-21  Mathieu Desnoyerstrace.h: Implement optional attribute lists
2023-09-16  Mathieu DesnoyersAdd missing stdbool.h include
2023-09-16  Mathieu Desnoyersside_arg_{static,dynamic} should be unions
2022-12-06  Mathieu DesnoyersImplement variant type
2022-11-28  Mathieu DesnoyersRename "Side" to "Software"
2022-11-28  Mathieu DesnoyersRevert "Rename "libside" to "libtgif""
2022-11-28  Mathieu DesnoyersRename "libside" to "libtgif"
2022-11-25  Michael JeansonFix compiler warnings
2022-11-10  Mathieu DesnoyersRefactor attr string value utf 16/32
2022-11-10  Mathieu DesnoyersSupport utf 16/32 for enum labels
2022-11-10  Mathieu DesnoyersSupport utf 16/32 attribute keys
2022-11-10  Mathieu DesnoyersImplement support for UTF16, UTF32 strings
2022-11-10  Mathieu DesnoyersImplement gather string
2022-11-09  Mathieu DesnoyersImplement gather enum
2022-11-09  Mathieu DesnoyersRemove dead code
2022-11-09  Mathieu DesnoyersRemove extra signedness info from side_arg_gather_integer
2022-11-09  Mathieu DesnoyersAdd extern C to public headers
2022-11-09  Mathieu DesnoyersFix g++ build
2022-11-09  Mathieu DesnoyersUse uint32_t for type label
2022-11-09  Mathieu DesnoyersGather/dynamic types: remove signedness from type
2022-11-09  Mathieu DesnoyersDynamic type: remove repeated type size in type enum
2022-11-08  Mathieu DesnoyersRemove SIDE_PTR_HOST define
2022-11-08  Mathieu DesnoyersRemove useless SIDE_ATTR_TYPE_POINTER
2022-11-08  Mathieu DesnoyersRemove useless pointer 32 vs 64 distinction
2022-11-08  Mathieu DesnoyersImplement pointer gather
2022-11-08  Mathieu DesnoyersFix: side_type_pointer_be
2022-11-08  Mathieu DesnoyersExpress integer/float/bool size in bytes
2022-11-08  Mathieu DesnoyersIntroduce union side_bool_value
2022-11-08  Mathieu DesnoyersRemove "fixint" special-cases, now covered by vla/array...
2022-11-08  Mathieu DesnoyersCleanup
2022-11-08  Mathieu DesnoyersImplement gather bool
2022-11-08  Mathieu DesnoyersRename access address to access direct
2022-11-08  Mathieu DesnoyersMove enum higher in header
2022-11-08  Mathieu DesnoyersHeader documentation
2022-11-08  Mathieu DesnoyersArchitecture comment
2022-11-07  Mathieu DesnoyersImplement gather byte
2022-11-07  Mathieu DesnoyersRename "scatter-gather" to "gather"
2022-11-07  Mathieu DesnoyersImplement scatter-gather vla
2022-11-07  Mathieu DesnoyersNested scatter-gather array/struct
2022-11-05  Mathieu DesnoyersImplement scatter-gather array
2022-11-05  Mathieu DesnoyersIntroduce tracer cb typedef
2022-11-05  Mathieu DesnoyersBuild fixes with g++
2022-11-05  Mathieu DesnoyersReorder fields
2022-11-05  Mathieu DesnoyersReorganize struct declaration order
2022-11-05  Mathieu DesnoyersCoding style
2022-11-05  Mathieu DesnoyersRename side_arg_dynamic_event_struct and side_arg_dynam...
2022-11-05  Mathieu DesnoyersRemove side_dynamic_vla_visitor
2022-11-05  Mathieu DesnoyersMove type structures outside of union
2022-11-05  Mathieu DesnoyersUse "_sg_" as prefix to type rather than suffix
2022-11-05  Mathieu DesnoyersImplement and test side_arg_float_sg
2022-11-05  Mathieu DesnoyersImplement scatter-gather float
2022-11-05  Mathieu DesnoyersImplement nested scatter-gather struct
2022-11-04  Mathieu DesnoyersRefactoring: move scatter-gather types into main type...
2022-11-04  Mathieu DesnoyersRename sav_desc to side_arg_vec
2022-11-04  Mathieu DesnoyersRefactoring: combine static and dynamic types
2022-11-04  Mathieu DesnoyersMove type descriptions in header file
2022-11-04  Mathieu DesnoyersMark all public API structures/unions packed
2022-11-04  Mathieu DesnoyersAdd NULL static type
2022-11-04  Mathieu DesnoyersRefactoring: move basic types to their own struct
2022-11-04  Mathieu DesnoyersRemove byte order from basic type
2022-11-04  Mathieu DesnoyersRefactoring: Use tracer_print_type_integer for scatter...
2022-11-03  Mathieu DesnoyersRefactoring: dynamic type float
2022-11-02  Mathieu DesnoyersUse struct side_integer_type for dynamic type
2022-11-02  Mathieu Desnoyersinteger/float values nesting for c++ compat
2022-11-02  Mathieu Desnoyersinteger/float values are unions
2022-11-02  Mathieu DesnoyersUse 16-bit type to represent type size in bits
2022-11-02  Mathieu DesnoyersIntroduce struct side_type_float
2022-11-02  Mathieu DesnoyersRefactoring: introduce struct side_float_value
2022-11-02  Mathieu DesnoyersRefactoring: struct side_integer_value for all type...
2022-11-02  Mathieu DesnoyersRefactor type system integer types
2022-11-01  Mathieu DesnoyersImplement support for scatter-gather struct (integers)
2022-11-01  Mathieu DesnoyersReorder event field init
2022-11-01  Mathieu DesnoyersUse uint64_t for string pointer
2022-11-01  Mathieu DesnoyersSelf-described pointer types (32 vs 64 bits)
2022-11-01  Mathieu DesnoyersImplement pointer type
2022-11-01  Mathieu DesnoyersImplement support for host/le/be integer and float...
2022-10-29  Mathieu DesnoyersUse uintptr_t for enabled state
2022-10-29  Mathieu DesnoyersSplit nr callbacks from enabled references
2022-10-28  Mathieu DesnoyersRegister events and use them from tracer event notification
2022-10-28  Mathieu DesnoyersTracer event notification register/unregister
2022-10-28  Mathieu DesnoyersEvent registration/unregistration
2022-10-28  Mathieu DesnoyersUse atomic load relaxed MO for enabled state
2022-10-28  Mathieu Desnoyerscallback register/unregister
2022-10-27  Mathieu DesnoyersInit RCU, add empty side callback
2022-10-25  Mathieu DesnoyersUnsigned type for enum bitmap mappings
2022-10-25  Mathieu DesnoyersEvent hidden/exported linkage
2022-10-25  Mathieu DesnoyersAdd NULL user attribute type
2022-10-25  Mathieu DesnoyersRename "blob" type to "byte"
2022-10-25  Mathieu DesnoyersReverse argument order for enum and enum bitmap
2022-10-25  Mathieu DesnoyersRefactor enum bitmap
2022-10-25  Mathieu DesnoyersRefactor enum type
2022-10-25  Mathieu DesnoyersEnum bitmap vla and array
next
This page took 0.173225 seconds and 107 git commands to generate.