Home
last modified time | relevance | path

Searched refs:arcs (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dcg_print.c827 qsort (arcs, numarcs, sizeof (Arc *), cmp_arc_count); in cg_print_function_ordering()
837 total_arcs += arcs[arc_index]->count; in cg_print_function_ordering()
838 arcs[arc_index]->has_been_placed = 0; in cg_print_function_ordering()
847 tmp_arcs_count += arcs[arc_index]->count; in cg_print_function_ordering()
854 arcs[arc_index]->child->nuses++; in cg_print_function_ordering()
948 order_and_dump_functions_by_arcs (arcs, numarcs, 0, in cg_print_function_ordering()
1249 if (! arcs[arc_index]->parent->mapped in cg_print_file_ordering()
1250 || ! arcs[arc_index]->child->mapped) in cg_print_file_ordering()
1251 arcs[arc_index]->has_been_placed = 1; in cg_print_file_ordering()
1254 order_and_dump_functions_by_arcs (arcs, numarcs, 0, in cg_print_file_ordering()
Dcg_arcs.c51 Arc **arcs; variable
130 memcpy (newarcs, arcs, numarcs * sizeof (Arc *)); in arc_add()
133 free (arcs); in arc_add()
136 arcs = newarcs; in arc_add()
140 arcs[numarcs++] = arc; in arc_add()
Dcg_arcs.h49 extern Arc **arcs;
DChangeLog-92031371 * cg_arcs.c (arcs, numarcs): New globals.
1372 (arc_add): Put new arcs into the arc array so the function/file
1375 (arcs, numarcs): Declare new globals.
1385 * cg_print.c (cmp_arc_count): New function for sorting arcs.
1725 For example, to get a call-graph display that ignores arcs
1727 show only arcs into bar() (no matter what the caller),
1789 can any of: (a) PC histogram, (b) call-graph arcs, or
1847 * arcs.h (doarcs): created.
1849 * arcs.c: reordered static functions such that they get defined
DREADME71 the option to delete arcs from the call graph. The old syntax
83 For example, option "-k gprof.c/" suppresses all arcs due to calls out
Dgprof.texi161 Thus the time propagated along the call graph arcs to the function's
692 The @samp{-k} option allows you to delete from the call graph any arcs from
1440 call graph arcs from source code lines to the enclosing function.
1842 and the number of times each of these call arcs was traversed.
1917 is written, followed by the call-graph arcs and the basic-block counts.
2021 the call graph arcs (INCL_ARCS/EXCL_ARCS),
2111 a linked list is maintained of the parent's child arcs, and of the child's
2112 parent arcs.
2200 As the call graph arcs are read, show each arc and how
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-20095079 (remove_cycles): Only warn about pruned arcs when stack_analysis.