Home | History | Annotate | Download | only in utils

Lines Matching refs:callgraph

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=$val
962 vecho "CALLGRAPH $CALLGRAPH"
1336 set_param backtrace_depth $CALLGRAPH
1337 elif test "$CALLGRAPH" != "0"; then
1349 HW_CTRS=`$OPHELP --check-events $DEFAULT_EVENT --callgraph=$CALLGRAPH`
1593 echo "Call-graph depth: $CALLGRAPH"