Home
last modified time | relevance | path

Searched refs:time_sorted_syms (Results 1 – 18 of 18) sorted by relevance

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dhist.c456 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
484 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
487 time_sorted_syms[index] = &symtab.base[index]; in hist_print()
489 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
505 sym = time_sorted_syms[index]; in hist_print()
540 addr = time_sorted_syms[index]->addr; in hist_print()
547 print_line (time_sorted_syms[index], SItab[log_scale].scale); in hist_print()
550 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c597 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
689 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
692 time_sorted_syms[index] = &symtab.base[index]; in cg_assemble()
696 time_sorted_syms[symtab.len + index - 1] = &cycle_header[index]; in cg_assemble()
698 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
702 time_sorted_syms[index]->cg.index = index + 1; in cg_assemble()
704 return time_sorted_syms; in cg_assemble()
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dhist.c456 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
484 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
487 time_sorted_syms[index] = &symtab.base[index]; in hist_print()
489 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
505 sym = time_sorted_syms[index]; in hist_print()
540 addr = time_sorted_syms[index]->addr; in hist_print()
547 print_line (time_sorted_syms[index], SItab[log_scale].scale); in hist_print()
550 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c597 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
689 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
692 time_sorted_syms[index] = &symtab.base[index]; in cg_assemble()
696 time_sorted_syms[symtab.len + index - 1] = &cycle_header[index]; in cg_assemble()
698 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
702 time_sorted_syms[index]->cg.index = index + 1; in cg_assemble()
704 return time_sorted_syms; in cg_assemble()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dhist.c464 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
492 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
495 time_sorted_syms[index] = &symtab.base[index]; in hist_print()
497 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
513 sym = time_sorted_syms[index]; in hist_print()
548 addr = time_sorted_syms[index]->addr; in hist_print()
555 print_line (time_sorted_syms[index], SItab[log_scale].scale); in hist_print()
558 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c609 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
701 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
704 time_sorted_syms[index] = &symtab.base[index]; in cg_assemble()
708 time_sorted_syms[symtab.len + index - 1] = &cycle_header[index]; in cg_assemble()
710 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
714 time_sorted_syms[index]->cg.index = index + 1; in cg_assemble()
716 return time_sorted_syms; in cg_assemble()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dhist.c464 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
492 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
495 time_sorted_syms[index] = &symtab.base[index]; in hist_print()
497 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
513 sym = time_sorted_syms[index]; in hist_print()
548 addr = time_sorted_syms[index]->addr; in hist_print()
555 print_line (time_sorted_syms[index], SItab[log_scale].scale); in hist_print()
558 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c609 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
701 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
704 time_sorted_syms[index] = &symtab.base[index]; in cg_assemble()
708 time_sorted_syms[symtab.len + index - 1] = &cycle_header[index]; in cg_assemble()
710 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
714 time_sorted_syms[index]->cg.index = index + 1; in cg_assemble()
716 return time_sorted_syms; in cg_assemble()
/dports/devel/binutils/binutils-2.37/gprof/
H A Dhist.c567 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
595 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
598 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in hist_print()
600 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
616 sym = time_sorted_syms[sym_index]; in hist_print()
653 addr = time_sorted_syms[sym_index]->addr; in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
663 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c596 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
675 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in cg_assemble()
678 time_sorted_syms[symtab.len + sym_index - 1] = &cycle_header[sym_index]; in cg_assemble()
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
684 time_sorted_syms[sym_index]->cg.index = sym_index + 1; in cg_assemble()
686 return time_sorted_syms; in cg_assemble()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dhist.c567 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
595 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
598 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in hist_print()
600 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
616 sym = time_sorted_syms[sym_index]; in hist_print()
653 addr = time_sorted_syms[sym_index]->addr; in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
663 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c596 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
675 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in cg_assemble()
678 time_sorted_syms[symtab.len + sym_index - 1] = &cycle_header[sym_index]; in cg_assemble()
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
684 time_sorted_syms[sym_index]->cg.index = sym_index + 1; in cg_assemble()
686 return time_sorted_syms; in cg_assemble()
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dhist.c567 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
595 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
598 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in hist_print()
600 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
616 sym = time_sorted_syms[sym_index]; in hist_print()
653 addr = time_sorted_syms[sym_index]->addr; in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
663 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c596 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
675 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in cg_assemble()
678 time_sorted_syms[symtab.len + sym_index - 1] = &cycle_header[sym_index]; in cg_assemble()
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
684 time_sorted_syms[sym_index]->cg.index = sym_index + 1; in cg_assemble()
686 return time_sorted_syms; in cg_assemble()
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dhist.c567 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
595 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
598 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in hist_print()
600 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
616 sym = time_sorted_syms[sym_index]; in hist_print()
653 addr = time_sorted_syms[sym_index]->addr; in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
663 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c596 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
675 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in cg_assemble()
678 time_sorted_syms[symtab.len + sym_index - 1] = &cycle_header[sym_index]; in cg_assemble()
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
684 time_sorted_syms[sym_index]->cg.index = sym_index + 1; in cg_assemble()
686 return time_sorted_syms; in cg_assemble()
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dhist.c567 Sym **time_sorted_syms, *top_dog, *sym; in hist_print() local
595 time_sorted_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in hist_print()
598 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in hist_print()
600 qsort (time_sorted_syms, symtab.len, sizeof (Sym *), cmp_time); in hist_print()
616 sym = time_sorted_syms[sym_index]; in hist_print()
653 addr = time_sorted_syms[sym_index]->addr; in hist_print()
660 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale); in hist_print()
663 free (time_sorted_syms); in hist_print()
H A Dcg_arcs.c596 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *)); in cg_assemble()
675 time_sorted_syms[sym_index] = &symtab.base[sym_index]; in cg_assemble()
678 time_sorted_syms[symtab.len + sym_index - 1] = &cycle_header[sym_index]; in cg_assemble()
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *), in cg_assemble()
684 time_sorted_syms[sym_index]->cg.index = sym_index + 1; in cg_assemble()
686 return time_sorted_syms; in cg_assemble()