Searched refs:callgraph (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/pp/
H A Dopreport_options.h29 extern bool callgraph;
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);
H A Dopreport.cpp560 } else if (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
H A Dformat_output.cpp937 callgraph(cg)
939 counts.total = callgraph.samples_count();
/external/oprofile/
H A Doprofile_android118 print " -c, --callgraph=[depth] : specify callgraph capture depth, default is none"
137 print " -c, --callgraph : show callgraph"
209 callgraph = None
213 'te:c:k:', ['timer', 'event=', 'callgraph=', 'kernel='])
223 elif o in ('-c', '--callgraph'):
224 callgraph = a
244 if callgraph is not None:
245 opcontrol_args.append('--callgraph
[all...]
/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);
/external/oprofile/utils/
H A Dopcontrol175 -c/--callgraph=#depth enable callgraph sample collection with a
176 maximum depth. Use '0' to disable callgraph
613 HW_CTRS=`$OPHELP --check-events $OPHELP_ARGS --callgraph=$CALLGRAPH`
827 -c|--callgraph)
1349 HW_CTRS=`$OPHELP --check-events $DEFAULT_EVENT --callgraph=$CALLGRAPH`

Completed in 89 milliseconds