PAPI 7.1.0.0
Loading...
Searching...
No Matches
pfmlib_os_crayx2.h File Reference
Include dependency graph for pfmlib_os_crayx2.h:

Go to the source code of this file.

Functions

static int pfm_self_start (int fd)
 
static int pfm_self_stop (int fd)
 

Function Documentation

◆ pfm_self_start()

static int pfm_self_start ( int  fd)
inlinestatic

Definition at line 40 of file pfmlib_os_crayx2.h.

41{
42 return pfm_start(fd, NULL);
43}
os_err_t pfm_start(int fd, pfarg_start_t *start)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pfm_self_stop()

static int pfm_self_stop ( int  fd)
inlinestatic

Definition at line 46 of file pfmlib_os_crayx2.h.

47{
48 return pfm_stop(fd);
49}
os_err_t pfm_stop(int fd)
Here is the call graph for this function:
Here is the caller graph for this function: