/external/autotest/client/profilers/readprofile/ |
control | 1 job.profilers.add('readprofile') 3 job.profilers.delete('readprofile')
|
readprofile.py | 2 readprofile - a tool to read kernel profiling information 4 The readprofile command uses the /proc/profile information to print ascii data 15 class readprofile(profiler.profiler): class in inherits:profiler.profiler 26 utils.make('readprofile') 35 raise error.AutotestError('readprofile not enabled') 37 self.cmd = self.srcdir + '/sys-utils/readprofile' 45 # There's no real way to stop readprofile, so we stash the
|
util-linux-2.12r.tar.bz2 | |
/external/autotest/client/tests/kernbench/ |
control.readprofile | 2 NAME = "Kernbench readprofile" 8 Run kernbench using the readprofile profiler. 11 job.profilers.add('readprofile') 13 job.profilers.delete('readprofile')
|
/external/autotest/client/samples/ |
control.profilers | 16 for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
|
/external/llvm/unittests/ProfileData/ |
SampleProfTest.cpp | 44 void readProfile(std::unique_ptr<MemoryBuffer> &Profile) { 76 readProfile(Profile);
|
InstrProfTest.cpp | 39 void readProfile(std::unique_ptr<MemoryBuffer> Profile) { 48 readProfile(std::move(Profile)); 56 readProfile(std::move(Profile)); 76 readProfile(std::move(Profile)); 103 readProfile(std::move(Profile)); 149 readProfile(std::move(Profile)); 200 readProfile(std::move(Profile)); 292 readProfile(std::move(Profile)); 385 readProfile(std::move(Profile)); 502 readProfile(std::move(Profile)) [all...] |
/external/autotest/cli/ |
test_unittest.py | 36 u'path': u'client/tests/test2/control.readprofile',
|
/external/llvm/lib/ProfileData/ |
SampleProfReader.cpp | 288 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { 356 if (std::error_code EC = readProfile(CalleeProfile)) 378 if (std::error_code EC = readProfile(FProfile))
|
/external/llvm/include/llvm/ProfileData/ |
SampleProfReader.h | 341 std::error_code readProfile(FunctionSamples &FProfile);
|
/external/toybox/www/ |
roadmap.html | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkinter.py | 1795 def readprofile(self, baseName, className): member in class:Tk [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkinter.py | 1795 def readprofile(self, baseName, className): member in class:Tk [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1795 def readprofile(self, baseName, className): member in class:Tk [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1795 def readprofile(self, baseName, className): member in class:Tk [all...] |
/external/jemalloc/bin/ |
jeprof.in | 675 my $data = ReadProfile($main::prog, pop(@main::profile_files)); 684 my $data2 = ReadProfile($main::prog, $pname); 693 my $base = ReadProfile($main::prog, $main::opt_base); [all...] |