Home
last modified time | relevance | path

Searched refs:bb_annotate_all_lines (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dbasic_blocks.c42 bfd_boolean bb_annotate_all_lines = FALSE; variable
370 else if (bb_annotate_all_lines in annotate_with_count()
394 if (bb_annotate_all_lines && last_count == last_print) in annotate_with_count()
411 if (bb_annotate_all_lines && p == tmpbuf) in annotate_with_count()
H A Dbasic_blocks.h24 extern bfd_boolean bb_annotate_all_lines; /* Force annotation of all lines? */
H A Dgprof.c427 bb_annotate_all_lines = TRUE; in main()
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dbasic_blocks.c41 bfd_boolean bb_annotate_all_lines = FALSE; variable
380 else if (bb_annotate_all_lines
404 if (bb_annotate_all_lines && last_count == last_print)
421 if (bb_annotate_all_lines && p == tmpbuf)
H A Dbasic_blocks.h24 extern bfd_boolean bb_annotate_all_lines; /* Force annotation of all lines? */
H A Dgprof.c432 bb_annotate_all_lines = TRUE;