[PATCH v9 1/6] eal: trace: add trace point emit for blob
Ferruh Yigit
ferruh.yigit at amd.com
Wed Feb 8 02:16:56 CET 2023
On 2/7/2023 6:32 AM, Ankur Dwivedi wrote:
> Adds a trace point emit function for capturing a blob. The blob
> captures the length passed by the application followed by the array.
>
> The maximum blob bytes which can be captured is bounded by
> RTE_TRACE_BLOB_LEN_MAX macro. The value for max blob length macro is
> 64 bytes. If the length is less than 64 the remaining trailing bytes
> are set to zero.
>
> This patch also adds test case for emit blob tracepoint function.
>
> Signed-off-by: Ankur Dwivedi <adwivedi at marvell.com>
> Acked-by: Morten Brørup <mb at smartsharesystems.com>
> Acked-by: Sunil Kumar Kori <skori at marvell.com>
> Acked-by: Jerin Jacob <jerinj at marvell.com>
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
More information about the dev
mailing list