Searched refs:sample (Results 1 – 25 of 45) sorted by relevance
12
/toolchain/binutils/binutils-2.25/gprof/ |
D | hist.c | 209 record->sample = (int *) xmalloc (record->num_bins in hist_read_rec() 210 * sizeof (record->sample[0])); in hist_read_rec() 211 memset (record->sample, 0, record->num_bins * sizeof (record->sample[0])); in hist_read_rec() 233 record->sample[i] += bfd_get_16 (core_bfd, (bfd_byte *) & count[0]); in hist_read_rec() 239 record->sample[i])); in hist_read_rec() 273 bfd_put_16 (core_bfd, (bfd_vma) record->sample[i], (bfd_byte *) &count[0]); in hist_write_hist() 375 bin_count = r->sample[i]; in hist_assign_samples_1()
|
D | gmon_io.c | 501 histograms->sample = (int *) xmalloc (hist_num_bins * sizeof (int)); in gmon_out_read() 502 memset (histograms->sample, 0, in gmon_out_read() 535 histograms->sample[i] in gmon_out_read() 717 bfd_put_16 (core_bfd, (bfd_vma) histograms->sample[i], in gmon_out_write()
|
D | hist.h | 30 int *sample; /* Histogram samples (shorts in the file!). */ member
|
D | gprof.texi | 305 Each sample counts as 0.01 seconds. 856 Here are some sample symspecs: 935 Each sample counts as 0.01 seconds. 964 how much time each sample counted as. 967 reliable. In this example, each sample counted as 0.01 seconds, 971 each sample counted for 0.01 seconds, this means only six samples 1042 Here is a sample call from a small program. This call came from the 1048 granularity: each sample hit covers 2 byte(s) for 20.00% of 0.05 seconds 1451 Each sample counts as 0.01 seconds. 1460 granularity: each sample hit covers 4 byte(s) for 7.69% of 0.13 seconds [all …]
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-default.cpu | 24 ; sample implementations of the UCI and DSP instructions.
|
D | mep-sample-ucidsp.cpu | 23 ; This file provides sample definitions for the UCI and DSP
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | nl.po | 141 # Goede vertaling voor "sample hit" - proeftreffer? 146 "granularity: each sample hit covers %ld byte(s)" 149 "granulariteit: elke \"sample hit\" bestrijkt %ld byte(s)" 531 "Each sample counts as %g %s.\n"
|
D | gprof.pot | 128 "granularity: each sample hit covers %ld byte(s)" 474 "Each sample counts as %g %s.\n"
|
D | ja.po | 135 "granularity: each sample hit covers %ld byte(s)" 481 "Each sample counts as %g %s.\n"
|
D | sr.po | 142 "granularity: each sample hit covers %ld byte(s)" 513 "Each sample counts as %g %s.\n"
|
D | bg.po | 143 "granularity: each sample hit covers %ld byte(s)" 515 "Each sample counts as %g %s.\n"
|
D | uk.po | 144 "granularity: each sample hit covers %ld byte(s)" 515 "Each sample counts as %g %s.\n"
|
D | ru.po | 142 "granularity: each sample hit covers %ld byte(s)" 513 "Each sample counts as %g %s.\n"
|
D | rw.po | 153 "granularity: each sample hit covers %ld byte(s)" 496 "Each sample counts as %g %s.\n"
|
D | de.po | 141 "granularity: each sample hit covers %ld byte(s)" 513 "Each sample counts as %g %s.\n"
|
D | id.po | 142 "granularity: each sample hit covers %ld byte(s)" 513 "Each sample counts as %g %s.\n"
|
D | sv.po | 142 "granularity: each sample hit covers %ld byte(s)" 517 "Each sample counts as %g %s.\n"
|
D | fi.po | 147 "granularity: each sample hit covers %ld byte(s)" 523 "Each sample counts as %g %s.\n"
|
D | pt_BR.po | 138 "granularity: each sample hit covers %ld byte(s)" 479 "Each sample counts as %g %s.\n"
|
D | ms.po | 142 "granularity: each sample hit covers %ld byte(s)" 513 "Each sample counts as %g %s.\n"
|
D | da.po | 141 "granularity: each sample hit covers %ld byte(s)" 515 "Each sample counts as %g %s.\n"
|
D | it.po | 143 "granularity: each sample hit covers %ld byte(s)" 514 "Each sample counts as %g %s.\n"
|
D | eo.po | 142 "granularity: each sample hit covers %ld byte(s)" 514 "Each sample counts as %g %s.\n"
|
D | tr.po | 141 "granularity: each sample hit covers %ld byte(s)" 510 "Each sample counts as %g %s.\n"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
D | sample.d | 3 #name: sample
|
12