mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
sbuf.h: Added new shared buffer types for SEP and SOCWATCH profiling.c sbuf_next_ptr - returns address of next available buffer profiling_sbuf_put_variable: This function allows to write data of variable size into shared buffer. profiling_generate_data: Read profiling data and transfer to SOS Drops transfer of profiling data if sbuf is full/insufficient and log it Tracked-On: projectacrn#1409 Acked-by: Eddie Dong <eddie.dong@intel.com> Signed-off-by: Chinthapally, Manisha <manisha.chinthapally@intel.com>