/external/compiler-rt/lib/tsan/rtl/ |
tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) { 27 if (stacks_[i] == stack_id) 30 stacks_[size_++] = stack_id;
|
tsan_ignoreset.h | 26 void Add(u32 stack_id);
|
tsan_rtl_report.cc | 99 ReportStack *SymbolizeStackId(u32 stack_id) { 100 if (stack_id == 0) 102 StackTrace stack = StackDepotGet(stack_id); 354 void ScopedReport::AddSleep(u32 stack_id) { 355 rep_->sleep = SymbolizeStackId(stack_id);
|
tsan_rtl.h | 537 void AddSleep(u32 stack_id); 616 ReportStack *SymbolizeStackId(u32 stack_id);
|
/external/compiler-rt/lib/msan/ |
msan_origin.h | 40 // (stack_id, prev_id) -> id, where 41 // * stack_id describes the event. 50 // marked with stack_id. 89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); local 90 if (stack) *stack = StackDepotGet(stack_id); 104 u32 stack_id = StackDepotPut(*stack); local 105 CHECK(stack_id); 106 CHECK((stack_id & kHeapIdMask) == stack_id); 107 return Origin(stack_id); [all...] |
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
perf_to_tracing.py | 74 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/ |
lsan_common_linux.cc | 91 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { 92 CHECK(stack_id); 93 StackTrace stack = map->Get(stack_id); 114 u32 stack_id = m.stack_trace_id(); local 116 if (stack_id > 0) 117 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
stack.py | 17 self.stack_id = None 56 self.stack_id = value 71 return self.connection.delete_stack(stack_name_or_id=self.stack_id) 75 stack_name_or_id=self.stack_id, 81 stack_name_or_id=self.stack_id, 88 stack_name_or_id=self.stack_id, 95 stack_name_or_id=self.stack_id, 100 rs = self.connection.describe_stacks(self.stack_id) 101 if len(rs) == 1 and rs[0].stack_id == self.stack_id [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/ |
test_connection.py | 44 self.stack_id = u'arn:aws:cloudformation:us-east-1:18:stack/Name/id' 51 {u'CreateStackResult': {u'StackId': self.stack_id}, 65 self.assertEqual(api_response, self.stack_id) 95 self.assertEqual(api_response, self.stack_id) 129 {u'UpdateStackResult': {u'StackId': self.stack_id}, 175 self.assertEqual(api_response, self.stack_id) 302 self.assertEqual(first.stack_id, 'arn:aws:cfn:us-east-1:1:stack') 313 self.assertEqual(second.stack_id, 'arn:aws:cfn:us-east-1:1:stack') 362 self.assertEqual(first.stack_id, 'arn:aws:cfn:us-east-1:1:stack') 372 self.assertEqual(second.stack_id, 'arn:aws:cfn:us-east-1:1:stack' [all...] |
/external/compiler-rt/lib/asan/ |
asan_thread.h | 39 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), 43 u32 stack_id; member in class:__asan::AsanThreadContext
|
asan_globals.cc | 53 u32 stack_id; member in struct:__asan::GlobalRegistrationSite 101 return grs.stack_id; 219 u32 stack_id = StackDepotPut(stack); local 224 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; 228 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]);
|
asan_thread.cc | 38 stack_id = StackDepotPut(*args->stack);
|
asan_report.cc | 616 StackDepotGet(context->stack_id).Print(); [all...] |
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
jitprofiling.c | 106 * in the stack_id field in the iJIT_Method_NIDS structure, as VTune fills it. 192 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = 222 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = 225 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id 227 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
|
jitprofiling.h | 155 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
|
/external/v8/src/third_party/vtune/ |
jitprofiling.cc | 142 ** 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;
|
jitprofiling.h | 194 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
layer1.py | 478 def create_app(self, stack_id, name, type, shortname=None, 492 :type stack_id: string 493 :param stack_id: The stack ID. 543 params = {'StackId': stack_id, 'Name': name, 'Type': type, } 565 def create_deployment(self, stack_id, command, app_id=None, 577 :type stack_id: string 578 :param stack_id: The stack ID. 605 params = {'StackId': stack_id, 'Command': command, } 617 def create_instance(self, stack_id, layer_ids, instance_type, 634 :type stack_id: strin [all...] |