|
HPCToolkit
|
#include <stdint.h>#include <unistd.h>#include <sys/types.h>#include <stdio.h>#include <string.h>#include "ip-normalized.h"#include <messages/messages.h>
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 |
| #define NULL_OR_NAME | ( | v | ) | ((v) ? (v)->name : "(NULL)") |
Definition at line 64 of file ip-normalized.c.
| ip_normalized_t hpcrun_normalize_ip | ( | void * | unnormalized_ip, |
| load_module_t * | lm | ||
| ) |
Definition at line 70 of file ip-normalized.c.


| const ip_normalized_t ip_normalized_NULL_lval = ip_normalized_NULL |
Definition at line 66 of file ip-normalized.c.