Home
last modified time | relevance | path

Searched refs:STYLE_CALL_GRAPH (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gprof/
Dgprof.c228 output_style |= STYLE_CALL_GRAPH; in main()
229 user_specified |= STYLE_CALL_GRAPH; in main()
377 output_style |= STYLE_CALL_GRAPH; in main()
378 user_specified |= STYLE_CALL_GRAPH; in main()
400 output_style |= STYLE_CALL_GRAPH; in main()
404 output_style &= ~STYLE_CALL_GRAPH; in main()
406 user_specified |= STYLE_CALL_GRAPH; in main()
571 output_style |= STYLE_CALL_GRAPH; in main()
604 if ((output_style & STYLE_CALL_GRAPH) && !(gmon_input & INPUT_CALL_GRAPH)) in main()
612 if (cg && (output_style & STYLE_CALL_GRAPH) && bsd_style_output) in main()
[all …]
Dgprof.h70 #define STYLE_CALL_GRAPH (1<<1) macro