CCTLib
Calling-context and data-object attribution library for Intel Pin
redspy_cross_page_tp.c File Reference
#include <stdint.h>
#include <stddef.h>
#include <sys/mman.h>
+ Include dependency graph for redspy_cross_page_tp.c:

Go to the source code of this file.

Macros

#define WORK_COUNT   10000
 

Functions

int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 

Macro Definition Documentation

◆ WORK_COUNT

#define WORK_COUNT   10000

Definition at line 9 of file redspy_cross_page_tp.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 11 of file redspy_cross_page_tp.c.

References sink, and WORK_COUNT.

Variable Documentation

◆ sink

volatile uint64_t sink
static

Definition at line 10 of file redspy_cross_page_tp.c.

Referenced by main().