We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6192773 commit 1a607b6Copy full SHA for 1a607b6
hypervisor/include/debug/trace.h
@@ -50,7 +50,7 @@
50
#define TRACE_FUNC_EXIT 0xFE
51
#define TRACE_STR 0xFF
52
53
-/* sizeof(trace_entry) == 3 x 64bit */
+/* sizeof(trace_entry) == 4 x 64bit */
54
struct trace_entry {
55
uint64_t tsc; /* TSC */
56
uint64_t id;
0 commit comments