CCTLib
Calling-context and data-object attribution library for Intel Pin
deadspy_partial_qword_then_byte_high_tp.c File Reference
#include <stdint.h>
+ Include dependency graph for deadspy_partial_qword_then_byte_high_tp.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 7 of file deadspy_partial_qword_then_byte_high_tp.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 10 of file deadspy_partial_qword_then_byte_high_tp.c.

References buf, sink, and WORK_COUNT.

Variable Documentation

◆ buf

uint64_t buf[WORK_COUNT]
static

Definition at line 9 of file deadspy_partial_qword_then_byte_high_tp.c.

Referenced by main().

◆ sink

volatile uint64_t sink
static

Definition at line 8 of file deadspy_partial_qword_then_byte_high_tp.c.

Referenced by main().