Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 12 of 12) sorted by relevance

/misc/debug_tools/acrn_trace/scripts/
A Dformats2 0x00000001 CPU%(cpu)d 0x%(event)016x %(tsc)d timer added [fire_tsc = 0x%(1)08x]
3 0x00000002 CPU%(cpu)d 0x%(event)016x %(tsc)d timer pickup [fire tsc = 0x%(1)08x]
4 0x00000010 CPU%(cpu)d 0x%(event)016x %(tsc)d vmexit [exit reason = 0x%(1)08x, rIP = 0x%(2)08x]
5 0x00000011 CPU%(cpu)d 0x%(event)016x %(tsc)d vmenter
6 0x00010001 CPU%(cpu)d 0x%(event)016x %(tsc)d external intr [vector = 0x%(1)08x]
7 0x00010002 CPU%(cpu)d 0x%(event)016x %(tsc)d intr window
8 0x00010004 CPU%(cpu)d 0x%(event)016x %(tsc)d cpuid [leaf = 0x%(1)08x, subleaf = 0x%(2)08x]
11 0x0001001F CPU%(cpu)d 0x%(event)016x %(tsc)d read msr [msr = 0x%(1)08x, val = 0x%(2)016x]
14 0x00010031 CPU%(cpu)d 0x%(event)016x %(tsc)d ept misconfiguration
15 0x00010038 CPU%(cpu)d 0x%(event)016x %(tsc)d apicv write [offset = 0x%(1)08x]
[all …]
A Dacrntrace_format.py95 cpu = event >> 56
144 args = {'cpu' : cpu,
/misc/config_tools/static_allocators/
A Dcpu_freq.py29 for cpu in cpus:
30 cpu_id = get_node("./cpu_id/text()", cpu)
32 psd_cpus_list = get_node("./freqdomain_cpus/text()", cpu)
35 apic_id = int(get_node("./apic_id/text()", cpu)[2:], base=16)
37 core_type = get_node("./core_type/text()", cpu)
95 for cpu in cpus:
96 cpu_id = get_node("./cpu_id/text()", cpu)
98 guaranteed_performance_lvl = get_node("./guaranteed_performance_lvl/text()", cpu)
99 highest_performance_lvl = get_node("./highest_performance_lvl/text()", cpu)
100 lowest_performance_lvl = get_node("./lowest_performance_lvl/text()", cpu)
/misc/debug_tools/acrn_trace/
A DREADME.rst28 -a cpu-set only capture the trace data on the configured cpu-set
52 The ``text_format_string`` may include format specifiers, such as ``%(cpu)d``,
57 These respectively correspond to the CPU number (cpu), timestamp
144 - If want to analyze cpu usage of each VM in cpu-sharing case, use ``--cpu_usage``
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A Dcpu_affinity.vue43 v-for="(cpu,index) in defaultVal.pcpu">
57 <b-form-select :state="validateCPUAffinity(cpu.pcpu_id)" v-model="cpu.pcpu_id">
72 …<b-form-checkbox v-model="cpu.real_time_vcpu" :value="'y'" :uncheckedValue="'n'" :disabled="!isRTV…
A DCAT.vue293 alert('Can\'t generate default settings for this region(due to too many realtime cpu)')
/misc/config_tools/launch_config/
A Dlaunch_script_template.sh29 echo cpu${processor_id} online=${online} >> /dev/stderr
A Dlaunch_cfg_gen.py235 def cpu_id_to_lapic_id(board_etree, vm_name, cpu): argument
/misc/config_tools/data/generic_board/sample_launch_scripts/
A Dlaunch_user_vm_id1.sh34 echo cpu${processor_id} online=${online} >> /dev/stderr
A Dlaunch_user_vm_id2.sh34 echo cpu${processor_id} online=${online} >> /dev/stderr
/misc/config_tools/library/
A Dscenario_cfg_lib.py320 for vm_i,cpu in cpu_affinity.items():
321 if cpu is not None and cpu in use_cpus and not cpu_sharing_enabled:
326 use_cpus.append(cpu)
/misc/debug_tools/acrn_log/
A Dacrnlog.c63 int cpu; /* which physical cpu output the log */ member

Completed in 13 milliseconds