Searched refs:access_bytes (Results 1 – 1 of 1) sorted by relevance
1235 s64 access_bytes, u32 frame, u32 insn_idx) in record_stack_access_off() argument1247 if (access_bytes == S64_MIN) { in record_stack_access_off()1254 if (access_bytes > 0) { in record_stack_access_off()1257 slot_lo = max_t(s32, (-fp_off - access_bytes) / STACK_SLOT_SZ, 0); in record_stack_access_off()1261 } else if (access_bytes < 0) { in record_stack_access_off()1263 access_bytes = -access_bytes; in record_stack_access_off()1265 slot_lo = max_t(s32, (-fp_off - access_bytes + STACK_SLOT_SZ - 1) / STACK_SLOT_SZ, 0); in record_stack_access_off()1281 s64 access_bytes, u32 frame, u32 insn_idx) in record_stack_access() argument1285 if (access_bytes == 0) in record_stack_access()1288 if (access_bytes > 0 || access_bytes == S64_MIN) in record_stack_access()[all …]