/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_sampling_profiler_unittest.cc | 226 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 D | stack_sampling_profiler_test_util.h | 44 SamplingProfilerThreadToken thread_token() const { return thread_token_; } in thread_token() 47 SamplingProfilerThreadToken thread_token_ = {0}; 146 using ProfileCallback = OnceCallback<void(SamplingProfilerThreadToken)>;
|
H A D | stack_copier_signal_unittest.cc | 51 SamplingProfilerThreadToken GetThreadToken() { in GetThreadToken() 61 SamplingProfilerThreadToken thread_token_; 210 const SamplingProfilerThreadToken thread_token = in TEST()
|
H A D | sampling_profiler_thread_token.h | 26 struct SamplingProfilerThreadToken { struct 38 BASE_EXPORT SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken(); argument
|
H A D | stack_sampling_profiler.h | 105 SamplingProfilerThreadToken thread_token, 208 SamplingProfilerThreadToken thread_token_;
|
H A D | sampling_profiler_thread_token.cc | 17 SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken() { in GetSamplingProfilerCurrentThreadToken()
|
H A D | thread_delegate_posix.h | 23 SamplingProfilerThreadToken thread_token);
|
H A D | thread_delegate_posix_unittest.cc | 42 SamplingProfilerThreadToken{GetCurrentProcId(), pthread_t()}); in TEST()
|
H A D | stack_sampler_win.cc | 19 SamplingProfilerThreadToken thread_token, in Create()
|
H A D | stack_sampler_android.cc | 19 SamplingProfilerThreadToken thread_token, in Create()
|
H A D | stack_sampler_mac.cc | 31 SamplingProfilerThreadToken thread_token, in Create()
|
H A D | stack_sampler_ios.cc | 37 SamplingProfilerThreadToken thread_token, in Create()
|
H A D | suspendable_thread_delegate_mac.h | 40 SuspendableThreadDelegateMac(SamplingProfilerThreadToken thread_token);
|
H A D | suspendable_thread_delegate_win.h | 44 SamplingProfilerThreadToken thread_token);
|
H A D | stack_sampler_posix.cc | 41 SamplingProfilerThreadToken thread_token, in Create()
|
H A D | suspendable_thread_delegate_mac.cc | 73 SamplingProfilerThreadToken thread_token) in SuspendableThreadDelegateMac()
|
H A D | stack_sampler.h | 47 SamplingProfilerThreadToken thread_token,
|
H A D | thread_delegate_posix.cc | 24 SamplingProfilerThreadToken thread_token) { in Create()
|
H A D | suspendable_thread_delegate_win.cc | 188 SamplingProfilerThreadToken thread_token) in SuspendableThreadDelegateWin()
|
H A D | libunwindstack_unwinder_android_unittest.cc | 46 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureScenario()
|
H A D | stack_sampling_profiler_test_util.cc | 327 [&](SamplingProfilerThreadToken target_thread_token) { in SampleScenario()
|
H A D | native_unwinder_android_unittest.cc | 106 [&](SamplingProfilerThreadToken target_thread_token) { in CaptureScenario()
|
H A D | stack_sampling_profiler.cc | 833 SamplingProfilerThreadToken thread_token, in StackSamplingProfiler()
|