|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>
Include dependency graph for rec_mixed_direct_indirect.cpp:Go to the source code of this file.
Typedefs | |
| typedef uint64_t(* | RecFn) (int) |
Functions | |
| static uint64_t | mixed (int n) |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static RecFn | g_next |
| typedef uint64_t(* RecFn) (int) |
Definition at line 16 of file rec_mixed_direct_indirect.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 29 of file rec_mixed_direct_indirect.cpp.
|
static |
Definition at line 19 of file rec_mixed_direct_indirect.cpp.
References g_next.
Referenced by main().
|
static |
Definition at line 17 of file rec_mixed_direct_indirect.cpp.
|
static |
Definition at line 14 of file rec_mixed_direct_indirect.cpp.
Referenced by main().