OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readProfile
(Results
1 - 24
of
24
) sorted by null
/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 {
/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);
/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/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);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
SampleProfReader.h
388
std::error_code
readProfile
(FunctionSamples &FProfile);
/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))
/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
()
Completed in 493 milliseconds