Searched refs:INCL_GRAPH (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | sym_ids.h | 26 INCL_GRAPH = 0, EXCL_GRAPH, enumerator
|
H A D | gprof.c | 264 sym_id_add (optarg, INCL_GRAPH); in main() 364 sym_id_add (optarg, INCL_GRAPH); in main()
|
H A D | cg_arcs.c | 470 if (sym_lookup (&syms[INCL_GRAPH], child->addr) in propagate_flags() 471 || (syms[INCL_GRAPH].len == 0 in propagate_flags() 484 if (!sym_lookup (&syms[INCL_GRAPH], child->addr) in propagate_flags()
|
H A D | gprof.texi | 1991 printing in the call graph (INCL_GRAPH/EXCL_GRAPH), 2127 The print flag reflects symspec handling of INCL_GRAPH/EXCL_GRAPH, 2130 in INCL_GRAPH or EXCL_GRAPH.
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | sym_ids.h | 26 INCL_GRAPH = 0, EXCL_GRAPH, enumerator
|
H A D | gprof.c | 269 sym_id_add (optarg, INCL_GRAPH); 369 sym_id_add (optarg, INCL_GRAPH);
|
H A D | cg_arcs.c | 480 if (sym_lookup (&syms[INCL_GRAPH], child->addr) 481 || (syms[INCL_GRAPH].len == 0 494 if (!sym_lookup (&syms[INCL_GRAPH], child->addr)
|
H A D | gprof.texi | 1979 printing in the call graph (INCL_GRAPH/EXCL_GRAPH), 2115 The print flag reflects symspec handling of INCL_GRAPH/EXCL_GRAPH, 2118 in INCL_GRAPH or EXCL_GRAPH.
|