HomeSort by relevance Sort by last modified time
    Searched full:readprofile (Results 1 - 25 of 50) sorted by null

1 2

  /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/samples/
control.profilers 16 for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.h 23 uint8_t ReadProfile();
vp9_uncompressed_header_parser.cc 624 uint8_t Vp9UncompressedHeaderParser::ReadProfile() {
929 fhdr->profile = ReadProfile();
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 21 cpu := readProfile(filepath.Join("testdata", "sample.cpu"), t)
61 func readProfile(fname string, t *testing.T) *profile.Profile {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 21 cpu := readProfile(filepath.Join("testdata", "sample.cpu"), t)
61 func readProfile(fname string, t *testing.T) *profile.Profile {
  /prebuilts/go/darwin-x86/src/runtime/
cpuprof.go 194 // readProfile, provided to runtime/pprof, returns the next chunk of
197 // on has been returned, readProfile returns eof=true.
198 // The caller must save the returned data and tags before calling readProfile again.
200 //go:linkname runtime_pprof_readProfile runtime/pprof.readProfile
  /prebuilts/go/linux-x86/src/runtime/
cpuprof.go 194 // readProfile, provided to runtime/pprof, returns the next chunk of
197 // on has been returned, readProfile returns eof=true.
198 // The caller must save the returned data and tags before calling readProfile again.
200 //go:linkname runtime_pprof_readProfile runtime/pprof.readProfile
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 50 void readProfile(std::unique_ptr<MemoryBuffer> Profile) {
68 readProfile(std::move(Profile));
76 readProfile(std::move(Profile));
96 readProfile(std::move(Profile));
123 readProfile(std::move(Profile));
157 readProfile(std::move(Profile));
237 readProfile(std::move(Profile));
269 readProfile(std::move(Profile));
380 readProfile(std::move(Profile));
430 readProfile(std::move(Profile))
    [all...]
SampleProfTest.cpp 60 void readProfile(std::unique_ptr<MemoryBuffer> &Profile) {
98 readProfile(Profile);
  /external/autotest/cli/
test_unittest.py 34 u'path': u'client/tests/test2/control.readprofile',
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 739 // readProfile, provided by the runtime, returns the next chunk of
742 // on has been returned, readProfile returns eof=true.
743 // The caller must save the returned data and tags before calling readProfile again.
744 func readProfile() (data []uint64, tags []unsafe.Pointer, eof bool)
751 data, tags, eof := readProfile()
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 739 // readProfile, provided by the runtime, returns the next chunk of
742 // on has been returned, readProfile returns eof=true.
743 // The caller must save the returned data and tags before calling readProfile again.
744 func readProfile() (data []uint64, tags []unsafe.Pointer, eof bool)
751 data, tags, eof := readProfile()
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 289 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) {
358 if (std::error_code EC = readProfile(CalleeProfile))
381 if (std::error_code EC = readProfile(FProfile))
  /external/ImageMagick/coders/
tiff.c 522 static MagickBooleanType ReadProfile(Image *image,const char *name,
595 (void) ReadProfile(image,"icc",profile,(ssize_t) length,exception);
600 (void) ReadProfile(image,"8bim",profile,(ssize_t) length,exception);
608 (void) ReadProfile(image,"iptc",profile,4L*length,exception);
614 (void) ReadProfile(image,"xmp",profile,(ssize_t) length,exception);
618 (void) ReadProfile(image,"tiff:34118",profile,(ssize_t) length,
623 (void) ReadProfile(image,"tiff:37724",profile,(ssize_t) length,exception);
    [all...]
  /external/toybox/www/
roadmap.html     [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 375 std::error_code readProfile(FunctionSamples &FProfile);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 388 std::error_code readProfile(FunctionSamples &FProfile);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
SampleProfReader.h 388 std::error_code readProfile(FunctionSamples &FProfile);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
SampleProfReader.h 388 std::error_code readProfile(FunctionSamples &FProfile);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
SampleProfReader.h 388 std::error_code readProfile(FunctionSamples &FProfile);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
SampleProfReader.h 388 std::error_code readProfile(FunctionSamples &FProfile);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
SampleProfReader.h 388 std::error_code readProfile(FunctionSamples &FProfile);

Completed in 1789 milliseconds

1 2