Home
last modified time | relevance | path

Searched refs:max_stack_size (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
Dwindows_frame_info.h87 max_stack_size(0), in WindowsFrameInfo()
107 max_stack_size(set_max_stack_size), in WindowsFrameInfo()
140 uint32_t max_stack_size = strtoul(tokens[8], NULL, 16); in ParseFromString() local
157 max_stack_size, in ParseFromString()
171 max_stack_size = that.max_stack_size; in CopyFrom()
198 uint32_t max_stack_size; member
Dfast_source_line_resolver.cc128 uint32_t max_stack_size = para_uint32[5]; in CopyWFI() local
139 max_stack_size, in CopyWFI()
Dsimple_serializer-inl.h147 size += SimpleSerializer<uint32_t>::SizeOf(wfi.max_stack_size); in SizeOf()
161 dest = SimpleSerializer<uint32_t>::Write(wfi.max_stack_size, dest); in Write()
Dmodule_comparer.cc254 ASSERT_TRUE(wfi1.max_stack_size == wfi2.max_stack_size); in CompareWFI()
/external/perfetto/src/profiling/perf/
Devent_reader.cc352 uint64_t max_stack_size; in ParseSampleRecord() local
353 parse_pos = ReadValue(&max_stack_size, parse_pos); in ParseSampleRecord()
356 parse_pos += max_stack_size; // skip to dyn_size in ParseSampleRecord()
360 if (max_stack_size > 0) { in ParseSampleRecord()
364 filled_stack_size, max_stack_size); in ParseSampleRecord()
372 sample.stack_maxed = (filled_stack_size == max_stack_size); in ParseSampleRecord()
/external/libchrome/base/allocator/
Dallocator_extension.cc52 int GetCallStack(void** stack, int max_stack_size) { in GetCallStack() argument
54 return MallocHook::GetCallerStackTrace(stack, max_stack_size, 0); in GetCallStack()
Dallocator_extension.h46 BASE_EXPORT int GetCallStack(void** stack, int max_stack_size);
/external/bcc/tools/old/
Dmemleak.py106 max_stack_size = args.stack_depth + 2 variable
214 bpf_source = bpf_source.replace("GRAB_ONE_FRAME", max_stack_size *
216 bpf_source = bpf_source.replace("MAX_STACK_SIZE", str(max_stack_size))
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc558 DWORD max_stack_size = 0; in PrintFrameDataUsingPDB() local
559 if (FAILED(frame_data->get_maxStack(&max_stack_size))) in PrintFrameDataUsingPDB()
643 local_size, max_stack_size, program_string_result == S_OK); in PrintFrameDataUsingPDB()
/external/fastrpc/src/
Dfastrpc_apps_user.c1122 unsigned int min_stack_size = 16*1024, max_stack_size = 8*1024*1024; in store_domain_thread_params() local
1124 if ((params->stack_size < min_stack_size) || (params->stack_size > max_stack_size)) { in store_domain_thread_params()
1127 __func__, params->stack_size, min_stack_size, max_stack_size); in store_domain_thread_params()