HomeSort by relevance Sort by last modified time
    Searched refs:STYLE_CALL_GRAPH (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 228 output_style |= STYLE_CALL_GRAPH;
229 user_specified |= STYLE_CALL_GRAPH;
371 output_style |= STYLE_CALL_GRAPH;
372 user_specified |= STYLE_CALL_GRAPH;
394 output_style |= STYLE_CALL_GRAPH;
398 output_style &= ~STYLE_CALL_GRAPH;
400 user_specified |= STYLE_CALL_GRAPH;
565 output_style |= STYLE_CALL_GRAPH;
598 if ((output_style & STYLE_CALL_GRAPH) && !(gmon_input & INPUT_CALL_GRAPH))
606 if (cg && (output_style & STYLE_CALL_GRAPH) && bsd_style_output
    [all...]
gprof.h 72 #define STYLE_CALL_GRAPH (1<<1)

Completed in 48 milliseconds