#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <assert.h>
#include <monitor.h>
#include "simple_oo.h"
#include "sample_source_obj.h"
#include "common.h"
#include <hpcrun/hpcrun_options.h>
#include <hpcrun/metrics.h>
#include <hpcrun/sample_event.h>
#include <hpcrun/sample_sources_registered.h>
#include <hpcrun/thread_data.h>
#include <utilities/tokenize.h>
#include <cct/cct.h>
Go to the source code of this file.
◆ hpcrun_retcnt_inc()
void hpcrun_retcnt_inc |
( |
cct_node_t * |
node, |
|
|
int |
incr |
|
) |
| |