HPCToolkit
|
#include <stdint.h>
#include <cct/cct.h>
#include <messages/messages.h>
#include <hpcrun/thread_data.h>
Go to the source code of this file.
Macros | |
#define | _FLG CCT |
#define | TLIM 1 |
#define | TL(E) ((TD_GET(id) == TLIM) && (E)) |
#define | TLS(S) if (TD_GET(id) == TLIM) S |
#define | TF(_FLG, ...) TMSG(_FLG, __VA_ARGS__) |
Functions | |
static void | l_dump (cct_node_t *node, cct_op_arg_t arg, size_t level) |
static void | dump_cct (cct_node_t *cct) |
#define _FLG CCT |
Definition at line 50 of file cct_dump.h.
Definition at line 70 of file cct_dump.h.
#define TLIM 1 |
Definition at line 58 of file cct_dump.h.
Definition at line 66 of file cct_dump.h.
|
static |
|
static |
Definition at line 73 of file cct_dump.h.