logging: syst: enable protocol timestamp in SyS-T message

Enable protocol timestamp in SyS-T message.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
Wentong Wu 2020-05-06 21:10:08 +08:00 committed by Carles Cufí
commit ab8392fb8f

View file

@ -129,6 +129,10 @@ static void platform_handle_init(struct mipi_syst_handle *systh)
#if defined(MIPI_SYST_PCFG_LENGTH_FIELD) #if defined(MIPI_SYST_PCFG_LENGTH_FIELD)
MIPI_SYST_ENABLE_HANDLE_LENGTH(systh, 1); MIPI_SYST_ENABLE_HANDLE_LENGTH(systh, 1);
#endif #endif
#if defined(MIPI_SYST_PCFG_ENABLE_TIMESTAMP)
MIPI_SYST_ENABLE_HANDLE_TIMESTAMP(systh, 1);
#endif
} }
static void platform_handle_release(struct mipi_syst_handle *systh) static void platform_handle_release(struct mipi_syst_handle *systh)