| /openbsd/src/usr.bin/tsort/ |
| D | tsort.c | 97 struct link *arcs; /* List of forward arcs. */ member 216 n->arcs = NULL; in new_node() 254 for (l = n->arcs; l != NULL; l = l->next) in dump_node() 290 for (l = a->arcs; l != NULL; l = l->next) { in insert_arc() 297 l->next = a->arcs; in insert_arc() 298 a->arcs = l; in insert_arc() 492 for (l = n->arcs; l != NULL; l = l->next) { in make_transparent() 515 for (l = n->arcs; l != NULL; l = l->next) in make_transparent() 622 n->traverse = n->arcs; in find_cycle_from() 667 for (l = m->arcs; l != NULL; l = l->next) in find_predecessor() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gprof/ |
| D | cg_print.c | 826 qsort (arcs, numarcs, sizeof (Arc *), cmp_arc_count); in cg_print_function_ordering() 836 total_arcs += arcs[index]->count; in cg_print_function_ordering() 837 arcs[index]->has_been_placed = 0; in cg_print_function_ordering() 846 tmp_arcs_count += arcs[index]->count; in cg_print_function_ordering() 853 arcs[index]->child->nuses++; in cg_print_function_ordering() 947 order_and_dump_functions_by_arcs (arcs, numarcs, 0, in cg_print_function_ordering() 1236 if (! arcs[index]->parent->mapped in cg_print_file_ordering() 1237 || ! arcs[index]->child->mapped) in cg_print_file_ordering() 1238 arcs[index]->has_been_placed = 1; in cg_print_file_ordering() 1241 order_and_dump_functions_by_arcs (arcs, numarcs, 0, in cg_print_file_ordering()
|
| D | cg_arcs.c | 51 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()
|
| D | cg_arcs.h | 30 extern Arc **arcs;
|
| D | ChangeLog-9203 | 1371 * 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
|
| D | README | 71 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
|
| D | gprof.texi | 154 Thus the time propagated along the call graph arcs to the function's 349 which is enabled by the @samp{-fprofile-arcs}, @samp{-ftest-coverage} 685 The @samp{-k} option allows you to delete from the call graph any arcs from 1409 call graph arcs from source code lines to the enclosing function. 1811 and the number of times each of these call arcs was traversed. 1886 is written, followed by the call-graph arcs and the basic-block counts. 1990 the call graph arcs (INCL_ARCS/EXCL_ARCS), 2079 a linked list is maintained of the parent's child arcs, and of the child's 2080 parent arcs. 2168 As the call graph arcs are read, show each arc and how
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | cg_print.c | 845 qsort (arcs, numarcs, sizeof (Arc *), cmp_arc_count); in cg_print_function_ordering() 855 total_arcs += arcs[index]->count; in cg_print_function_ordering() 856 arcs[index]->has_been_placed = 0; in cg_print_function_ordering() 865 tmp_arcs_count += arcs[index]->count; in cg_print_function_ordering() 872 arcs[index]->child->nuses++; in cg_print_function_ordering() 966 order_and_dump_functions_by_arcs (arcs, numarcs, 0, in cg_print_function_ordering() 1255 if (! arcs[index]->parent->mapped in cg_print_file_ordering() 1256 || ! arcs[index]->child->mapped) in cg_print_file_ordering() 1257 arcs[index]->has_been_placed = 1; in cg_print_file_ordering() 1260 order_and_dump_functions_by_arcs (arcs, numarcs, 0, in cg_print_file_ordering()
|
| D | cg_arcs.c | 51 Arc **arcs; variable 135 memcpy (newarcs, arcs, numarcs * sizeof (Arc *)); 138 free (arcs); 141 arcs = newarcs; 145 arcs[numarcs++] = arc;
|
| D | cg_arcs.h | 30 extern Arc **arcs;
|
| D | ChangeLog-9203 | 1371 * 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
|
| D | README | 71 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
|
| D | gprof.texi | 154 Thus the time propagated along the call graph arcs to the function's 349 which is enabled by the @samp{-fprofile-arcs}, @samp{-ftest-coverage} 677 The @samp{-k} option allows you to delete from the call graph any arcs from 1397 call graph arcs from source code lines to the enclosing function. 1799 and the number of times each of these call arcs was traversed. 1874 is written, followed by the call-graph arcs and the basic-block counts. 1978 the call graph arcs (INCL_ARCS/EXCL_ARCS), 2067 a linked list is maintained of the parent's child arcs, and of the child's 2068 parent arcs. 2156 As the call graph arcs are read, show each arc and how
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | gcov.texi | 223 special GCC options: @samp{-fprofile-arcs -ftest-coverage}. 231 source file compiled with @option{-fprofile-arcs}, an accompanying @file{.da} 240 $ gcc -fprofile-arcs -ftest-coverage tmp.c 345 exits. For each source file compiled with @option{-fprofile-arcs}, the 356 @samp{-fprofile-arcs -ftest-coverage}. Aside from that, you can use any 416 the source file. It contains a list of the program flow arcs (possible 426 total number of arcs for function #0 (4-byte number) 427 count of arcs in basic block #0 (4-byte number) 435 count of arcs in basic block #1 (4-byte number) 465 built with the GCC @option{-fprofile-arcs} option is executed. A [all …]
|
| D | invoke.texi | 245 -fprofile-arcs -frandom-seed=@var{n} @gol 2942 @item -fprofile-arcs 2943 @opindex fprofile-arcs 2944 Instrument @dfn{arcs} during compilation to generate coverage data or 2956 @option{-fprofile-arcs} plus optimization and code generation options, 2963 The other use of @option{-fprofile-arcs} is for use with @command{gcov}, 2966 With @option{-fprofile-arcs}, for each function of your program GCC 2968 Only arcs that are not on the spanning tree have to be instrumented: the 2969 compiler adds code to count the number of times that these arcs are 2979 @option{-fprofile-arcs} option above for a description of @var{auxname}. [all …]
|
| /openbsd/src/usr.bin/gprof/ |
| D | Makefile | 9 SRCS= gprof.c arcs.c dfn.c elf.c lookup.c ${TARGET_MACHINE_CPU}.c \
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | gcov.texi | 264 special GCC options: @samp{-fprofile-arcs -ftest-coverage}. 272 source file compiled with @option{-fprofile-arcs}, an accompanying 281 $ gcc -fprofile-arcs -ftest-coverage tmp.c 444 exits. For each source file compiled with @option{-fprofile-arcs}, the 455 @samp{-fprofile-arcs -ftest-coverage}. Aside from that, you can use any 527 built with the GCC @option{-fprofile-arcs} option is executed. A 540 source file compiled with @option{-fprofile-arcs}, an accompanying @file{.gcda} 546 To support cross-profiling, a program compiled with @option{-fprofile-arcs} 564 @option{-fprofile-arcs}, the final executable will try to create the data file
|
| D | invoke.texi | 292 -fmem-report -fprofile-arcs @gol 3761 @item -fprofile-arcs 3762 @opindex fprofile-arcs 3763 Add code so that program flow @dfn{arcs} are instrumented. During 3782 analysis. The option is a synonym for @option{-fprofile-arcs} 3789 Compile the source files with @option{-fprofile-arcs} plus optimization 3795 Link your object files with @option{-lgcov} or @option{-fprofile-arcs} 3819 With @option{-fprofile-arcs}, for each function of your program GCC 3821 Only arcs that are not on the spanning tree have to be instrumented: the 3822 compiler adds code to count the number of times that these arcs are [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 178 fn->arcs.push_back(std::move(arc)); in readGCNO() 279 uint32_t expected = 2 * fn->arcs.size(); in readGCDA() 289 for (std::unique_ptr<GCOVArc> &arc : fn->arcs) { in readGCDA()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| D | GCOV.h | 265 SmallVector<std::unique_ptr<GCOVArc>, 0> arcs, treeArcs; variable
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-cov.rst | 53 ``-fprofile-arcs`` and ``-ftest-coverage`` options to add the
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlhacktips.pod | 1792 the flags C<-fprofile-arcs -ftest-coverage>. Either edit F<config.sh> 1798 -Accflags='-fprofile-arcs -ftest-coverage' \ 1799 -Aldflags='-fprofile-arcs -ftest-coverage' \ 1800 -Alddlflags='-fprofile-arcs -ftest-coverage -shared' \
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | common.opt | 703 fprofile-arcs
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | configure.in | 372 coverage_flags="-fprofile-arcs -ftest-coverage -O0" 375 coverage_flags="-fprofile-arcs -ftest-coverage -O2"
|
| D | ONEWS | 53 analysis is also supported; see -fprofile-arcs, -ftest-coverage,
|