Home
last modified time | relevance | path

Searched refs:SamplingProfilerThreadToken (Results 1 – 23 of 23) sorted by relevance

/external/cronet/base/profiler/
Dstack_sampling_profiler_unittest.cc223 TestProfilerInfo(SamplingProfilerThreadToken thread_token, in TestProfilerInfo()
258 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureSamples()
608 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
658 BindLambdaForTesting([](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
742 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
838 WithTargetThread(BindLambdaForTesting([&, this](SamplingProfilerThreadToken in PROFILER_TEST_F()
875 BindLambdaForTesting([](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
902 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
980 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
1010 BindLambdaForTesting([](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
[all …]
Dsampling_profiler_thread_token.h25 struct SamplingProfilerThreadToken { struct
37 BASE_EXPORT SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken(); argument
Dstack_sampling_profiler_test_util.h45 SamplingProfilerThreadToken thread_token() const { return thread_token_; } in thread_token()
48 SamplingProfilerThreadToken thread_token_ = {0};
149 using ProfileCallback = OnceCallback<void(SamplingProfilerThreadToken)>;
Dstack_copier_signal_unittest.cc51 SamplingProfilerThreadToken GetThreadToken() { in GetThreadToken()
61 SamplingProfilerThreadToken thread_token_;
213 const SamplingProfilerThreadToken thread_token = in TEST()
Dstack_sampling_profiler.h105 SamplingProfilerThreadToken thread_token,
209 SamplingProfilerThreadToken thread_token_;
Dsampling_profiler_thread_token.cc17 SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken() { in GetSamplingProfilerCurrentThreadToken()
Dthread_delegate_posix.h23 SamplingProfilerThreadToken thread_token);
Dthread_delegate_posix_unittest.cc42 SamplingProfilerThreadToken{GetCurrentProcId(), pthread_t()}); in TEST()
Dstack_sampler_win.cc19 SamplingProfilerThreadToken thread_token, in Create()
Dstack_sampler_mac.cc31 SamplingProfilerThreadToken thread_token, in Create()
Dstack_sampler_android.cc19 SamplingProfilerThreadToken thread_token, in Create()
Dstack_sampler_ios.cc37 SamplingProfilerThreadToken thread_token, in Create()
Dsuspendable_thread_delegate_mac.h40 SuspendableThreadDelegateMac(SamplingProfilerThreadToken thread_token);
Dsuspendable_thread_delegate_win.h43 SamplingProfilerThreadToken thread_token);
Dstack_sampler_posix.cc39 SamplingProfilerThreadToken thread_token, in Create()
Dsuspendable_thread_delegate_mac.cc73 SamplingProfilerThreadToken thread_token) in SuspendableThreadDelegateMac()
Dstack_sampler.h47 SamplingProfilerThreadToken thread_token,
Dthread_delegate_posix.cc23 SamplingProfilerThreadToken thread_token) { in Create()
Dsuspendable_thread_delegate_win.cc186 SamplingProfilerThreadToken thread_token) in SuspendableThreadDelegateWin()
Dlibunwindstack_unwinder_android_unittest.cc46 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureScenario()
Dstack_sampling_profiler_test_util.cc325 [&](SamplingProfilerThreadToken target_thread_token) { in SampleScenario()
Dnative_unwinder_android_unittest.cc113 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureScenario()
Dstack_sampling_profiler.cc833 SamplingProfilerThreadToken thread_token, in StackSamplingProfiler()