|
HPCToolkit
|
#include <stdbool.h>

Go to the source code of this file.
Macros | |
| #define | THRESH_DEFAULT 0 |
| #define | THRESH_VALUE 1 |
| #define | THRESH_FREQ 2 |
Functions | |
| char * | start_tok (char *l) |
| int | more_tok (void) |
| char * | next_tok (void) |
| int | hpcrun_extract_threshold (const char *in, long *th, long def) |
| int | hpcrun_extract_ev_thresh (const char *, int, char *, long *, long) |
| bool | hpcrun_ev_is (const char *candidate, const char *event_name) |
| #define THRESH_DEFAULT 0 |
Definition at line 55 of file tokenize.h.
| #define THRESH_FREQ 2 |
Definition at line 57 of file tokenize.h.
| #define THRESH_VALUE 1 |
Definition at line 56 of file tokenize.h.
| bool hpcrun_ev_is | ( | const char * | candidate, |
| const char * | event_name | ||
| ) |
Definition at line 194 of file tokenize.c.


| int hpcrun_extract_ev_thresh | ( | const char * | , |
| int | , | ||
| char * | , | ||
| long * | , | ||
| long | |||
| ) |
Definition at line 157 of file tokenize.c.


| int hpcrun_extract_threshold | ( | const char * | input_string, |
| long * | threshold, | ||
| long | default_value | ||
| ) |
extract the threshold
Definition at line 103 of file tokenize.c.

| int more_tok | ( | void | ) |
Definition at line 78 of file tokenize.c.


| char* next_tok | ( | void | ) |
Definition at line 87 of file tokenize.c.


| char* start_tok | ( | char * | l | ) |