HPCToolkit
x86-intel-composer2013-mic.c File Reference
#include <string.h>
#include "x86-unwind-interval-fixup.h"
#include "x86-unwind-interval.h"
Include dependency graph for x86-intel-composer2013-mic.c:

Go to the source code of this file.

Functions

int x86_adjust_intelmic_intervals (char *ins, int len, btuwi_status_t *stat)
 

Variables

static char intelmic_comp13_for_main_signature []
 
static char intelmic_comp13_kmp_alloc_thread_signature []
 

Function Documentation

◆ x86_adjust_intelmic_intervals()

int x86_adjust_intelmic_intervals ( char *  ins,
int  len,
btuwi_status_t stat 
)

Definition at line 76 of file x86-intel-composer2013-mic.c.

Variable Documentation

◆ intelmic_comp13_for_main_signature

char intelmic_comp13_for_main_signature[]
static
Initial value:
= {
0x53,
0x48, 0x89, 0xe3,
0x48, 0x83, 0xe4, 0x80,
0x48, 0x83, 0xec, 0x78,
0x55,
0x48, 0x8b, 0x6b, 0x08,
0x48, 0x89, 0x6c, 0x24, 0x08,
0x48, 0x89, 0xe5,
}

Definition at line 51 of file x86-intel-composer2013-mic.c.

◆ intelmic_comp13_kmp_alloc_thread_signature

char intelmic_comp13_kmp_alloc_thread_signature[]
static
Initial value:
= {
0x53,
0x48, 0x89, 0xe3,
0x48, 0x83, 0xe4, 0xc0,
0x48, 0x83, 0xec, 0x38,
0x55,
0x48, 0x8b, 0x6b, 0x08,
0x48, 0x89, 0x6c, 0x24, 0x08,
0x48, 0x89, 0xe5,
}

Definition at line 63 of file x86-intel-composer2013-mic.c.