acrn-hypervisor/hypervisor/include/debug
Mingqiang Chi 2975f9fa65 hv:Replace dynamic memory with static for sbuf
--Config LOG_BUF_SIZE 256KB for per cpu
--Replace 'calloc' with static array for sbuf
--Rename 'alloc_earlylog_sbuf' to 'init_earlylog_sbuf'
--Remove deadcode sbuf_free

v2-->v3:
 -- put the buffer into per_cpu data structure
v1-->v2:
 -- add 'is_early_logbuf' in percpu data structure used for
    check if need to do 'do_copy_earlylog'

Tracked-On: #861
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Yan, Like <like.yan@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-01 11:21:49 +08:00
..
console.h hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.h HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
logmsg.h hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
npk_log.h HV:fix MACRO value mismatch 2018-10-24 18:13:57 +08:00
profiling_internal.h HV:Added SBuf support to copy samples generated to guest. 2018-10-26 13:39:07 +08:00
profiling.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
sbuf.h hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
trace.h hv: include: fix 'Unused procedure parameter' 2018-09-27 10:46:52 +08:00
vuart.h vuart: change irq from 4 to 6 2018-10-19 18:06:31 +08:00