target/hexagon: Add representation to count cycles
Add t_cycle_count to CPUArchState for tracking processor cycle counts in system emulation. Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
Brian Cain committed
Jun 22, 2026 at 15:28 UTC
eeb196fd30fa378942ac5fbd77ead138663e56cf
1 file changed
+1
target/hexagon/cpu.h
+1
@@ -110,6 +110,7 @@ typedef struct CPUArchState {
110
111
/* This alias of CPUState.cpu_index is used by imported sources: */
112
uint32_t threadId;
113
+ uint64_t t_cycle_count;
114
#endif
115
target_ulong new_value_usr;
116