Found 2 other functions taking a
SEGGER_SYSVIEW_MODULE_STRUCT
argument:
SEGGER_SYSVIEW_RegisterModule() Function description Register a middleware module for recording its events. Parameters pModule - The middleware module information. Additional information SEGGER_SYSVIEW_MODULE elements: sDescription - Pointer to a string containing the module name and optionally the module event description. NumEvents - Number of events the module wants to register. EventOffset - Offset to be added to the event Ids. Out parameter, set by this function. Do not modify after calling this function. pfSendModuleDesc - Callback function pointer to send more detailed module description to SystemView Application. pNext - Pointer to next registered module. Out parameter, set by this function. Do not modify after calling this function.
SEGGER_SYSVIEW_RecordModuleDescription() Function description Sends detailed information of a registered module to the host. Parameters pModule - Pointer to the described module. sDescription - Pointer to a description string.