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

  /external/oprofile/gui/
oprof_start_config.h 49 uint callgraph_depth; member in struct:config_setting
oprof_start_config.cpp 46 callgraph_depth(0),
98 callgraph_depth = op_lexical_cast<unsigned int>(val);
oprof_start.cpp 165 callgraph_depth_edit->setText(QString().setNum(config.callgraph_depth));
693 config.callgraph_depth = temp;
993 op_lexical_cast<string>(config.callgraph_depth));
  /external/oprofile/utils/
ophelp.c 34 static int callgraph_depth; variable
179 if (callgraph_depth)
308 { "callgraph", '\0', POPT_ARG_INT, &callgraph_depth, 0,

Completed in 4145 milliseconds