Searched refs:oprofile (Results 1 – 18 of 18) sorted by relevance
/external/autotest/client/samples/ |
D | control.oprofile_power5 | 3 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 …]
|
D | control.oprofile | 10 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')
|
D | control.profilers | 16 for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
|
/external/autotest/client/profilers/oprofile/ |
D | oprofile-69455.patch | 1 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
|
D | control | 1 job.profilers.add('oprofile') 3 job.profilers.delete('oprofile')
|
D | oprofile.py | 17 class oprofile(profiler.profiler): class
|
/external/llvm/docs/ |
D | Packaging.rst | 68 ``--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/ |
D | 003_misc_rpc_features.txt | 7 >>> 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')
|
D | 001_rpc_test.txt | 179 >>> 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/ |
D | howto_oprofile.txt | 35 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/ |
D | control | 12 job.run_test('profiler_test', profiler='oprofile')
|
/external/llvm/include/llvm/Config/ |
D | llvm-config.h.in | 89 /* Define if we have the oprofile JIT-support library */
|
D | llvm-config.h.cmake | 90 /* Define if we have the oprofile JIT-support library */
|
D | config.h.in | 477 /* Define if we have the oprofile JIT-support library */
|
D | config.h.cmake | 492 /* Define if we have the oprofile JIT-support library */
|
/external/llvm/autoconf/ |
D | configure.ac | 1706 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/ |
D | CMakeLists.txt | 311 # If enabled, verify we are on a platform that supports oprofile.
|
D | configure | 10123 /usr|yes) llvm_cv_oppath=/usr/lib/oprofile ;;
|