HPCToolkit
x86-build-intervals.c File Reference
#include <stdbool.h>
#include <include/hpctoolkit-config.h>
#include "x86-build-intervals.h"
#include "uw_recipe_map.h"
#include "x86-decoder.h"
#include "x86-process-inst.h"
#include "x86-unwind-analysis.h"
#include "x86-unwind-interval-fixup.h"
#include "x86-interval-arg.h"
#include <messages/messages.h>
Include dependency graph for x86-build-intervals.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void x86_dump_ins (void *addr)
 
btuwi_status_t x86_build_intervals (void *ins, unsigned int len, int noisy)
 
static int x86_coalesce_unwind_intervals (unwind_interval *ui)
 
static bool x86_ui_same_data (x86recipe_t *proto, x86recipe_t *cand)
 
btuwi_status_td_build_intervals (void *b, unsigned l)
 

Variables

static int dump_ins = 0
 
static btuwi_status_t d_istat
 

Function Documentation

◆ d_build_intervals()

btuwi_status_t* d_build_intervals ( void *  b,
unsigned  l 
)

Definition at line 282 of file x86-build-intervals.c.

Here is the call graph for this function:

◆ x86_build_intervals()

btuwi_status_t x86_build_intervals ( void *  ins,
unsigned int  len,
int  noisy 
)

Definition at line 88 of file x86-build-intervals.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ x86_coalesce_unwind_intervals()

static int x86_coalesce_unwind_intervals ( unwind_interval ui)
static

Definition at line 221 of file x86-build-intervals.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ x86_dump_ins()

void x86_dump_ins ( void *  addr)

Definition at line 1328 of file x86-process-ranges.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ x86_ui_same_data()

static bool x86_ui_same_data ( x86recipe_t proto,
x86recipe_t cand 
)
static

Definition at line 196 of file x86-build-intervals.c.

Here is the caller graph for this function:

Variable Documentation

◆ d_istat

btuwi_status_t d_istat
static

Definition at line 279 of file x86-build-intervals.c.

◆ dump_ins

int dump_ins = 0
static

Definition at line 72 of file x86-build-intervals.c.