HPCToolkit
cache.c File Reference

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ cache_get_bt()

static void* cache_get_bt ( hpcrun_cct_t *  x,
unsigned int  depth 
)
static

Definition at line 118 of file cache.c.

◆ cache_get_node()

static hpcrun_cct_node_t* cache_get_node ( hpcrun_cct_t *  x,
unsigned int  depth 
)
static

Definition at line 129 of file cache.c.

◆ cache_resize()

static int cache_resize ( hpcrun_cct_t *  x,
unsigned int  depth 
)
static

Definition at line 87 of file cache.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cache_set()

static int cache_set ( hpcrun_cct_t *  x,
unsigned int  depth,
void *  ip,
hpcrun_cct_node_t *  node 
)
static

Definition at line 55 of file cache.c.

Here is the call graph for this function:

◆ cache_set_depth()

static int cache_set_depth ( hpcrun_cct_t *  x,
unsigned int  depth 
)
static

Definition at line 75 of file cache.c.

Here is the call graph for this function: