42 lines · plain
1What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/uuid2Date: June 20183KernelVersion: 4.194Description:5 UUID source identifier string, RW.6 Default value is randomly generated at the mkdir <node> time.7 Data coming from trace sources that use this <node> will be8 tagged with this UUID in the MIPI SyS-T packet stream, to9 allow the decoder to discern between different sources10 within the same master/channel range, and identify the11 higher level decoders that may be needed for each source.12 13What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/do_len14Date: June 201815KernelVersion: 4.1916Description:17 Include payload length in the MIPI SyS-T header, boolean.18 If enabled, the SyS-T protocol encoder will include payload19 length in each packet's metadata. This is normally redundant20 if the underlying transport protocol supports marking message21 boundaries (which STP does), so this is off by default.22 23What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/ts_interval24Date: June 201825KernelVersion: 4.1926Description:27 Time interval in milliseconds. Include a timestamp in the28 MIPI SyS-T packet metadata, if this many milliseconds have29 passed since the previous packet from this source. Zero is30 the default and stands for "never send the timestamp".31 32What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/clocksync_interval33Date: June 201834KernelVersion: 4.1935Description:36 Time interval in milliseconds. Send a CLOCKSYNC packet if37 this many milliseconds have passed since the previous38 CLOCKSYNC packet from this source. Zero is the default and39 stands for "never send the CLOCKSYNC". It makes sense to40 use this option with sources that generate constant and/or41 periodic data, like stm_heartbeat.42