HPCToolkit
blame-map.h File Reference
#include <stdint.h>
Include dependency graph for blame-map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef union blame_entry_t blame_entry_t
 

Functions

blame_entry_tblame_map_new (void)
 
void blame_map_init (blame_entry_t *table)
 
void blame_map_add_blame (blame_entry_t *table, uint64_t obj, uint32_t metric_value)
 
uint64_t blame_map_get_blame (blame_entry_t *table, uint64_t obj)
 

Typedef Documentation

◆ blame_entry_t

Definition at line 66 of file blame-map.h.

Function Documentation

◆ blame_map_add_blame()

void blame_map_add_blame ( blame_entry_t table,
uint64_t  obj,
uint32_t  metric_value 
)

◆ blame_map_get_blame()

uint64_t blame_map_get_blame ( blame_entry_t table,
uint64_t  obj 
)

◆ blame_map_init()

void blame_map_init ( blame_entry_t table)

◆ blame_map_new()

blame_entry_t* blame_map_new ( void  )

Definition at line 158 of file blame-map.c.

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