|
HPCToolkit
|
#include <libunwind.h>#include "state.h"#include "structs.h"
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) |
| void hpcrun_driver_fini | ( | hpcrun_state_t * | state, |
| hpcrun_options_t * | options | ||
| ) |
Definition at line 82 of file synchprof.c.
| void hpcrun_driver_init | ( | hpcrun_state_t * | state, |
| hpcrun_options_t * | options | ||
| ) |
Definition at line 77 of file synchprof.c.
| void hpcrun_driver_resume | ( | hpcrun_state_t * | state | ) |
Definition at line 107 of file synchprof.c.
| void hpcrun_driver_suspend | ( | hpcrun_state_t * | state | ) |
Definition at line 101 of file synchprof.c.
| void hpcrun_record_sample | ( | unsigned long | amount | ) |
Definition at line 55 of file synchprof.c.