Searched refs:callgraph (Results 1 – 25 of 51) sorted by relevance
123
6 opcontrol --stop ; opcontrol --reset ; opcontrol --callgraph=5 --start23 # produce a profile w/ callgraph24 opreport --merge=tgid --callgraph -x \35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based39 2. even at the best of times the callgraph profiles seem pretty43 for callgraph profiling. There is however a patch that
37 bool callgraph; variable65 popt::option(options::callgraph, "callgraph", 'c',168 if (callgraph) { in check_options()232 if (global_percent && symbols && !(details || callgraph)) { in check_options()257 !options::callgraph); in process_spec()
29 extern bool callgraph;
560 } else if (options::callgraph) { in opreport()
209 callgraph = None224 callgraph = a244 if callgraph is not None:245 opcontrol_args.append('--callgraph=' + callgraph)
49 * daemon/opd_sfile.c: sfile_clear_kenel() : clear also callgraph56 correctly callgraph sample file for kernel space samples. Fixed by67 * pp/opgprof.cpp: ensure we load all callgraph file554 * utils/op_help.c: add --callgraph to sanitize min events count555 * utils/opcontrol: pass --callgraph to op_help582 * daemon/opd_stats.c: handle new statistics added in callgraph patch709 * pp/opstack.cpp: get output hint from the callgraph container.764 * libpp/image_errors.h: add needed API for callgraph image error941 * pp/opstack_options.h: new callgraph utility far to be complete but942 enough to start to play with callgraph.[all …]
54 * doc/oprofile.xml: Document platforms where callgraph is supported138 * doc/opcontrol.1.in: Document callgraph support for PowerPC
96 o callgraph patch: better way to skip ignored backtrace ?234 out a way to correlate an anonymous sample callgraph entry with245 2007-11-08: with callgraph massi got250 for mono at least we can do callgraph if we can fix this samples filename
450 callgraph elements added recently to the schema540 * pp/opreport_options.cpp: Add callgraph XML output691 anon and callgraph filename. Fix given by Amitabha Roy.
226 * libpp/format_output.h: Fix regression in XML callgraph output351 * libpp/format_output.cpp: Make sure that all callgraph symbols are
157 * pp/opgprof.cpp: check for samples count capping for callgraph339 session and an edit field to setup the callgraph depth
145 char callgraph[8]; variable579 strncpy(callgraph, optarg, sizeof(callgraph)); in main()667 if (strlen(callgraph)) { in main()668 echo_dev(callgraph, 0, "backtrace_depth", -1); in main()
1 ; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
3 ; RUN: opt < %s -analyze -print-callgraph >& /dev/null
303 xml_cg_formatter(callgraph_container const & callgraph,313 callgraph_container const & callgraph;
937 callgraph(cg) in xml_cg_formatter()939 counts.total = callgraph.samples_count(); in xml_cg_formatter()
175 -c/--callgraph=#depth enable callgraph sample collection with a176 maximum depth. Use '0' to disable callgraph613 HW_CTRS=`$OPHELP --check-events $OPHELP_ARGS --callgraph=$CALLGRAPH`827 -c|--callgraph)1349 HW_CTRS=`$OPHELP --check-events $DEFAULT_EVENT --callgraph=$CALLGRAPH`
52 - on the first stage driver will parse all files and build a global callgraph
8 ; callgraph.
47 - \ref callgraph178 /** \page callgraph Glxgears callgraph example
115 ``-dot-callgraph``: Print Call Graph to "dot" file287 ``-print-callgraph``: Print a call graph293 ``-print-callgraph-sccs``: Print SCCs of the Call Graph