#include <string.h>
#include <stdio.h>
#include <papiStdEventDefs.h>
#include <papi.h>
#include "hpcrun_events.h"
Go to the source code of this file.
◆ hpcrun_event_by_code()
const papi_event_t* hpcrun_event_by_code |
( |
int |
code | ) |
|
◆ hpcrun_event_by_name()
const papi_event_t* hpcrun_event_by_name |
( |
const char * |
name | ) |
|
◆ hpcrun_write_event()
void hpcrun_write_event |
( |
FILE * |
fs, |
|
|
const papi_event_t * |
e |
|
) |
| |
◆ hpcrun_write_wrapped_event_list()
void hpcrun_write_wrapped_event_list |
( |
FILE * |
fs, |
|
|
const papi_event_t * |
e |
|
) |
| |
◆ hpcrun_event_table
papi_event_t hpcrun_event_table[] |