HPCToolkit
lushi-cb.h File Reference
#include <stdlib.h>
#include "lush-support-rt.h"
Include dependency graph for lushi-cb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef hpcrun_unw_cursor_t LUSHCB_cursor_t
 

Functions

 LUSHI_DECL (void *, LUSHCB_malloc,(size_t size))
 
 LUSHI_DECL (void, LUSHCB_free,())
 
 LUSHI_DECL (int, LUSHCB_step,(LUSHCB_cursor_t *cursor))
 
 LUSHI_DECL (int, LUSHCB_loadmap_find,(void *addr, char *module_name, void **start, void **end))
 

Typedef Documentation

◆ LUSHCB_cursor_t

Definition at line 95 of file lushi-cb.h.

Function Documentation

◆ LUSHI_DECL() [1/4]

LUSHI_DECL ( void *  ,
LUSHCB_malloc  ,
(size_t size)   
)

◆ LUSHI_DECL() [2/4]

LUSHI_DECL ( void  ,
LUSHCB_free  ,
()   
)

◆ LUSHI_DECL() [3/4]

LUSHI_DECL ( int  ,
LUSHCB_step  ,
(LUSHCB_cursor_t *cursor)   
)

◆ LUSHI_DECL() [4/4]

LUSHI_DECL ( int  ,
LUSHCB_loadmap_find  ,
(void *addr, char *module_name, void **start, void **end)   
)