Home
last modified time | relevance | path

Searched refs:ncalls (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dbasic_blocks.c95 if (left->ncalls < right->ncalls) in cmp_ncalls()
97 else if (left->ncalls > right->ncalls) in cmp_ncalls()
123 bfd_vma addr, ncalls; in bb_read_rec() local
145 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1) in bb_read_rec()
156 || gmon_io_read_vma (ifp, &ncalls)) in bb_read_rec()
175 sym->name, sym->line_num, (unsigned long) ncalls)); in bb_read_rec()
182 sym->bb_calls[i] += ncalls; in bb_read_rec()
286 if (sym->ncalls > 0 || ! ignore_zeros) in print_exec_counts()
291 sym->name, (unsigned long) sym->addr, sym->ncalls); in print_exec_counts()
343 unsigned long ncalls; in annotate_with_count() local
[all …]
Dhist.c503 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0) in print_line()
517 if (sym->ncalls != 0) in print_line()
519 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls, in print_line()
520 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls); in print_line()
552 if (right->ncalls > left->ncalls) in cmp_time()
555 if (right->ncalls < left->ncalls) in cmp_time()
618 if (sym->ncalls != 0) in hist_print()
622 call_time = (sym->hist.time + sym->cg.child_time) / sym->ncalls; in hist_print()
632 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
Dcg_arcs.c204 if (child->ncalls == 0) in propagate_time()
211 / ((double) child->ncalls)); in propagate_time()
213 * (((double) arc->count) / ((double) child->ncalls)); in propagate_time()
235 child->cg.child_time, arc->count, child->ncalls); in propagate_time()
345 cyc->ncalls += arc->count; in cycle_link()
384 if (child->ncalls != 0) in inherit_flags()
387 * (((double) arc->count) / ((double) child->ncalls)); in inherit_flags()
414 if (head->ncalls != 0) in inherit_flags()
417 * (((double) arc->count) / ((double) head->ncalls)); in inherit_flags()
578 if (left->ncalls > right->ncalls) in cmp_total()
[all …]
Dcg_print.c125 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls); in print_cycle()
143 unsigned long left_calls = left->ncalls + left->cg.self_calls; in cmp_member()
144 unsigned long right_calls = right->ncalls + right->cg.self_calls; in cmp_member()
203 member->ncalls); in print_members()
239 left->count, left_child->ncalls); in cmp_arc()
245 right->count, right_child->ncalls); in cmp_arc()
389 arc->count, cycle_head->ncalls); in print_parents()
461 arc->count, child->cg.cyc.head->ncalls); in print_children()
481 if ((np->ncalls + np->cg.self_calls) != 0) in print_line()
483 printf (" %7lu", np->ncalls); in print_line()
[all …]
Dsource.h29 unsigned long ncalls; /* # of "calls" to this file. */ member
Dsymtab.h56 unsigned long ncalls; /* How many times executed */ member
Dcall_graph.c66 child->ncalls += count; in cg_tally()
DChangeLog-9203872 * source.h (Source_File): Change ncalls field to unsigned long.
873 * symtab.h (Sym): Change fields ncalls, bb_calls, and