You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the output in the corresponding .pcf file to contain:
EVENT_TYPE
0 4294967293 ownEventType
VALUES
0 zero
1 value
But using the current version of Extrae (v.4.1.7) I get the following output:
EVENT_TYPE
0 -3 ownEventType
VALUES
0 zero
1 value
Note, that this issue seems to happen before the merger, as the .sym file line corresponding to the generated .pcf entry is:
D -3 "ownEventType"
d 0 "zero"
d 1 "value"
The text was updated successfully, but these errors were encountered:
valentin-seitz
changed the title
Extrae_define_event_type does not honor value range of extrae_type_tExtrae_define_event_type does not honor value range of extrae_type_tJun 20, 2024
According to the
extrae_types.h
theextrae_type_t
is defined as:typedef unsigned extrae_type_t;
Executing a code similar to:
I would expect the output in the corresponding
.pcf
file to contain:But using the current version of Extrae (v.4.1.7) I get the following output:
Note, that this issue seems to happen before the merger, as the
.sym
file line corresponding to the generated.pcf
entry is:The text was updated successfully, but these errors were encountered: