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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dgprof.c227 output_style |= STYLE_CALL_GRAPH;
228 user_specified |= STYLE_CALL_GRAPH;
370 output_style |= STYLE_CALL_GRAPH;
371 user_specified |= STYLE_CALL_GRAPH;
393 output_style |= STYLE_CALL_GRAPH;
397 output_style &= ~STYLE_CALL_GRAPH;
399 user_specified |= STYLE_CALL_GRAPH;
561 output_style |= STYLE_CALL_GRAPH;
594 if ((output_style & STYLE_CALL_GRAPH) && !(gmon_input & INPUT_CALL_GRAPH))
602 if (cg && (output_style & STYLE_CALL_GRAPH)
[all...]
H A Dgprof.h76 #define STYLE_CALL_GRAPH (1<<1) macro

Completed in 99 milliseconds