Home
last modified time | relevance | path

Searched refs:histograms (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gprof/
Dgmon_io.c411 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 …]
Dhist.c50 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 …]
Dhist.h33 extern histogram * histograms;
DTODO34 + generalize to allow arbitrary histograms (not just time histograms)
DChangeLog-2007153 (histograms, num_histograms): New.
161 (scale_and_align_entries): Adjust for multiple histograms.
DREADME16 histograms (see below)
27 o Generalized histograms: not just execution-time, but arbitrary
28 histograms are support (for example, performance counter based
DChangeLog-200933 * hist.h: Move declaration of histograms and num_histograms
Dgprof.texi1776 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
Dgprof.info1534 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
DChangeLog-92031744 collection pc histograms measuring quantities other than time;
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgcov-tool.texi85 histograms and the result is an approximation.
Dgcc.info59555 histogram is merged from two histograms and the result is an
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-2014488 (process_symbol_table): Handle corrupt histograms.
DChangeLog-2007812 * NEWS: Mention disjoint histograms support in
DChangeLog-2017535 when calculating histograms rather than the PR 17531 fix. Delete
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-2006925 (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.
DChangeLog-200729686 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
DChangeLog-201322618 (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.
DChangeLog-201211951 * coverage.c (read_counts_file): Merge histograms, and
18161 avoid broken dumps for statement histograms.
DChangeLog-200527234 * tree-flow.h: (struct stmt_ann_d): Add histograms field.
27271 * profile.c (instrument_values): Free histograms.
DChangeLog-200312361 (branch_prob): Read back the value histograms.
DChangeLog-201831089 not interesting value histograms.
/netbsd/src/external/gpl3/gcc/dist/libgcc/
DChangeLog8143 histograms during summary merging.
/netbsd/src/external/gpl3/gcc/dist/
DNEWS3092 + Streaming of counter histograms was removed, which reduces the
3096 990 to account for more precise histograms.