Viewing Structures
TotalView lets you use the struct keyword as part of a type string. In most cases, this is optional.
NOTE: This behavior depends upon which compiler you are using. In most cases, you’ll see what is described here.
If you have a structure and another data type with the same name, however, you must include the struct keyword so that TotalView can distinguish between the two data types.
If you use a typedef statement to name a structure, TotalView uses the typedef name as the type string. Otherwise, TotalView uses the structure tag for the struct.