|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>
Include dependency graph for exc_recurse_trycatch.cpp:Go to the source code of this file.
Macros | |
| #define | D 8 |
| #define | ITERS 100 |
Functions | |
| __attribute__ ((noinline)) void rectry_try_marker(int i) | |
| static void | rec (int depth, int iter) |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static uint64_t | buf [ITERS] |
| #define D 8 |
Definition at line 28 of file exc_recurse_trycatch.cpp.
| #define ITERS 100 |
Definition at line 29 of file exc_recurse_trycatch.cpp.
| __attribute__ | ( | (noinline) | ) |
Definition at line 33 of file exc_recurse_trycatch.cpp.
References sink.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |
Definition at line 31 of file exc_recurse_trycatch.cpp.
|
static |
Definition at line 30 of file exc_recurse_trycatch.cpp.
Referenced by __attribute__(), and main().