HPCToolkit
start-stop.c File Reference
#include <stdlib.h>
#include "sample_sources_all.h"
#include "start-stop.h"
Include dependency graph for start-stop.c:

Go to the source code of this file.

Functions

void hpcrun_start_stop_internal_init (void)
 
int hpctoolkit_sampling_is_active (void)
 
void hpctoolkit_sampling_start (void)
 
void hpctoolkit_sampling_stop (void)
 

Variables

static int sampling_is_active = 1
 
static int dont_reinit = 0
 

Function Documentation

◆ hpcrun_start_stop_internal_init()

void hpcrun_start_stop_internal_init ( void  )

Definition at line 84 of file start-stop.c.

Here is the caller graph for this function:

◆ hpctoolkit_sampling_is_active()

int hpctoolkit_sampling_is_active ( void  )

Definition at line 100 of file start-stop.c.

Here is the caller graph for this function:

◆ hpctoolkit_sampling_start()

void hpctoolkit_sampling_start ( void  )

Definition at line 107 of file start-stop.c.

Here is the caller graph for this function:

◆ hpctoolkit_sampling_stop()

void hpctoolkit_sampling_stop ( void  )

Definition at line 118 of file start-stop.c.

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

Variable Documentation

◆ dont_reinit

int dont_reinit = 0
static

Definition at line 76 of file start-stop.c.

◆ sampling_is_active

int sampling_is_active = 1
static

Definition at line 75 of file start-stop.c.