Searched refs:framesize (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | userspace.py | 79 def _PrintARMUserStack(task, cur_pc, cur_fp, framesize, frametype, frameformat, user_lib_info=None): argument 88 frame = GetUserDataAsString(task, cur_fp, framesize) 90 cur_pc = _ExtractDataFromString(frame, (framesize // 2), frametype) 108 framesize = 16 115 framesize = 8 120 …_PrintARMUserStack(thread.t_tro.tro_task, cur_pc, cur_fp, framesize, frametype, frameformat, user_…
|
| /xnu-11215/osfmk/kern/ |
| H A D | telemetry.c | 740 vm_size_t framesize; in telemetry_process_sample() local 1089 framesize = 8; in telemetry_process_sample() 1092 framesize = 4; in telemetry_process_sample() 1099 if ((current_buffer->size - current_buffer->current_position) / framesize < btcount) { in telemetry_process_sample() 1110 for (bti = 0; bti < btcount; bti++, current_buffer->current_position += framesize) { in telemetry_process_sample() 1111 if (framesize == 8) { in telemetry_process_sample()
|
| /xnu-11215/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 408 vm_size_t framesize = sizeof(uint64_t); in machine_trace_thread64() local 420 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread64()
|
| /xnu-11215/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 485 unsigned framesize = sizeof(addr64_t); in machine_trace_thread64() local 493 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread64()
|