Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dbasic_blocks.c42 bool bb_annotate_all_lines = false; variable
369 else if (bb_annotate_all_lines in annotate_with_count()
392 if (bb_annotate_all_lines && last_count == last_print) in annotate_with_count()
408 if (bb_annotate_all_lines && p == tmpbuf) in annotate_with_count()
H A Dbasic_blocks.h25 extern bool bb_annotate_all_lines; /* Force annotation of all lines? */
H A Dgprof.c441 bb_annotate_all_lines = true; in main()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dbasic_blocks.c42 bool 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.h25 extern bool bb_annotate_all_lines; /* Force annotation of all lines? */
H A Dgprof.c441 bb_annotate_all_lines = true; in main()