#include <stddef.h>
#include <stdint.h>
#include "geopm_public.h"
Go to the source code of this file.
◆ geopm_prof_enter()
int GEOPM_PUBLIC geopm_prof_enter |
( |
uint64_t |
region_id | ) |
|
◆ geopm_prof_epoch()
int GEOPM_PUBLIC geopm_prof_epoch |
( |
void |
| ) |
|
◆ geopm_prof_exit()
int GEOPM_PUBLIC geopm_prof_exit |
( |
uint64_t |
region_id | ) |
|
◆ geopm_prof_overhead()
int GEOPM_PUBLIC geopm_prof_overhead |
( |
double |
overhead_sec | ) |
|
◆ geopm_prof_region()
int GEOPM_PUBLIC geopm_prof_region |
( |
const char * |
region_name, |
|
|
uint64_t |
hint, |
|
|
uint64_t * |
region_id |
|
) |
| |
◆ geopm_prof_shutdown()
int GEOPM_PUBLIC geopm_prof_shutdown |
( |
void |
| ) |
|
◆ geopm_tprof_init()
int GEOPM_PUBLIC geopm_tprof_init |
( |
uint32_t |
num_work_unit | ) |
|
◆ geopm_tprof_post()
int GEOPM_PUBLIC geopm_tprof_post |
( |
void |
| ) |
|