Home
last modified time | relevance | path

Searched refs:thread_stack_callback (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/
H A Dsnapshot.cc42 thread::ProcessThreadStackCallback& thread_stack_callback) { in CaptureMainStack() argument
71 return thread::SnapshotStack(thread_ctx, encoder, thread_stack_callback); in CaptureMainStack()
91 thread::ProcessThreadStackCallback& thread_stack_callback) { in SnapshotMainStackThread() argument
107 thread_stack_callback); in SnapshotMainStackThread()
129 thread_stack_callback); in SnapshotMainStackThread()
137 thread::ProcessThreadStackCallback& thread_stack_callback) { in SnapshotMainStackThread() argument
147 thread_stack_callback); in SnapshotMainStackThread()
/aosp_15_r20/external/pigweed/pw_cpu_exception_risc_v/public/pw_cpu_exception_risc_v/
H A Dsnapshot.h42 thread::ProcessThreadStackCallback& thread_stack_callback);
53 thread::ProcessThreadStackCallback& thread_stack_callback);
65 thread::ProcessThreadStackCallback& thread_stack_callback) { in SnapshotMainStackThread() argument
71 thread_stack_callback); in SnapshotMainStackThread()
74 stack_low_addr, stack_high_addr, encoder, thread_stack_callback); in SnapshotMainStackThread()
/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/
H A Dsnapshot.h43 thread::ProcessThreadStackCallback& thread_stack_callback);
54 thread::ProcessThreadStackCallback& thread_stack_callback);
66 thread::ProcessThreadStackCallback& thread_stack_callback) { in SnapshotMainStackThread() argument
72 thread_stack_callback); in SnapshotMainStackThread()
75 stack_low_addr, stack_high_addr, encoder, thread_stack_callback); in SnapshotMainStackThread()
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dsnapshot.h50 ProcessThreadStackCallback& thread_stack_callback);
60 ProcessThreadStackCallback& thread_stack_callback) { in SnapshotThreads() argument
61 return SnapshotThreads(nullptr, encoder, thread_stack_callback); in SnapshotThreads()
89 ProcessThreadStackCallback& thread_stack_callback);
/aosp_15_r20/external/pigweed/pw_thread_embos/public/pw_thread_embos/
H A Dsnapshot.h44 ProcessThreadStackCallback& thread_stack_callback);
72 ProcessThreadStackCallback& thread_stack_callback);
/aosp_15_r20/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
H A Dsnapshot.h46 ProcessThreadStackCallback& thread_stack_callback);
72 ProcessThreadStackCallback& thread_stack_callback);
/aosp_15_r20/external/pigweed/pw_thread/
H A Dsnapshot.cc34 const ProcessThreadStackCallback& thread_stack_callback) { in SnapshotStack() argument
79 return thread_stack_callback( in SnapshotStack()
/aosp_15_r20/external/pigweed/pw_thread_threadx/
H A Dsnapshot.cc122 ProcessThreadStackCallback& thread_stack_callback) { in SnapshotThread() argument
150 return SnapshotStack(thread_ctx, encoder, thread_stack_callback); in SnapshotThread()
/aosp_15_r20/external/pigweed/pw_thread_embos/
H A Dsnapshot.cc114 ProcessThreadStackCallback& thread_stack_callback) { in SnapshotThread() argument
141 return SnapshotStack(thread_ctx, encoder, thread_stack_callback); in SnapshotThread()
/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dsnapshot.cc125 [[maybe_unused]] ProcessThreadStackCallback& thread_stack_callback) { in SnapshotThread() argument
174 return SnapshotStack(thread_ctx, encoder, thread_stack_callback); in SnapshotThread()
/aosp_15_r20/external/pigweed/pw_thread/public/pw_thread/
H A Dsnapshot.h52 const ProcessThreadStackCallback& thread_stack_callback);