HPCToolkit
|
#include <stdbool.h>
#include <stdint.h>
#include "fnbounds_interface.h"
#include "uw_recipe_map.h"
#include "x86-decoder.h"
#include "x86-unwind-analysis.h"
#include "x86-interval-arg.h"
#include <messages/messages.h>
Go to the source code of this file.
Functions | |
static bool | confirm_cold_path_call (void *loc, interval_arg_t *iarg) |
void | hpcrun_cold_code_fixup (unwind_interval *first, unwind_interval *current, unwind_interval *warm) |
bool | hpcrun_is_cold_code (xed_decoded_inst_t *xptr, interval_arg_t *iarg) |
|
static |
Definition at line 171 of file x86-cold-path.c.
void hpcrun_cold_code_fixup | ( | unwind_interval * | first, |
unwind_interval * | current, | ||
unwind_interval * | warm | ||
) |
bool hpcrun_is_cold_code | ( | xed_decoded_inst_t * | xptr, |
interval_arg_t * | iarg | ||
) |
Definition at line 122 of file x86-cold-path.c.