Home
last modified time | relevance | path

Searched refs:NativeStackSamplerTestDelegate (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/profiler/
H A Dnative_stack_sampler.h17 class NativeStackSamplerTestDelegate; variable
50 NativeStackSamplerTestDelegate* test_delegate);
79 class BASE_EXPORT NativeStackSamplerTestDelegate {
81 virtual ~NativeStackSamplerTestDelegate();
88 NativeStackSamplerTestDelegate();
91 DISALLOW_COPY_AND_ASSIGN(NativeStackSamplerTestDelegate);
H A Dnative_stack_sampler.cc30 NativeStackSamplerTestDelegate::~NativeStackSamplerTestDelegate() = default;
32 NativeStackSamplerTestDelegate::NativeStackSamplerTestDelegate() = default;
H A Dstack_sampling_profiler.h28 class NativeStackSamplerTestDelegate; variable
274 NativeStackSamplerTestDelegate* test_delegate = nullptr);
285 NativeStackSamplerTestDelegate* test_delegate = nullptr);
332 NativeStackSamplerTestDelegate* const test_delegate_;
H A Dstack_sampling_profiler_unittest.cc442 NativeStackSamplerTestDelegate* delegate = nullptr) in TestProfilerInfo()
577 class StackCopiedSignaler : public NativeStackSamplerTestDelegate { in TestLibraryUnload()
864 class SampleRecordedCounter : public NativeStackSamplerTestDelegate { in PROFILER_TEST_F()
951 class SampleRecordedEvent : public NativeStackSamplerTestDelegate { in PROFILER_TEST_F()
H A Dnative_stack_sampler_posix.cc11 NativeStackSamplerTestDelegate* test_delegate) { in Create()
H A Dstack_sampling_profiler.cc690 NativeStackSamplerTestDelegate* test_delegate) in StackSamplingProfiler()
700 NativeStackSamplerTestDelegate* test_delegate) in StackSamplingProfiler()