Home
last modified time | relevance | path

Searched refs:stack_id (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h88 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local
89 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local
104 CHECK(stack_id); in CreateHeapOrigin()
105 CHECK((stack_id & kHeapIdMask) == stack_id); in CreateHeapOrigin()
106 return Origin(stack_id); in CreateHeapOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(u32 stack_id) { in Add() argument
26 if (stacks_[i] == stack_id) in Add()
29 stacks_[size_++] = stack_id; in Add()
H A Dtsan_ignoreset.h25 void Add(u32 stack_id);
H A Dtsan_rtl_report.cpp90 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId() argument
91 if (stack_id == 0) in SymbolizeStackId()
93 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId()
376 void ScopedReportBase::AddSleep(u32 stack_id) { in AddSleep() argument
377 rep_->sleep = SymbolizeStackId(stack_id); in AddSleep()
H A Dtsan_rtl.h586 void AddSleep(u32 stack_id);
686 ReportStack *SymbolizeStackId(u32 stack_id);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c190 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = in iJIT_NotifyEvent()
220 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = in iJIT_NotifyEvent()
223 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id in iJIT_NotifyEvent()
225 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = in iJIT_NotifyEvent()
H A Djitprofiling.h154 unsigned int stack_id; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h67 u32 stack_id = GetChainedOriginDepot()->Get(getChainedId(), &prev_id); in getNextChainedOrigin() local
69 *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h37 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in MemprofThreadContext()
41 u32 stack_id; member
H A Dmemprof_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
H A Dmemprof_thread.cpp30 stack_id = StackDepotPut(*args->stack); in OnCreated()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp53 u32 stack_id; member
103 return grs.stack_id; in FindRegistrationSite()
361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals() local
368 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals()
372 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]); in __asan_register_globals()
H A Dasan_thread.h39 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
43 u32 stack_id; variable
H A Dasan_thread.cpp32 stack_id = StackDepotPut(*args->stack); in OnCreated()
H A Dasan_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp732 const StackID &stack_id) { in CompareStackID() argument
733 return stack_sp->GetStackID() < stack_id; in CompareStackID()
736 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() argument
739 if (stack_id.IsValid()) { in GetFrameWithStackID()
747 std::lower_bound(begin, end, stack_id, CompareStackID); in GetFrameWithStackID()
749 if ((*pos)->GetStackID() == stack_id) in GetFrameWithStackID()
755 if (frame_sp && frame_sp->GetStackID() == stack_id) in GetFrameWithStackID()
H A DThread.cpp160 const StackID &stack_id) in ThreadEventData() argument
161 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData()
189 StackID stack_id; in GetStackIDFromEvent() local
192 stack_id = event_data->GetStackID(); in GetStackIDFromEvent()
193 return stack_id; in GetStackIDFromEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h87 ThreadEventData(const lldb::ThreadSP thread_sp, const StackID &stack_id);
425 virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() argument
426 if (stack_id.IsValid()) in GetFrameWithStackID()
427 return GetStackFrameList()->GetFrameWithStackID(stack_id); in GetFrameWithStackID()
H A DStackFrameList.h41 lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp480 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC() argument
481 CHECK(stack_id); in GetCallerPC()
482 StackTrace stack = map->Get(stack_id); in GetCallerPC()
503 u32 stack_id = m.stack_trace_id(); in MarkInvalidPCCb() local
505 if (stack_id > 0) in MarkInvalidPCCb()
506 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map); in MarkInvalidPCCb()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp229 unsigned stack_id = siblings[0]->ExtraData.id; in findOrCreateStackNode() local
230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()