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

Go to the source code of this file.

Macros

#define WORK_COUNT   10000
 

Functions

 __attribute__ ((noinline))
 
int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 

Macro Definition Documentation

◆ WORK_COUNT

#define WORK_COUNT   10000

Definition at line 6 of file redspy_tp_simple.c.

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Definition at line 10 of file redspy_tp_simple.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 14 of file redspy_tp_simple.c.

References buf, sink, and WORK_COUNT.

Variable Documentation

◆ sink

volatile uint64_t sink
static

Definition at line 8 of file redspy_tp_simple.c.

Referenced by main().