HPCToolkit
fnbounds_table_interface.h
Go to the documentation of this file.
1
#ifndef FNBOUNDS_TABLE_IFACE
2
#define FNBOUNDS_TABLE_IFACE
3
#include <stddef.h>
4
5
typedef
struct
fnbounds_table_t
fnbounds_table_t
;
6
7
struct
fnbounds_table_t
{
8
void
**
table
;
9
size_t
len
;
10
};
11
12
extern
fnbounds_table_t
fnbounds_fetch_executable_table
(
void
);
13
14
#endif // FNBOUNDS_TABLE_IFACE
fnbounds_table_t::len
size_t len
Definition:
fnbounds_table_interface.h:9
fnbounds_fetch_executable_table
fnbounds_table_t fnbounds_fetch_executable_table(void)
Definition:
fnbounds_dynamic.c:479
fnbounds_table_t
Definition:
fnbounds_table_interface.h:7
fnbounds_table_t::table
void ** table
Definition:
fnbounds_table_interface.h:8
src
tool
hpcrun
fnbounds
fnbounds_table_interface.h
Generated by
1.8.13