Home
last modified time | relevance | path

Searched refs:bsd_style_output (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcg_print.c71 if (!bsd_style_output) in print_header()
93 if (bsd_style_output) in print_header()
121 printf (bsd_style_output in print_cycle()
199 printf (bsd_style_output in print_members()
357 printf (bsd_style_output in print_parents()
373 printf (bsd_style_output in print_parents()
384 printf (bsd_style_output in print_parents()
446 printf (bsd_style_output in print_children()
456 printf (bsd_style_output in print_children()
475 printf (bsd_style_output in print_line()
[all …]
H A Dhist.c468 if (bsd_style_output) in print_header()
508 if (bsd_style_output) in print_line()
524 if (bsd_style_output) in print_line()
580 if (bsd_style_output) in hist_print()
602 if (bsd_style_output) in hist_print()
665 if (print_descriptions && !bsd_style_output) in hist_print()
H A Dgprof.c64 bool bsd_style_output = false; variable
424 bsd_style_output = true; in main()
612 if (cg && (output_style & STYLE_CALL_GRAPH) && bsd_style_output) in main()
626 if (!bsd_style_output) in main()
H A Dgprof.h118 extern bool bsd_style_output; /* as opposed to FSF style output */
H A Dutils.c51 if (!bsd_style_output && demangle) in print_name_only()
H A DChangeLog-92032066 while -T sets the variable bsd_style_output, which causes
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dcg_print.c71 if (!bsd_style_output) in print_header()
93 if (bsd_style_output) in print_header()
121 printf (bsd_style_output in print_cycle()
199 printf (bsd_style_output in print_members()
357 printf (bsd_style_output in print_parents()
373 printf (bsd_style_output in print_parents()
384 printf (bsd_style_output in print_parents()
446 printf (bsd_style_output in print_children()
456 printf (bsd_style_output in print_children()
475 printf (bsd_style_output in print_line()
[all …]
H A Dhist.c468 if (bsd_style_output) in print_header()
508 if (bsd_style_output) in print_line()
524 if (bsd_style_output) in print_line()
580 if (bsd_style_output) in hist_print()
602 if (bsd_style_output) in hist_print()
665 if (print_descriptions && !bsd_style_output) in hist_print()
H A Dgprof.c64 bool bsd_style_output = false; variable
424 bsd_style_output = true; in main()
612 if (cg && (output_style & STYLE_CALL_GRAPH) && bsd_style_output) in main()
626 if (!bsd_style_output) in main()
H A Dgprof.h118 extern bool bsd_style_output; /* as opposed to FSF style output */
H A Dutils.c51 if (!bsd_style_output && demangle) in print_name_only()
H A DChangeLog-92032066 while -T sets the variable bsd_style_output, which causes