Query: tau_get_event_names
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_GET_EVENT_NAMES(3) TAU Instrumentation API TAU_GET_EVENT_NAMES(3)NAMETAU_GET_EVENT_NAMES - Gets the registered user events.SYNOPSISC/C++: TAU_GET_EVENT_NAMES(const char ***eventList, int *numEvents);DESCRIPTIONRetrieves user event names for all user-defined eventsEXAMPLEC/C++ : const char **eventList; int numEvents; TAU_GET_EVENT_NAMES(eventList, numEvents); cout << "numEvents: " << numEvents << endl;SEE ALSOTAU_REGISTER_EVENT(3), TAU_REGISTER_CONTEXT_EVENT(3), TAU_GET_EVENT_VALS(3) 08/31/2005 TAU_GET_EVENT_NAMES(3)
| Related Man Pages |
|---|
| tau_enable_instrumentation(3) - debian |
| tau_get_event_vals(3) - debian |
| tau_get_func_vals(3) - debian |
| tau_mapping_create(3) - debian |
| tau_set_interrupt_interval(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |