Searched refs:StackSampler (Results 1 – 12 of 12) sorted by relevance
71 StackSampler::~StackSampler() = default;73 std::unique_ptr<StackBuffer> StackSampler::CreateStackBuffer() { in CreateStackBuffer()80 void StackSampler::Initialize() { in Initialize()97 void StackSampler::AddAuxUnwinder(std::unique_ptr<Unwinder> unwinder) { in AddAuxUnwinder()106 void StackSampler::RecordStackFrames(StackBuffer* stack_buffer, in RecordStackFrames()180 std::vector<Frame> StackSampler::WalkStackForTesting( in WalkStackForTesting()189 std::unique_ptr<StackSampler> StackSampler::CreateForTesting( in CreateForTesting()195 return base::WrapUnique(new StackSampler( in CreateForTesting()200 StackSampler::StackSampler(std::unique_ptr<StackCopier> stack_copier, in StackSampler() function in base::StackSampler214 std::vector<Frame> StackSampler::WalkStack( in WalkStack()
242 StackSampler::UnwindersFactory MakeUnwindersFactory( in MakeUnwindersFactory()271 std::unique_ptr<StackSampler> stack_sampler = StackSampler::CreateForTesting( in TEST()305 std::unique_ptr<StackSampler> stack_sampler = StackSampler::CreateForTesting( in TEST()316 for (uint32_t i = 0; i < StackSampler::kUMAHistogramDownsampleAmount - 1; in TEST()341 std::unique_ptr<StackSampler> stack_sampler = StackSampler::CreateForTesting( in TEST()363 std::unique_ptr<StackSampler> stack_sampler = StackSampler::CreateForTesting( in TEST()380 std::unique_ptr<StackSampler> stack_sampler = StackSampler::CreateForTesting( in TEST()408 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()426 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()443 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()[all …]
35 class BASE_EXPORT StackSampler {46 static std::unique_ptr<StackSampler> Create(53 ~StackSampler();55 StackSampler(const StackSampler&) = delete;56 StackSampler& operator=(const StackSampler&) = delete;89 static std::unique_ptr<StackSampler> CreateForTesting(110 StackSampler(std::unique_ptr<StackCopier> stack_copier,
18 std::unique_ptr<StackSampler> StackSampler::Create( in Create()31 return base::WrapUnique(new StackSampler( in Create()42 size_t StackSampler::GetStackBufferSize() { in GetStackBufferSize()
18 std::unique_ptr<StackSampler> StackSampler::Create( in Create()27 return base::WrapUnique(new StackSampler( in Create()33 size_t StackSampler::GetStackBufferSize() { in GetStackBufferSize()
30 std::unique_ptr<StackSampler> StackSampler::Create( in Create()37 return base::WrapUnique(new StackSampler( in Create()45 size_t StackSampler::GetStackBufferSize() { in GetStackBufferSize()
36 std::unique_ptr<StackSampler> StackSampler::Create( in Create()44 return base::WrapUnique(new StackSampler( in Create()55 size_t StackSampler::GetStackBufferSize() { in GetStackBufferSize()
40 std::unique_ptr<StackSampler> StackSampler::Create( in Create()50 new StackSampler(std::make_unique<StackCopierSignal>( in Create()59 size_t StackSampler::GetStackBufferSize() { in GetStackBufferSize()
23 class StackSampler; variable220 std::unique_ptr<StackSampler> sampler_;
126 std::unique_ptr<StackSampler> sampler, in CollectionContext()149 std::unique_ptr<StackSampler> sampler;499 stack_buffer_ = StackSampler::CreateStackBuffer(); in GetOrCreateTaskRunnerForAdd()842 sampler_(StackSampler::Create(thread_token, in StackSamplingProfiler()
53 StackSampler::CreateStackBuffer(); in CaptureScenario()
113 StackSampler::CreateStackBuffer(); in CaptureScenario()