Searched defs:callgraph (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/pp/
H A Dopreport_options.cpp37 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);
/external/oprofile/libpp/
H A Dformat_output.h212 /** 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
/external/oprofile/opcontrol/
H A Dopcontrol.cpp145 char callgraph[8]; variable
156 {"callgraph", 1, 0, 'c'},
193 " --callgraph=depth callgraph depth\n"
577 /* --callgraph */
579 strncpy(callgraph, optarg, sizeof(callgraph));
667 if (strlen(callgraph)) {
668 echo_dev(callgraph, 0, "backtrace_depth", -1);

Completed in 116 milliseconds