/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
|
/external/oprofile/pp/ |
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);
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 145 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);
|