Home
last modified time | relevance | path

Searched refs:callgraph (Results 1 – 25 of 51) sorted by relevance

123

/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt6 opcontrol --stop ; opcontrol --reset ; opcontrol --callgraph=5 --start
23 # produce a profile w/ callgraph
24 opreport --merge=tgid --callgraph -x \
35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based
39 2. even at the best of times the callgraph profiles seem pretty
43 for callgraph profiling. There is however a patch that
/external/oprofile/pp/
Dopreport_options.cpp37 bool callgraph; variable
65 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()
Dopreport_options.h29 extern bool callgraph;
Dopreport.cpp560 } else if (options::callgraph) { in opreport()
/external/oprofile/
Doprofile_android209 callgraph = None
224 callgraph = a
244 if callgraph is not None:
245 opcontrol_args.append('--callgraph=' + callgraph)
DChangeLog-200449 * daemon/opd_sfile.c: sfile_clear_kenel() : clear also callgraph
56 correctly callgraph sample file for kernel space samples. Fixed by
67 * pp/opgprof.cpp: ensure we load all callgraph file
554 * utils/op_help.c: add --callgraph to sanitize min events count
555 * utils/opcontrol: pass --callgraph to op_help
582 * daemon/opd_stats.c: handle new statistics added in callgraph patch
709 * pp/opstack.cpp: get output hint from the callgraph container.
764 * libpp/image_errors.h: add needed API for callgraph image error
941 * pp/opstack_options.h: new callgraph utility far to be complete but
942 enough to start to play with callgraph.
[all …]
DChangeLog-200654 * doc/oprofile.xml: Document platforms where callgraph is supported
138 * doc/opcontrol.1.in: Document callgraph support for PowerPC
DTODO96 o callgraph patch: better way to skip ignored backtrace ?
234 out a way to correlate an anonymous sample callgraph entry with
245 2007-11-08: with callgraph massi got
250 for mono at least we can do callgraph if we can fix this samples filename
DChangeLog-2007450 callgraph elements added recently to the schema
540 * pp/opreport_options.cpp: Add callgraph XML output
691 anon and callgraph filename. Fix given by Amitabha Roy.
DChangeLog226 * libpp/format_output.h: Fix regression in XML callgraph output
351 * libpp/format_output.cpp: Make sure that all callgraph symbols are
DChangeLog-2005157 * pp/opgprof.cpp: check for samples count capping for callgraph
339 session and an edit field to setup the callgraph depth
/external/oprofile/opcontrol/
Dopcontrol.cpp145 char callgraph[8]; variable
579 strncpy(callgraph, optarg, sizeof(callgraph)); in main()
667 if (strlen(callgraph)) { in main()
668 echo_dev(callgraph, 0, "backtrace_depth", -1); in main()
/external/llvm/test/Analysis/CallGraph/
D2008-09-09-UsedByGlobal.ll1 ; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
D2008-09-09-DirectCall.ll1 ; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
Dno-intrinsics.ll1 ; RUN: opt < %s -print-callgraph -disable-output 2>&1 | FileCheck %s
/external/llvm/test/Other/
D2002-01-31-CallGraph.ll3 ; RUN: opt < %s -analyze -print-callgraph >& /dev/null
/external/oprofile/libpp/
Dformat_output.h303 xml_cg_formatter(callgraph_container const & callgraph,
313 callgraph_container const & callgraph;
Dformat_output.cpp937 callgraph(cg) in xml_cg_formatter()
939 counts.total = callgraph.samples_count(); in xml_cg_formatter()
/external/oprofile/utils/
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`
/external/chromium_org/v8/tools/gcmole/
DREADME52 - on the first stage driver will parse all files and build a global callgraph
/external/v8/tools/gcmole/
DREADME52 - on the first stage driver will parse all files and build a global callgraph
/external/llvm/test/Transforms/Inline/
Dcrash.ll8 ; callgraph.
/external/mesa3d/doxygen/
Dgallium.doc47 - \ref callgraph
178 /** \page callgraph Glxgears callgraph example
/external/chromium_org/third_party/mesa/src/doxygen/
Dgallium.doc47 - \ref callgraph
178 /** \page callgraph Glxgears callgraph example
/external/llvm/docs/
DPasses.rst115 ``-dot-callgraph``: Print Call Graph to "dot" file
287 ``-print-callgraph``: Print a call graph
293 ``-print-callgraph-sccs``: Print SCCs of the Call Graph

123