DynamoRIO
drbbdup_stats_t Struct Reference

#include <drbbdup.h>

Data Fields

size_t struct_size
 
unsigned long no_dup_count
 
unsigned long no_dynamic_handling_count
 
unsigned long gen_count
 
unsigned long bail_count
 

Detailed Description

Various statistics related to drbbdup.

Field Documentation

◆ bail_count

unsigned long drbbdup_stats_t::bail_count

Execution count of bails to the default case due to encountered unhandled cases.

◆ gen_count

unsigned long drbbdup_stats_t::gen_count

Number of cases handled via dynamic generation.

◆ no_dup_count

unsigned long drbbdup_stats_t::no_dup_count

Number of fragments which have case handling turned off.

◆ no_dynamic_handling_count

unsigned long drbbdup_stats_t::no_dynamic_handling_count

Number of fragments which have dynamic case handling turned off.

◆ struct_size

size_t drbbdup_stats_t::struct_size

Set this to the size of this structure.


The documentation for this struct was generated from the following file:
  • /home/runner/work/dynamorio/dynamorio/ext/drbbdup/drbbdup.h