acrn-hypervisor/hypervisor/include/debug
Chinthapally, Manisha 898b9c8d4a HV:Added support to configure PMI and VM switch info
This patch provides interface to configure(setup before actual
collection) PMI and VM switch tracing information.

profiling_config_pmi:
    Receives required information for configuring PMI from guest,
    populates the information info per_cpu region and SMP calls profiling_initilaize_pmi

profiling_initialize_pmi:
    Configure the PMU's for sep/socwatch profiling.
    Initial write of PMU registers.
    Walk through the entries and write the value of the register accordingly.

profiling_config_vmsw:
    Receives required information for configuring
    VMswitch from guest, Configure for VM-switch data on all cpus

profiling_initialize_vmsw: initializes VMSwitch	tracing

Tracked-On: projectacrn#1409
Acked-by: Eddie Dong <eddie.dong@intel.com>
Signed-off-by: Manisha <manisha.chinthapally@intel.com>
2018-10-26 13:39:07 +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 support to configure PMI and VM switch info 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:change the return type of sbuf_get and sbuf_put 2018-10-10 13:02:00 +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