Go to the source code of this file.
|
static int | cache_set (hpcrun_cct_t *x, unsigned int depth, void *ip, hpcrun_cct_node_t *node) |
|
static int | cache_set_depth (hpcrun_cct_t *x, unsigned int depth) |
|
static int | cache_resize (hpcrun_cct_t *x, unsigned int depth) |
|
static void * | cache_get_bt (hpcrun_cct_t *x, unsigned int depth) |
|
static hpcrun_cct_node_t * | cache_get_node (hpcrun_cct_t *x, unsigned int depth) |
|
◆ cache_get_bt()
static void* cache_get_bt |
( |
hpcrun_cct_t * |
x, |
|
|
unsigned int |
depth |
|
) |
| |
|
static |
◆ cache_get_node()
static hpcrun_cct_node_t* cache_get_node |
( |
hpcrun_cct_t * |
x, |
|
|
unsigned int |
depth |
|
) |
| |
|
static |
◆ cache_resize()
static int cache_resize |
( |
hpcrun_cct_t * |
x, |
|
|
unsigned int |
depth |
|
) |
| |
|
static |
◆ cache_set()
static int cache_set |
( |
hpcrun_cct_t * |
x, |
|
|
unsigned int |
depth, |
|
|
void * |
ip, |
|
|
hpcrun_cct_node_t * |
node |
|
) |
| |
|
static |
◆ cache_set_depth()
static int cache_set_depth |
( |
hpcrun_cct_t * |
x, |
|
|
unsigned int |
depth |
|
) |
| |
|
static |