HPCToolkit
ip-normalized.c File Reference
#include <stdint.h>
#include <unistd.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include "ip-normalized.h"
#include <messages/messages.h>
Include dependency graph for ip-normalized.c:

Go to the source code of this file.

Macros

#define NULL_OR_NAME(v)   ((v) ? (v)->name : "(NULL)")
 

Functions

ip_normalized_t hpcrun_normalize_ip (void *unnormalized_ip, load_module_t *lm)
 

Variables

const ip_normalized_t ip_normalized_NULL_lval = ip_normalized_NULL
 

Macro Definition Documentation

◆ NULL_OR_NAME

#define NULL_OR_NAME (   v)    ((v) ? (v)->name : "(NULL)")

Definition at line 64 of file ip-normalized.c.

Function Documentation

◆ hpcrun_normalize_ip()

ip_normalized_t hpcrun_normalize_ip ( void *  unnormalized_ip,
load_module_t lm 
)

Definition at line 70 of file ip-normalized.c.

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

Variable Documentation

◆ ip_normalized_NULL_lval

const ip_normalized_t ip_normalized_NULL_lval = ip_normalized_NULL

Definition at line 66 of file ip-normalized.c.