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

Go to the source code of this file.

Macros

#define WORK_COUNT   20000
 

Functions

int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 
static uint64_t buf [WORK_COUNT]
 

Macro Definition Documentation

◆ WORK_COUNT

#define WORK_COUNT   20000

Definition at line 40 of file deadspy_xchg_tn.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 43 of file deadspy_xchg_tn.c.

References buf, sink, and WORK_COUNT.

Variable Documentation

◆ buf

uint64_t buf[WORK_COUNT]
static

Definition at line 42 of file deadspy_xchg_tn.c.

Referenced by main().

◆ sink

volatile uint64_t sink
static

Definition at line 41 of file deadspy_xchg_tn.c.

Referenced by main().