HPCToolkit
|
#include <stdlib.h>
#include <assert.h>
#include "thread_data.h"
#include "handling_sample.h"
#include <messages/messages.h>
Go to the source code of this file.
Functions | |
void | hpcrun_init_handling_sample (thread_data_t *td, int in, int id) |
void | hpcrun_set_handling_sample (thread_data_t *td) |
void | hpcrun_clear_handling_sample (thread_data_t *td) |
int | hpcrun_is_handling_sample (void) |
void hpcrun_clear_handling_sample | ( | thread_data_t * | td | ) |
void hpcrun_init_handling_sample | ( | thread_data_t * | td, |
int | in, | ||
int | id | ||
) |
int hpcrun_is_handling_sample | ( | void | ) |
Definition at line 85 of file handling_sample.c.
void hpcrun_set_handling_sample | ( | thread_data_t * | td | ) |