Searched refs:cpu (Results 1 – 12 of 12) sorted by relevance
| /misc/debug_tools/acrn_trace/scripts/ |
| A D | formats | 2 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 D | acrntrace_format.py | 95 cpu = event >> 56 144 args = {'cpu' : cpu,
|
| /misc/config_tools/static_allocators/ |
| A D | cpu_freq.py | 29 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 D | README.rst | 28 -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 D | cpu_affinity.vue | 43 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 D | CAT.vue | 293 alert('Can\'t generate default settings for this region(due to too many realtime cpu)')
|
| /misc/config_tools/launch_config/ |
| A D | launch_script_template.sh | 29 echo cpu${processor_id} online=${online} >> /dev/stderr
|
| A D | launch_cfg_gen.py | 235 def cpu_id_to_lapic_id(board_etree, vm_name, cpu): argument
|
| /misc/config_tools/data/generic_board/sample_launch_scripts/ |
| A D | launch_user_vm_id1.sh | 34 echo cpu${processor_id} online=${online} >> /dev/stderr
|
| A D | launch_user_vm_id2.sh | 34 echo cpu${processor_id} online=${online} >> /dev/stderr
|
| /misc/config_tools/library/ |
| A D | scenario_cfg_lib.py | 320 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 D | acrnlog.c | 63 int cpu; /* which physical cpu output the log */ member
|
Completed in 14 milliseconds