HPCToolkit
synchprof.c File Reference
#include <libunwind.h>
#include "state.h"
#include "structs.h"
Include dependency graph for synchprof.c:

Go to the source code of this file.

Functions

void hpcrun_record_sample (unsigned long amount)
 
void hpcrun_driver_init (hpcrun_state_t *state, hpcrun_options_t *options)
 
void hpcrun_driver_fini (hpcrun_state_t *state, hpcrun_options_t *options)
 
void hpcrun_driver_suspend (hpcrun_state_t *state)
 
void hpcrun_driver_resume (hpcrun_state_t *state)
 

Function Documentation

◆ hpcrun_driver_fini()

void hpcrun_driver_fini ( hpcrun_state_t *  state,
hpcrun_options_t options 
)

Definition at line 82 of file synchprof.c.

◆ hpcrun_driver_init()

void hpcrun_driver_init ( hpcrun_state_t *  state,
hpcrun_options_t options 
)

Definition at line 77 of file synchprof.c.

◆ hpcrun_driver_resume()

void hpcrun_driver_resume ( hpcrun_state_t *  state)

Definition at line 107 of file synchprof.c.

◆ hpcrun_driver_suspend()

void hpcrun_driver_suspend ( hpcrun_state_t *  state)

Definition at line 101 of file synchprof.c.

◆ hpcrun_record_sample()

void hpcrun_record_sample ( unsigned long  amount)

Definition at line 55 of file synchprof.c.