|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <stdint.h>
Include dependency graph for loadspy_tn_simple.c:Go to the source code of this file.
Macros | |
| #define | WORK_COUNT 100000 |
Functions | |
| __attribute__ ((noinline)) | |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static uint64_t | buf [WORK_COUNT] |
| #define WORK_COUNT 100000 |
Definition at line 5 of file loadspy_tn_simple.c.
| __attribute__ | ( | (noinline) | ) |
Definition at line 10 of file loadspy_tn_simple.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 13 of file loadspy_tn_simple.c.
References buf, sink, and WORK_COUNT.
|
static |
Definition at line 8 of file loadspy_tn_simple.c.
Referenced by main().
|
static |
Definition at line 7 of file loadspy_tn_simple.c.
Referenced by main().