HomeSort by relevance Sort by last modified time
    Searched refs:callgraph (Results 1 - 8 of 8) 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/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();
  /external/oprofile/
oprofile_android 118 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=' + callgraph
    [all...]
  /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);
  /external/oprofile/utils/
opcontrol 175 -c/--callgraph=#depth enable callgraph sample collection with a
176 maximum depth. Use '0' to disable callgraph
335 CALLGRAPH=0
436 echo "CALLGRAPH=$CALLGRAPH" >> $SETUP_FILE
613 HW_CTRS=`$OPHELP --check-events $OPHELP_ARGS --callgraph=$CALLGRAPH`
827 -c|--callgraph)
834 CALLGRAPH=$va
    [all...]

Completed in 1038 milliseconds