PAPI 7.1.0.0
Loading...
Searching...
No Matches
pfmlib_os_x86_64.h File Reference
Include dependency graph for pfmlib_os_x86_64.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 44 of file pfmlib_os_x86_64.h.

45{
46 return pfm_start(fd, NULL);
47}
os_err_t pfm_start(int fd, pfarg_start_t *start)
Here is the call graph for this function:

◆ pfm_self_stop()

static int pfm_self_stop ( int  fd)
inlinestatic

Definition at line 50 of file pfmlib_os_x86_64.h.

51{
52 return pfm_stop(fd);
53}
os_err_t pfm_stop(int fd)
Here is the call graph for this function: