|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>#include <stdexcept>
Include dependency graph for exc_rethrow.cpp:Go to the source code of this file.
Macros | |
| #define | ITERS 2000 |
Functions | |
| __attribute__ ((noinline)) void rethrow_outer_try_marker(int i) | |
| static void | raise_it (int i) |
| static void | inner (int i) |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static uint64_t | buf [ITERS] |
| #define ITERS 2000 |
Definition at line 15 of file exc_rethrow.cpp.
| __attribute__ | ( | (noinline) | ) |
Definition at line 19 of file exc_rethrow.cpp.
References sink.
|
static |
Definition at line 37 of file exc_rethrow.cpp.
References buf, and raise_it().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |
Definition at line 17 of file exc_rethrow.cpp.
Referenced by inner(), main(), and raise_it().
|
static |
Definition at line 16 of file exc_rethrow.cpp.
Referenced by __attribute__(), and main().