Multi-ApplicationOnlineProfiling
2.1
|
Go to the source code of this file.
Functions | |
uint64_t | OTF_Event_resolve_str_id (MALP_Trace_event_type type, uint64_t subtype) |
char * | OTF_Event_resolve (uint64_t str_id) |
int | OTF_Event_set (uint64_t str_id, char *data) |
void | OTF_Event_forge_init () |
void | OTF_Event_forge_release () |
int | OTF_Event_forge (struct MALP_Trace_Event *event, OTF_Event_type enterleave, MALP_Trace_event_type type, uint64_t subtype) |
void | OTF_Event_print (struct MALP_Trace_Event *event) |
Variables | |
char * | OTF_Str_ids [OTF_EVENT_COUNT] |
int OTF_Event_forge | ( | struct MALP_Trace_Event * | event, |
OTF_Event_type | enterleave, | ||
MALP_Trace_event_type | type, | ||
uint64_t | subtype | ||
) |
void OTF_Event_forge_init | ( | ) |
void OTF_Event_forge_release | ( | ) |
void OTF_Event_print | ( | struct MALP_Trace_Event * | event | ) |
char* OTF_Event_resolve | ( | uint64_t | str_id | ) |
uint64_t OTF_Event_resolve_str_id | ( | MALP_Trace_event_type | type, |
uint64_t | subtype | ||
) |
int OTF_Event_set | ( | uint64_t | str_id, |
char * | data | ||
) |
char* OTF_Str_ids[OTF_EVENT_COUNT] |
Definition at line 23 of file OTF_Event_forge.c.