HPCToolkit
|
#include <stdint.h>
#include "files.h"
#include "core_profile_trace_data.h"
#include <include/uint.h>
Go to the source code of this file.
Functions | |
void | hpcrun_trace_init () |
void | hpcrun_trace_open (core_profile_trace_data_t *cptd) |
void | hpcrun_trace_append (core_profile_trace_data_t *cptd, cct_node_t *node, uint metric_id) |
void | hpcrun_trace_append_with_time (core_profile_trace_data_t *st, unsigned int call_path_id, uint metric_id, uint64_t microtime) |
void | hpcrun_trace_close (core_profile_trace_data_t *cptd) |
int | hpcrun_trace_isactive () |
void hpcrun_trace_append | ( | core_profile_trace_data_t * | cptd, |
cct_node_t * | node, | ||
uint | metric_id | ||
) |
void hpcrun_trace_append_with_time | ( | core_profile_trace_data_t * | st, |
unsigned int | call_path_id, | ||
uint | metric_id, | ||
uint64_t | microtime | ||
) |
void hpcrun_trace_close | ( | core_profile_trace_data_t * | cptd | ) |
void hpcrun_trace_init | ( | ) |
int hpcrun_trace_isactive | ( | ) |
void hpcrun_trace_open | ( | core_profile_trace_data_t * | cptd | ) |