Home
last modified time | relevance | path

Searched refs:oprofile (Results 1 – 18 of 18) sorted by relevance

/external/autotest/client/samples/
Dcontrol.oprofile_power53 NAME = "Sample - Using oprofile - specific power5 options"
10 while running the oprofile profilers, with and without special parameters
12 oprofile under power 5 cpu architecture.
18 job.profilers.add('oprofile')
20 job.profilers.delete('oprofile')
23 job.profilers.add('oprofile', '/boot/vmlinux-autotest')
25 job.profilers.delete('oprofile')
28 job.profilers.add('oprofile', None, ['PM_RUN_CYC_GRP153:100000'])
30 job.profilers.delete('oprofile')
33 job.profilers.add('oprofile', None,
[all …]
Dcontrol.oprofile10 while running the oprofile profilers, with and without special parameters
17 job.profilers.add('oprofile')
19 job.profilers.delete('oprofile')
22 job.profilers.add('oprofile', 'ICACHE_MISSES:100000')
24 job.profilers.delete('oprofile')
Dcontrol.profilers16 for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
/external/autotest/client/profilers/oprofile/
Doprofile-69455.patch1 diff -ruN oprofile-0.9.2.dist/utils/opcontrol oprofile-0.9.2/utils/opcontrol
2 --- oprofile-0.9.2.dist/utils/opcontrol 2006-03-29 13:54:07.000000000 -0800
3 +++ oprofile-0.9.2/utils/opcontrol 2007-07-23 10:37:24.115861000 -0700
Dcontrol1 job.profilers.add('oprofile')
3 job.profilers.delete('oprofile')
Doprofile.py17 class oprofile(profiler.profiler): class
/external/llvm/docs/
DPackaging.rst68 ``--with-oprofile``
71 <http://oprofile.sourceforge.net/doc/devel/index.html>`_ (>=version 0.9.4)
72 to let the LLVM JIT tell oprofile about function addresses and line
/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt7 >>> rpc_interface.add_profiler(name='oprofile')
15 ... profilers=['oprofile', 'iostat'])
25 job.profilers.add('oprofile')
34 job.profilers.delete('oprofile')
42 ... profilers=['oprofile'],
55 job.profilers.add('oprofile')
61 job.profilers.delete('oprofile')
D001_rpc_test.txt179 >>> rpc_interface.add_profiler(name='oprofile')
181 >>> rpc_interface.modify_profiler('oprofile', description='Oh profile!')
184 ... 'name': 'oprofile',
187 >>> rpc_interface.delete_profiler('oprofile')
/external/valgrind/docs/internals/
Dhowto_oprofile.txt35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based
42 3. Even oprofile 0.9.4 (the latest) on amd64-linux doesn't work
/external/autotest/client/tests/profiler_test/
Dcontrol12 job.run_test('profiler_test', profiler='oprofile')
/external/llvm/include/llvm/Config/
Dllvm-config.h.in89 /* Define if we have the oprofile JIT-support library */
Dllvm-config.h.cmake90 /* Define if we have the oprofile JIT-support library */
Dconfig.h.in477 /* Define if we have the oprofile JIT-support library */
Dconfig.h.cmake492 /* Define if we have the oprofile JIT-support library */
/external/llvm/autoconf/
Dconfigure.ac1706 AC_ARG_WITH(oprofile, optwith
1707 AS_HELP_STRING([--with-oprofile=<prefix>],
1712 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;
1715 *) llvm_cv_oppath="${withval}/lib/oprofile"
1744 [Define if we have the oprofile JIT-support library])
/external/llvm/
DCMakeLists.txt311 # If enabled, verify we are on a platform that supports oprofile.
Dconfigure10123 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;