GCC Middle and Back End API Reference
|
Data Structures | |
struct | tag_format |
Typedefs | |
typedef struct tag_format | tag_format_t |
Functions | |
static void | dump_gcov_file (const char *) |
static void | print_prefix (const char *, unsigned, gcov_position_t) |
static void | print_usage (void) |
static void | print_version (void) |
static void | tag_function (const char *, unsigned, unsigned) |
static void | tag_blocks (const char *, unsigned, unsigned) |
static void | tag_arcs (const char *, unsigned, unsigned) |
static void | tag_lines (const char *, unsigned, unsigned) |
static void | tag_counters (const char *, unsigned, unsigned) |
static void | tag_summary (const char *, unsigned, unsigned) |
static void | dump_working_sets (const char *filename, const struct gcov_ctr_summary *summary) |
int | main (int, char **) |
int | main () |
static void | print_prefix () |
static void | dump_gcov_file () |
Variables | |
static int | flag_dump_contents = 0 |
static int | flag_dump_positions = 0 |
static int | flag_dump_working_sets = 0 |
static struct option | options [] |
static const tag_format_t | tag_table [] |
typedef struct tag_format tag_format_t |
|
static |
Referenced by main().
|
static |
|
static |
References compute_working_sets(), gcov_working_sets, HOST_WIDEST_INT, HOST_WIDEST_INT_PRINT_DEC, gcov_working_set_info::min_counter, gcov_working_set_info::num_counters, and print_prefix().
Referenced by tag_summary().
int main | ( | int | , |
char ** | |||
) |
int main | ( | ) |
|
static |
Referenced by dump_gcov_file(), dump_working_sets(), tag_arcs(), tag_blocks(), tag_counters(), tag_lines(), and tag_summary().
|
static |
References flag_dump_positions.
|
static |
Referenced by main(), print_usage(), and process_args().
|
static |
References pkgversion_string, and version_string.
|
static |
References flag_dump_contents, gcov_position(), gcov_read_unsigned(), and print_prefix().
|
static |
References flag_dump_contents, gcov_position(), gcov_read_unsigned(), and print_prefix().
|
static |
References count, flag_dump_contents, gcov_position(), gcov_read_counter(), HOST_WIDEST_INT_PRINT_DEC, and print_prefix().
|
static |
References gcov_position(), gcov_read_string(), and gcov_read_unsigned().
|
static |
References flag_dump_contents, gcov_position(), gcov_read_string(), gcov_read_unsigned(), and print_prefix().
|
static |
References gcov_summary::checksum, gcov_summary::ctrs, gcov_bucket_type::cum_value, dump_working_sets(), flag_dump_working_sets, gcov_read_summary(), gcov_ctr_summary::histogram, HOST_WIDEST_INT, HOST_WIDEST_INT_PRINT_DEC, gcov_bucket_type::min_value, gcov_ctr_summary::num, gcov_bucket_type::num_counters, print_prefix(), gcov_ctr_summary::run_max, gcov_ctr_summary::runs, gcov_ctr_summary::sum_all, and gcov_ctr_summary::sum_max.
|
static |
Referenced by dump_gcov_file(), main(), tag_arcs(), tag_blocks(), tag_counters(), and tag_lines().
|
static |
Referenced by main(), and print_prefix().
|
static |
Referenced by main(), and tag_summary().
Referenced by set_cloog_options().
|
static |