HPCToolkit
interval_t.h File Reference
#include <stdint.h>
#include <lib/prof-lean/mem_manager.h>
Include dependency graph for interval_t.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  interval_s
 

Macros

#define MAX_INTERVAL_STR   64
 

Typedefs

typedef struct interval_s interval_t
 

Functions

int interval_t_cmp (void *p1, void *p2)
 
int interval_t_inrange (void *interval, void *address)
 
void interval_t_tostr (void *interval, char result[])
 
void interval_t_print (interval_t *interval)
 
char * interval_maxspaces ()
 

Macro Definition Documentation

◆ MAX_INTERVAL_STR

#define MAX_INTERVAL_STR   64

Definition at line 20 of file interval_t.h.

Typedef Documentation

◆ interval_t

typedef struct interval_s interval_t

Function Documentation

◆ interval_maxspaces()

char* interval_maxspaces ( )

Definition at line 65 of file interval_t.c.

◆ interval_t_cmp()

int interval_t_cmp ( void *  p1,
void *  p2 
)

Definition at line 21 of file interval_t.c.

Here is the caller graph for this function:

◆ interval_t_inrange()

int interval_t_inrange ( void *  interval,
void *  address 
)

Definition at line 31 of file interval_t.c.

Here is the caller graph for this function:

◆ interval_t_print()

void interval_t_print ( interval_t interval)

Definition at line 57 of file interval_t.c.

Here is the call graph for this function:

◆ interval_t_tostr()

void interval_t_tostr ( void *  interval,
char  result[] 
)

Definition at line 49 of file interval_t.c.

Here is the caller graph for this function: