Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler_unittest.cc226 TestProfilerInfo(SamplingProfilerThreadToken thread_token, in TestProfilerInfo()
261 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureSamples()
612 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
662 BindLambdaForTesting([](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
746 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
842 WithTargetThread(BindLambdaForTesting([&, this](SamplingProfilerThreadToken in PROFILER_TEST_F()
879 BindLambdaForTesting([](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
906 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
984 [this](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
1014 BindLambdaForTesting([](SamplingProfilerThreadToken target_thread_token) { in PROFILER_TEST_F()
[all …]
H A Dstack_sampling_profiler_test_util.h44 SamplingProfilerThreadToken thread_token() const { return thread_token_; } in thread_token()
47 SamplingProfilerThreadToken thread_token_ = {0};
146 using ProfileCallback = OnceCallback<void(SamplingProfilerThreadToken)>;
H A Dstack_copier_signal_unittest.cc51 SamplingProfilerThreadToken GetThreadToken() { in GetThreadToken()
61 SamplingProfilerThreadToken thread_token_;
210 const SamplingProfilerThreadToken thread_token = in TEST()
H A Dsampling_profiler_thread_token.h26 struct SamplingProfilerThreadToken { struct
38 BASE_EXPORT SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken(); argument
H A Dstack_sampling_profiler.h105 SamplingProfilerThreadToken thread_token,
208 SamplingProfilerThreadToken thread_token_;
H A Dsampling_profiler_thread_token.cc17 SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken() { in GetSamplingProfilerCurrentThreadToken()
H A Dthread_delegate_posix.h23 SamplingProfilerThreadToken thread_token);
H A Dthread_delegate_posix_unittest.cc42 SamplingProfilerThreadToken{GetCurrentProcId(), pthread_t()}); in TEST()
H A Dstack_sampler_win.cc19 SamplingProfilerThreadToken thread_token, in Create()
H A Dstack_sampler_android.cc19 SamplingProfilerThreadToken thread_token, in Create()
H A Dstack_sampler_mac.cc31 SamplingProfilerThreadToken thread_token, in Create()
H A Dstack_sampler_ios.cc37 SamplingProfilerThreadToken thread_token, in Create()
H A Dsuspendable_thread_delegate_mac.h40 SuspendableThreadDelegateMac(SamplingProfilerThreadToken thread_token);
H A Dsuspendable_thread_delegate_win.h44 SamplingProfilerThreadToken thread_token);
H A Dstack_sampler_posix.cc41 SamplingProfilerThreadToken thread_token, in Create()
H A Dsuspendable_thread_delegate_mac.cc73 SamplingProfilerThreadToken thread_token) in SuspendableThreadDelegateMac()
H A Dstack_sampler.h47 SamplingProfilerThreadToken thread_token,
H A Dthread_delegate_posix.cc24 SamplingProfilerThreadToken thread_token) { in Create()
H A Dsuspendable_thread_delegate_win.cc188 SamplingProfilerThreadToken thread_token) in SuspendableThreadDelegateWin()
H A Dlibunwindstack_unwinder_android_unittest.cc46 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureScenario()
H A Dstack_sampling_profiler_test_util.cc327 [&](SamplingProfilerThreadToken target_thread_token) { in SampleScenario()
H A Dnative_unwinder_android_unittest.cc106 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureScenario()
H A Dstack_sampling_profiler.cc833 SamplingProfilerThreadToken thread_token, in StackSamplingProfiler()