Home
last modified time | relevance | path

Searched refs:Unwinder (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dstack_sampler_impl.h18 class Unwinder; variable
25 std::unique_ptr<Unwinder> native_unwinder,
34 void AddAuxUnwinder(std::unique_ptr<Unwinder> unwinder) override;
42 Unwinder* native_unwinder,
43 Unwinder* aux_unwinder);
49 Unwinder* native_unwinder,
50 Unwinder* aux_unwinder);
53 const std::unique_ptr<Unwinder> native_unwinder_;
54 std::unique_ptr<Unwinder> aux_unwinder_;
H A Dunwinder.h35 class Unwinder {
37 virtual ~Unwinder() = default;
78 Unwinder(const Unwinder&) = delete;
79 Unwinder& operator=(const Unwinder&) = delete;
82 Unwinder() = default;
H A Dstack_sampler_impl.cc35 Unwinder* native_unwinder, in StackCopierDelegate()
36 Unwinder* aux_unwinder, in StackCopierDelegate()
79 Unwinder* const native_unwinder_;
80 Unwinder* const aux_unwinder_;
88 std::unique_ptr<Unwinder> native_unwinder, in StackSamplerImpl()
98 void StackSamplerImpl::AddAuxUnwinder(std::unique_ptr<Unwinder> unwinder) { in AddAuxUnwinder()
131 Unwinder* native_unwinder, in WalkStackForTesting()
132 Unwinder* aux_unwinder) { in WalkStackForTesting()
141 Unwinder* native_unwinder, in WalkStack()
142 Unwinder* aux_unwinder) { in WalkStack()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dunwinder.h35 class Unwinder {
37 virtual ~Unwinder() = default;
78 Unwinder(const Unwinder&) = delete;
79 Unwinder& operator=(const Unwinder&) = delete;
82 Unwinder() = default;
H A Dstack_sampler_impl.h20 class Unwinder; variable
38 void AddAuxUnwinder(std::unique_ptr<Unwinder> unwinder) override;
47 const base::circular_deque<std::unique_ptr<Unwinder>>& unwinders);
54 const base::circular_deque<std::unique_ptr<Unwinder>>& unwinders);
60 base::circular_deque<std::unique_ptr<Unwinder>> unwinders_;
H A Dstack_sampler_impl.cc38 const base::circular_deque<std::unique_ptr<Unwinder>>* unwinders, in StackCopierDelegate()
61 const base::circular_deque<std::unique_ptr<Unwinder>>* unwinders_;
84 std::vector<std::unique_ptr<Unwinder>> unwinders = in Initialize()
100 void StackSamplerImpl::AddAuxUnwinder(std::unique_ptr<Unwinder> unwinder) { in AddAuxUnwinder()
153 const base::circular_deque<std::unique_ptr<Unwinder>>& unwinders) { in WalkStackForTesting()
162 const base::circular_deque<std::unique_ptr<Unwinder>>& unwinders) { in WalkStack()
180 unwinders, [&stack](const std::unique_ptr<Unwinder>& unwinder) { in WalkStack()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/perf/
H A Dunwinding.h70 class Unwinder {
86 ~Unwinder() { PERFETTO_DCHECK_THREAD(thread_checker_); } in ~Unwinder()
125 Unwinder(Delegate* delegate, base::UnixTaskRunner* task_runner);
176 UnwinderHandle(Unwinder::Delegate* delegate) { in UnwinderHandle()
180 std::function<void(base::UnixTaskRunner*, Unwinder*)> initializer = in UnwinderHandle()
182 Unwinder* unwinder) { in UnwinderHandle()
211 Unwinder* operator->() { return unwinder_; }
215 std::function<void(base::UnixTaskRunner*, Unwinder*)> initializer, in RunTaskThread()
216 Unwinder::Delegate* delegate) { in RunTaskThread()
218 Unwinder unwinder(delegate, &task_runner); in RunTaskThread()
[all …]
H A Dunwinding.cc33 Unwinder::Delegate::~Delegate() = default;
35 Unwinder::Unwinder(Delegate* delegate, base::UnixTaskRunner* task_runner) in Unwinder() function in perfetto::profiling::Unwinder
40 void Unwinder::PostStartDataSource(DataSourceInstanceID ds_id) { in PostStartDataSource()
46 void Unwinder::StartDataSource(DataSourceInstanceID ds_id) { in StartDataSource()
69 void Unwinder::PostAdoptProcDescriptors(DataSourceInstanceID ds_id, in PostAdoptProcDescriptors()
82 void Unwinder::AdoptProcDescriptors(DataSourceInstanceID ds_id, in AdoptProcDescriptors()
129 void Unwinder::PostProcessQueue() { in PostProcessQueue()
138 void Unwinder::ProcessQueue() { in ProcessQueue()
273 CompletedSample Unwinder::UnwindSample(const ParsedSample& sample, in UnwindSample()
371 void Unwinder::FinishDataSourceStop(DataSourceInstanceID ds_id) { in FinishDataSourceStop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/profiling/perf/
H A Dunwinding.h70 class Unwinder {
86 ~Unwinder() { PERFETTO_DCHECK_THREAD(thread_checker_); } in ~Unwinder()
128 Unwinder(Delegate* delegate, base::UnixTaskRunner* task_runner);
209 explicit UnwinderHandle(Unwinder::Delegate* delegate) { in UnwinderHandle()
213 std::function<void(base::UnixTaskRunner*, Unwinder*)> initializer = in UnwinderHandle()
215 Unwinder* unwinder) { in UnwinderHandle()
244 Unwinder* operator->() { return unwinder_; }
248 std::function<void(base::UnixTaskRunner*, Unwinder*)> initializer, in RunTaskThread()
249 Unwinder::Delegate* delegate) { in RunTaskThread()
251 Unwinder unwinder(delegate, &task_runner); in RunTaskThread()
[all …]
H A Dunwinding.cc35 Unwinder::Delegate::~Delegate() = default;
37 Unwinder::Unwinder(Delegate* delegate, base::UnixTaskRunner* task_runner) in Unwinder() function in perfetto::profiling::Unwinder
43 void Unwinder::PostStartDataSource(DataSourceInstanceID ds_id) { in PostStartDataSource()
49 void Unwinder::StartDataSource(DataSourceInstanceID ds_id) { in StartDataSource()
72 void Unwinder::PostAdoptProcDescriptors(DataSourceInstanceID ds_id, in PostAdoptProcDescriptors()
85 void Unwinder::AdoptProcDescriptors(DataSourceInstanceID ds_id, in AdoptProcDescriptors()
132 void Unwinder::PostProcessQueue() { in PostProcessQueue()
141 void Unwinder::ProcessQueue() { in ProcessQueue()
276 CompletedSample Unwinder::UnwindSample(const ParsedSample& sample, in UnwindSample()
403 void Unwinder::FinishDataSourceStop(DataSourceInstanceID ds_id) { in FinishDataSourceStop()
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc61 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
62 std::atomic<Unwinder> custom;
69 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
70 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
106 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
113 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
64 std::atomic<Unwinder> custom;
71 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
72 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
112 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
119 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/debugging/
H A Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
66 std::atomic<Unwinder> custom;
73 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
74 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
114 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
121 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
64 std::atomic<Unwinder> custom;
71 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
72 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
112 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
119 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/graphics/R-cran-s2/s2/src/absl/debugging/
H A Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
64 std::atomic<Unwinder> custom;
71 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
72 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
112 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
119 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
64 std::atomic<Unwinder> custom;
71 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
72 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
112 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
119 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
64 std::atomic<Unwinder> custom;
71 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
72 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
112 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
119 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc63 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
64 std::atomic<Unwinder> custom;
71 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
72 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
112 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
119 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/debugging/
H A Dstacktrace.cc65 typedef int (*Unwinder)(void**, int*, int, int, const void*, int*); typedef
66 std::atomic<Unwinder> custom;
73 Unwinder f = &UnwindImpl<IS_STACK_FRAMES, IS_WITH_CONTEXT>; in Unwind()
74 Unwinder g = custom.load(std::memory_order_acquire); in Unwind()
114 void SetStackUnwinder(Unwinder w) { in SetStackUnwinder()
121 Unwinder f = nullptr; in DefaultStackUnwinder()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-unwinder-code-pages.cc134 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
177 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
231 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
320 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
368 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
379 unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
432 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
463 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
499 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
560 bool unwound = v8::Unwinder::TryUnwindV8Frames( in TEST()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/include/unwindstack/
H A DUnwinder.h64 class Unwinder {
66 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() function
70 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() function
75 virtual ~Unwinder() = default;
120 Unwinder(size_t max_frames) : max_frames_(max_frames) { frames_.reserve(max_frames); } in Unwinder() function
143 class UnwinderFromPid : public Unwinder {
145 UnwinderFromPid(size_t max_frames, pid_t pid) : Unwinder(max_frames), pid_(pid) {} in UnwinderFromPid()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dpy-unwind-maint.py20 from gdb.unwinder import Unwinder, register_unwinder
23 class TestGlobalUnwinder(Unwinder):
32 class TestProgspaceUnwinder(Unwinder):
41 class TestObjfileUnwinder(Unwinder):
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/tests/
H A DUnwinderTest.cpp150 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
210 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
267 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
295 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
323 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
358 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
962 Unwinder::FormatFrame(frame, false)); in TEST_F()
964 Unwinder::FormatFrame(frame, true)); in TEST_F()
968 Unwinder::FormatFrame(frame, false)); in TEST_F()
970 Unwinder::FormatFrame(frame, true)); in TEST_F()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dunwind.h27 class /*LIBPBD_API*/ Unwinder {
29 Unwinder (T& var, T new_val) : _var (var), _old_val (var) { var = new_val; } in Unwinder() function
30 ~Unwinder () { _var = _old_val; } in ~Unwinder()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dbacktrace.h33 class Unwinder; variable
38 void dump_backtrace(android::base::unique_fd output_fd, unwindstack::Unwinder* unwinder,
42 void dump_backtrace_thread(int output_fd, unwindstack::Unwinder* unwinder,

12345678910>>...24