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

  /external/oprofile/pp/
opreport_options.h 29 extern bool callgraph;
opreport_options.cpp 37 bool callgraph; member in namespace:options
65 popt::option(options::callgraph, "callgraph", 'c',
168 if (callgraph) {
171 cerr << "--callgraph is incompatible with --details" << endl;
176 cerr << "differential profiles are incompatible with --callgraph" << endl;
232 if (global_percent && symbols && !(details || callgraph)) {
234 "and without --details or --callgraph" << endl;
257 !options::callgraph);
opreport.cpp 560 } else if (options::callgraph) {
  /external/oprofile/opcontrol/
opcontrol.cpp 68 char callgraph[8]; variable
79 {"callgraph", 1, 0, 'c'},
313 " --callgraph=depth callgraph depth\n"
636 /* --callgraph */
638 strncpy(callgraph, optarg, sizeof(callgraph));
730 if (strlen(callgraph)) {
731 echo_dev(callgraph, 0, "backtrace_depth", -1);
  /external/oprofile/libpp/
format_output.h 212 /** output callgraph information according to the previously format
299 // callgraph XML output version
303 xml_cg_formatter(callgraph_container const & callgraph,
313 callgraph_container const & callgraph; member in class:format_output::xml_cg_formatter
format_output.cpp 937 callgraph(cg)
939 counts.total = callgraph.samples_count();