| Package | Description |
|---|---|
| com.ibm.tuningfork.tracegen.types | |
| org.jikesrvm.tuningfork |
| Modifier and Type | Field and Description |
|---|---|
private EventAttribute[] |
EventType.attributes |
| Modifier and Type | Method and Description |
|---|---|
EventAttribute |
EventType.getAttribute(int i)
Return the ith attribute of this event type.
|
| Constructor and Description |
|---|
EventType(String name,
String description,
EventAttribute attribute)
Create a new event type with a single attribute.
|
EventType(String name,
String description,
EventAttribute[] attributes)
Create a new event type with the supplied attributes.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
TraceEngine.defineEvent(String name,
String description,
EventAttribute attribute)
Define an EventType.
|
EventType |
TraceEngine.defineEvent(String name,
String description,
EventAttribute[] attributes)
Defines an EventType.
|