Home
last modified time | relevance | path

Searched refs:tsc (Results 1 – 8 of 8) 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 Dvmexit_analyze.py103 (tsc, event, d1, d2) = struct.unpack(TRCREC, line)
110 TSC_BEGIN = tsc
122 (tsc, event, d1, d2) = struct.unpack(TRCREC, line)
127 TSC_END = tsc
129 TIME_IN_EXIT[last_ev_id] += tsc - tsc_exit
132 tsc_exit = tsc
A Dirq_analyze.py41 (tsc, event, vec, d2) = struct.unpack(TRCREC, line)
46 TSC_BEGIN = tsc
48 TSC_END = tsc
A Dcpuusage_analyze.py158 for vmid, tsc in enumerate(time_vm_running):
159 run_tsc = tsc
A Dacrntrace_format.py88 tsc = struct.unpack(TSCREC, line)[0]
145 'tsc' : tsc,
/misc/debug_tools/acrn_trace/
A Dacrntrace.h53 uint64_t tsc; member
A DREADME.rst53 ``%(tsc)d``, ``%(event)d``, ``%(1)d``, and ``%(2)d``. The 'd' format specifier
58 counter (tsc), event ID (event), and the data logged in the trace file.
/misc/config_tools/board_inspector/cpuparser/
A Dcpuids.py92 tsc = cpuidfield(EDX, 4, 4) variable in LEAF_1

Completed in 803 milliseconds