PAPI 7.1.0.0
Loading...
Searching...
No Matches
cupti_events.h File Reference
Include dependency graph for cupti_events.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void * cuptie_control_t
 

Functions

int cuptie_init (void)
 
int cuptie_control_create (cuptiu_event_table_t *event_names, void *thr_info, cuptie_control_t *pctl)
 
int cuptie_control_destroy (cuptie_control_t *pctl)
 
int cuptie_control_start (cuptie_control_t ctl)
 
int cuptie_control_stop (cuptie_control_t ctl)
 
int cuptie_control_read (cuptie_control_t ctl, long long *values)
 
int cuptie_control_reset (cuptie_control_t ctl)
 
int cuptie_event_enum (cuptiu_event_table_t *all_evt_names)
 
int cuptie_event_name_to_descr (const char *evt_name, char *description)
 
int cuptie_shutdown (void)
 

Detailed Description

Typedef Documentation

◆ cuptie_control_t

typedef void* cuptie_control_t

Definition at line 12 of file cupti_events.h.

Function Documentation

◆ cuptie_control_create()

int cuptie_control_create ( cuptiu_event_table_t event_names,
void *  thr_info,
cuptie_control_t pctl 
)

Definition at line 23 of file cupti_events.c.

24{
25 return PAPI_ENOIMPL;
26}
#define PAPI_ENOIMPL
Definition: f90papi.h:219
Here is the caller graph for this function:

◆ cuptie_control_destroy()

int cuptie_control_destroy ( cuptie_control_t pctl)

Definition at line 28 of file cupti_events.c.

29{
30 return PAPI_ENOIMPL;
31}
Here is the caller graph for this function:

◆ cuptie_control_read()

int cuptie_control_read ( cuptie_control_t  ctl,
long long values 
)

Definition at line 43 of file cupti_events.c.

44{
45 return PAPI_ENOIMPL;
46}
Here is the caller graph for this function:

◆ cuptie_control_reset()

int cuptie_control_reset ( cuptie_control_t  ctl)

Definition at line 48 of file cupti_events.c.

49{
50 return PAPI_ENOIMPL;
51}
Here is the caller graph for this function:

◆ cuptie_control_start()

int cuptie_control_start ( cuptie_control_t  ctl)

Definition at line 33 of file cupti_events.c.

34{
35 return PAPI_ENOIMPL;
36}
Here is the caller graph for this function:

◆ cuptie_control_stop()

int cuptie_control_stop ( cuptie_control_t  ctl)

Definition at line 38 of file cupti_events.c.

39{
40 return PAPI_ENOIMPL;
41}
Here is the caller graph for this function:

◆ cuptie_event_enum()

int cuptie_event_enum ( cuptiu_event_table_t all_evt_names)

Definition at line 53 of file cupti_events.c.

54{
55 return PAPI_ENOIMPL;
56}
Here is the caller graph for this function:

◆ cuptie_event_name_to_descr()

int cuptie_event_name_to_descr ( const char *  evt_name,
char *  description 
)

Definition at line 58 of file cupti_events.c.

59{
60 return PAPI_ENOIMPL;
61}
Here is the caller graph for this function:

◆ cuptie_init()

int cuptie_init ( void  )

Definition at line 17 of file cupti_events.c.

18{
19 cuptic_disabled_reason_set("CUDA events API not implemented.");
20 return PAPI_ENOIMPL;
21}
void cuptic_disabled_reason_set(const char *msg)
Definition: cupti_common.c:385
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cuptie_shutdown()

int cuptie_shutdown ( void  )

Definition at line 63 of file cupti_events.c.

64{
65 return PAPI_ENOIMPL;
66}
Here is the caller graph for this function: