Interface CTFStrings
@NonNullByDefault
public interface CTFStrings
Non-externalized strings for use with the CTF plugin (event names, field
names, etc.)
- Author:
- Alexandre Montplaisir
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSize of data in this packet (not necessarily the packet size)static final StringContextstatic final StringThe CPU ID of this packet (LTTng Specific)static final StringThe device of this packetstatic final StringLost events so far in this stream (LTTng Specific)static final StringHeaderstatic final StringEvent name for lost eventsstatic final StringName of the field in lost events indicating the time rangestatic final StringName of the field in lost events indicating how many actual events were loststatic final StringMagic numberstatic final StringPacketstatic final StringSize of this packetstatic final StringTimestampstatic final StringThe first time stamp of this packetstatic final StringThe last time stamp of this packet
-
Field Details
-
LOST_EVENT_NAME
Event name for lost events- See Also:
-
LOST_EVENTS_FIELD
Name of the field in lost events indicating how many actual events were lost- See Also:
-
LOST_EVENTS_DURATION
Name of the field in lost events indicating the time range- See Also:
-
EVENTS_DISCARDED
Lost events so far in this stream (LTTng Specific)- Since:
- 1.0
- See Also:
-
CPU_ID
The CPU ID of this packet (LTTng Specific)- Since:
- 1.0
- See Also:
-
DEVICE
The device of this packet- Since:
- 1.0
- See Also:
-
TIMESTAMP_BEGIN
The first time stamp of this packet- Since:
- 1.0
- See Also:
-
TIMESTAMP_END
The last time stamp of this packet- Since:
- 1.0
- See Also:
-
PACKET_SIZE
Size of this packet- Since:
- 1.0
- See Also:
-
CONTENT_SIZE
Size of data in this packet (not necessarily the packet size)- Since:
- 1.0
- See Also:
-
MAGIC
Magic number- Since:
- 1.1
- See Also:
-
HEADER
Header- Since:
- 1.1
- See Also:
-
CONTEXT
Context- Since:
- 1.1
- See Also:
-
PACKET
Packet- Since:
- 1.1
- See Also:
-
TIMESTAMP
Timestamp- Since:
- 1.1
- See Also:
-