Searched refs:STYLE_CALL_GRAPH (Results 1 – 2 of 2) sorted by relevance
228 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 …]
70 #define STYLE_CALL_GRAPH (1<<1) macro