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
Modifier and TypeFieldDescriptionstatic final String
Size of data in this packet (not necessarily the packet size)static final String
Contextstatic final String
The CPU ID of this packet (LTTng Specific)static final String
The device of this packetstatic final String
Lost events so far in this stream (LTTng Specific)static final String
Headerstatic final String
Event name for lost eventsstatic final String
Name of the field in lost events indicating the time rangestatic final String
Name of the field in lost events indicating how many actual events were loststatic final String
Magic numberstatic final String
Packetstatic final String
Size of this packetstatic final String
Timestampstatic final String
The first time stamp of this packetstatic final String
The 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:
-