aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-trace.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-24 19:06:38 +0545
committerMike Frysinger <vapier@gentoo.org>2015-06-24 10:16:45 -0400
commit8371bf0cd99635c9eabed28481b34ea8934a948e (patch)
tree8612d9256ce31365ebb7481a3d42d81f79f91a8e /sim/common/sim-trace.h
parent201e8dfdc8926c0b15bd9bebc762612ce196fd00 (diff)
downloadgdb-8371bf0cd99635c9eabed28481b34ea8934a948e.zip
gdb-8371bf0cd99635c9eabed28481b34ea8934a948e.tar.gz
gdb-8371bf0cd99635c9eabed28481b34ea8934a948e.tar.bz2
sim: trace: document alu/fpu/vpu trace options better
Make the acronyms clear for people.
Diffstat (limited to 'sim/common/sim-trace.h')
-rw-r--r--sim/common/sim-trace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h
index c5a04c1..0fa44ff 100644
--- a/sim/common/sim-trace.h
+++ b/sim/common/sim-trace.h
@@ -50,7 +50,7 @@ enum {
/* Include model performance data in tracing output. */
TRACE_MODEL_IDX,
- /* Trace ALU operations. */
+ /* Trace ALU (Arithmetic Logic Unit) operations. */
TRACE_ALU_IDX,
/* Trace memory core operations. */
@@ -59,10 +59,10 @@ enum {
/* Trace events. */
TRACE_EVENTS_IDX,
- /* Trace fpu operations. */
+ /* Trace FPU (Floating Point Unit) operations. */
TRACE_FPU_IDX,
- /* Trace vpu operations. */
+ /* Trace VPU (Vector Processing Unit) operations. */
TRACE_VPU_IDX,
/* Trace branching. */