Searched refs:histograms (Results 1 – 24 of 24) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | gmon_io.c | 411 if (!histograms) in gmon_out_read() 463 if (histograms && (tmp.low_pc != histograms->lowpc in gmon_out_read() 464 || tmp.high_pc != histograms->highpc in gmon_out_read() 465 || (hist_num_bins != histograms->num_bins))) in gmon_out_read() 472 if (!histograms) in gmon_out_read() 475 histograms = (struct histogram *) xmalloc (sizeof (struct histogram)); in gmon_out_read() 476 histograms->lowpc = tmp.low_pc; in gmon_out_read() 477 histograms->highpc = tmp.high_pc; in gmon_out_read() 478 histograms->num_bins = hist_num_bins; in gmon_out_read() 481 histograms->sample = (int *) xmalloc (hist_num_bins * sizeof (int)); in gmon_out_read() [all …]
|
| D | hist.c | 50 histogram * histograms; variable 202 histograms = (struct histogram *) in hist_read_rec() 203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1)); in hist_read_rec() 204 memcpy (histograms + num_histograms, in hist_read_rec() 206 record = &histograms[num_histograms]; in hist_read_rec() 255 histogram *record = &histograms[r]; in hist_write_hist() 455 hist_assign_samples_1 (&histograms[i]); in hist_assign_samples() 675 if (histograms[i].lowpc <= address && address < histograms[i].highpc) in hist_check_address() 703 common_low = max (histograms[i].lowpc, *p_lowpc); in hist_clip_symbol_address() 704 common_high = min (histograms[i].highpc, *p_highpc); in hist_clip_symbol_address() [all …]
|
| D | hist.h | 33 extern histogram * histograms;
|
| D | TODO | 34 + generalize to allow arbitrary histograms (not just time histograms)
|
| D | ChangeLog-2007 | 153 (histograms, num_histograms): New. 161 (scale_and_align_entries): Adjust for multiple histograms.
|
| D | README | 16 histograms (see below) 27 o Generalized histograms: not just execution-time, but arbitrary 28 histograms are support (for example, performance counter based
|
| D | ChangeLog-2009 | 33 * hist.h: Move declaration of histograms and num_histograms
|
| D | gprof.texi | 1776 for basic-block execution counts and non-realtime histograms. A magic 2108 histogram records. If the above containts are met, all histograms 2131 If histograms were present in the data files, assign them to symbols 2210 Shows address ranges of histograms as they are read, and each
|
| D | gprof.info | 1534 basic-block execution counts and non-realtime histograms. A magic 1836 histograms for the same memory range are merged. 1855 If histograms were present in the data files, assign them to symbols 1926 Shows address ranges of histograms as they are read, and each call
|
| D | ChangeLog-9203 | 1744 collection pc histograms measuring quantities other than time;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gcov-tool.texi | 85 histograms and the result is an approximation.
|
| D | gcc.info | 59555 histogram is merged from two histograms and the result is an
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ChangeLog-2014 | 488 (process_symbol_table): Handle corrupt histograms.
|
| D | ChangeLog-2007 | 812 * NEWS: Mention disjoint histograms support in
|
| D | ChangeLog-2017 | 535 when calculating histograms rather than the PR 17531 fix. Delete
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2006 | 925 (dump_generic_bb_buff): Dump histograms 959 (copy_bb): Update histograms. 960 * tree-flow.h (struct stmt_ann_d): Do not contain pointer to histograms; 963 (bsi_remove): Update histograms. 964 (bsi_replace): Update histograms. 966 (tree_duplicate_bb): Update histograms. 967 (move_block_to_fn): Update histograms.
|
| D | ChangeLog-2007 | 29686 the same one; always update histograms. 30977 Add variant handling histograms; add wrapper. 30979 (emit_block_move_hints): Break out from ...; add histograms. 30981 (clear_storage_hints): Break out from ...; add histograms. 30990 Add new histograms. 31003 * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
|
| D | ChangeLog-2013 | 22618 (ipa_profile_generate_summary): Turn indirect call statement histograms 22630 (gimple_ic_transform): Do not remove useful histograms when 34938 (input_gimple_stmt): Input histograms.
|
| D | ChangeLog-2012 | 11951 * coverage.c (read_counts_file): Merge histograms, and 18161 avoid broken dumps for statement histograms.
|
| D | ChangeLog-2005 | 27234 * tree-flow.h: (struct stmt_ann_d): Add histograms field. 27271 * profile.c (instrument_values): Free histograms.
|
| D | ChangeLog-2003 | 12361 (branch_prob): Read back the value histograms.
|
| D | ChangeLog-2018 | 31089 not interesting value histograms.
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | ChangeLog | 8143 histograms during summary merging.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | NEWS | 3092 + Streaming of counter histograms was removed, which reduces the 3096 990 to account for more precise histograms.
|