HPCToolkit
papi-c-extended-info.c File Reference
#include <stdbool.h>
#include <stddef.h>
#include "papi-c-extended-info.h"
#include <papi.h>
#include <messages/messages.h>
Include dependency graph for papi-c-extended-info.c:

Go to the source code of this file.

Functions

void papi_c_sync_register (sync_info_list_t *info)
 
void no_action (void)
 
void std_get_event_set (int *ev_s)
 
int std_add_event (int ev_s, int ev)
 
get_event_set_proc_t component_get_event_set (int cidx)
 
add_event_proc_t component_add_event_proc (int cidx)
 
finalize_event_set_proc_t component_finalize_event_set (int cidx)
 
bool component_uses_sync_samples (int cidx)
 
setup_proc_t sync_setup_for_component (int cidx)
 
teardown_proc_t sync_teardown_for_component (int cidx)
 
start_proc_t sync_start_for_component (int cidx)
 
stop_proc_t sync_stop_for_component (int cidx)
 

Variables

static sync_info_list_tregistered_sync_components = NULL
 

Function Documentation

◆ component_add_event_proc()

add_event_proc_t component_add_event_proc ( int  cidx)

Definition at line 52 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ component_finalize_event_set()

finalize_event_set_proc_t component_finalize_event_set ( int  cidx)

Definition at line 64 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ component_get_event_set()

get_event_set_proc_t component_get_event_set ( int  cidx)

Definition at line 40 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ component_uses_sync_samples()

bool component_uses_sync_samples ( int  cidx)

Definition at line 76 of file papi-c-extended-info.c.

Here is the caller graph for this function:

◆ no_action()

void no_action ( void  )

Definition at line 18 of file papi-c-extended-info.c.

Here is the caller graph for this function:

◆ papi_c_sync_register()

void papi_c_sync_register ( sync_info_list_t info)

Definition at line 11 of file papi-c-extended-info.c.

Here is the caller graph for this function:

◆ std_add_event()

int std_add_event ( int  ev_s,
int  ev 
)

Definition at line 34 of file papi-c-extended-info.c.

Here is the caller graph for this function:

◆ std_get_event_set()

void std_get_event_set ( int *  ev_s)

Definition at line 23 of file papi-c-extended-info.c.

Here is the caller graph for this function:

◆ sync_setup_for_component()

setup_proc_t sync_setup_for_component ( int  cidx)

Definition at line 91 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sync_start_for_component()

start_proc_t sync_start_for_component ( int  cidx)

Definition at line 115 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sync_stop_for_component()

stop_proc_t sync_stop_for_component ( int  cidx)

Definition at line 127 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sync_teardown_for_component()

teardown_proc_t sync_teardown_for_component ( int  cidx)

Definition at line 103 of file papi-c-extended-info.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ registered_sync_components

sync_info_list_t* registered_sync_components = NULL
static

Definition at line 8 of file papi-c-extended-info.c.