Searched refs:stack_id (Results 1 - 24 of 24) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) { argument
27 if (stacks_[i] == stack_id)
30 stacks_[size_++] = stack_id;
H A Dtsan_ignoreset.h26 void Add(u32 stack_id);
H A Dtsan_rtl_report.cc107 ReportStack *SymbolizeStackId(u32 stack_id) { argument
108 if (stack_id == 0)
111 const uptr *stack = StackDepotGet(stack_id, &ssz);
377 void ScopedReport::AddSleep(u32 stack_id) { argument
378 rep_->sleep = SymbolizeStackId(stack_id);
H A Dtsan_rtl.h510 void AddSleep(u32 stack_id);
575 ReportStack *SymbolizeStackId(u32 stack_id);
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h49 // 'child_map_' accessed by stack_id and label. The paren_id is
85 StackId Find(StackId stack_id, Label label) { argument
87 return stack_id; // Non-paren.
92 return stack_id;
96 StackId &child_id = child_map_[make_pair(stack_id, label)];
99 nodes_.push_back(StackNode(stack_id, paren_id));
104 const StackNode &node = nodes_[stack_id];
113 StackId Pop(StackId stack_id) const {
114 return nodes_[stack_id].parent_id;
117 // Returns the paren ID at the top of the stack for 'stack_id'
159 StackId stack_id; member in struct:fst::PdtStateTuple
[all...]
H A Dexpand.h141 if (w != Weight::Zero() && tuple.stack_id == 0)
181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel); local
182 if (stack_id == -1) {
185 } else if ((stack_id != tuple.stack_id) && !keep_parentheses_) {
190 StateTuple ntuple(arc.nextstate, stack_id);
400 StackId si1 = state_table_.Tuple(s1).stack_id;
401 StackId si2 = state_table_.Tuple(s2).stack_id;
890 StackId stack_id local
[all...]
H A Dcompose.h398 StackId stack_id = stack_.Find(f2.GetState(), label);
399 if (stack_id < 0) {
402 return FilterState(f1, FilterState2(stack_id));
/external/chromium_org/tools/profile_chrome/third_party/
H A Dperf_to_tracing.py74 def __init__(self, stack_id, name, category):
75 self.stack_id = stack_id
86 if self.stack_id:
93 out_dict[self.stack_id] = node_dict
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
114 self.stack_id = stack_id
130 assert self.stack_id != 0
131 if self.stack_id
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc95 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { argument
96 CHECK(stack_id);
98 const uptr *trace = map->Get(stack_id, &size);
119 u32 stack_id = m.stack_trace_id(); local
121 if (stack_id > 0)
122 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map);
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc105 u32 stack_id = StackDepotPut(stack->trace, stack->size); local
106 CHECK(stack_id);
108 ChainedOriginDepotPut(stack_id, Origin::kHeapRoot, &id);
128 u32 stack_id = StackDepotPut(stack->trace, stack->size); local
129 CHECK(stack_id);
131 ChainedOriginDepotPut(stack_id, Origin::kHeapRoot, &id);
H A Dmsan_report.cc71 u32 stack_id = ChainedOriginDepotGet(o.id(), &prev_id); local
76 const char *so = GetStackOriginDescr(stack_id, &pc);
81 const uptr *trace = StackDepotGet(stack_id, &size);
89 const uptr *trace = StackDepotGet(stack_id, &size);
H A Dmsan_interceptors.cc846 u32 stack_id = StackDepotPut(stack.trace, stack.size); local
848 ChainedOriginDepotPut(stack_id, Origin::kHeapRoot, &id);
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc51 u32 stack_id; member in struct:__asan::GlobalRegistrationSite
98 return grs.stack_id;
181 u32 stack_id = StackDepotPut(stack.trace, stack.size); local
186 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]};
190 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]);
H A Dasan_thread.h40 stack_id(0),
45 u32 stack_id; member in class:__asan::AsanThreadContext
H A Dasan_thread.cc33 stack_id = StackDepotPut(args->stack->trace, args->stack->size);
H A Dasan_report.cc535 const uptr *stack_trace = StackDepotGet(context->stack_id, &stack_size);
/external/lldb/include/lldb/Target/
H A DThread.h85 ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id);
145 RegisterCheckpoint (const StackID &stack_id) : argument
146 m_stack_id (stack_id),
179 SetStackID (const StackID &stack_id) argument
181 m_stack_id = stack_id;
382 GetFrameWithStackID (const StackID &stack_id) argument
384 if (stack_id.IsValid())
385 return GetStackFrameList()->GetFrameWithStackID (stack_id);
H A DStackFrameList.h46 GetFrameWithStackID (const StackID &stack_id);
/external/chromium_org/v8/src/third_party/vtune/
H A Djitprofiling.cc142 ** Note: when reporting iJVM_EVENT_TYPE_ENTER_NIDS, there is no need to fill in the stack_id
226 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = (threadStack->CurrentStack)--;
253 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = ++(threadStack->CurrentStack) + 1;
255 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id > threadStack->TopStack)
256 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = (unsigned int)-1;
H A Djitprofiling.h194 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c105 * in the stack_id field in the iJIT_Method_NIDS structure, as VTune fills it.
191 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
221 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
224 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id
226 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
H A Djitprofiling.h155 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
/external/lldb/source/Target/
H A DStackFrameList.cpp599 CompareStackID (const StackFrameSP &stack_sp, const StackID &stack_id) argument
601 return stack_sp->GetStackID() < stack_id;
605 StackFrameList::GetFrameWithStackID (const StackID &stack_id) argument
609 if (stack_id.IsValid())
618 collection::const_iterator pos = std::lower_bound (begin, end, stack_id, CompareStackID);
619 if (pos != end && (*pos)->GetStackID() == stack_id)
622 if (m_frames.back()->GetStackID() < stack_id)
628 if (frame_sp && frame_sp->GetStackID() == stack_id)
H A DThread.cpp160 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id) : argument
162 m_stack_id (stack_id)
207 StackID stack_id; local
210 stack_id = event_data->GetStackID();
211 return stack_id;

Completed in 2101 milliseconds