|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>
Include dependency graph for exc_stress_loop.cpp:Go to the source code of this file.
Macros | |
| #define | ITERS 5000 |
Functions | |
| __attribute__ ((noinline)) void stress_try_marker(uint64_t i) | |
| static void | thrower (uint64_t v) |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| #define ITERS 5000 |
Definition at line 11 of file exc_stress_loop.cpp.
| __attribute__ | ( | (noinline) | ) |
Definition at line 14 of file exc_stress_loop.cpp.
References sink.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 23 of file exc_stress_loop.cpp.
|
static |
Definition at line 21 of file exc_stress_loop.cpp.
Referenced by main().
|
static |
Definition at line 12 of file exc_stress_loop.cpp.
Referenced by __attribute__(), and main().