HPCToolkit
|
#include <sample-sources/sample_source_obj.h>
Go to the source code of this file.
Macros | |
#define | MAX_POSSIBLE_SAMPLE_SOURCES 12 |
Functions | |
void | hpcrun_ss_register (sample_source_t *src) |
sample_source_t * | hpcrun_source_can_process (char *event) |
void | hpcrun_registered_sources_init (void) |
void | hpcrun_display_avail_events (void) |
#define MAX_POSSIBLE_SAMPLE_SOURCES 12 |
Definition at line 51 of file sample_sources_registered.h.
void hpcrun_display_avail_events | ( | void | ) |
Definition at line 151 of file sample_sources_registered.c.
void hpcrun_registered_sources_init | ( | void | ) |
Definition at line 140 of file sample_sources_registered.c.
sample_source_t* hpcrun_source_can_process | ( | char * | event | ) |
Definition at line 123 of file sample_sources_registered.c.
void hpcrun_ss_register | ( | sample_source_t * | src | ) |
Definition at line 102 of file sample_sources_registered.c.