Searched refs:access_bytes (Results 1 – 2 of 2) sorted by relevance
58 unsigned long access_bytes = 0; in damon_stat_set_estimated_memory_bandwidth() local62 access_bytes += (r->ar.end - r->ar.start) * in damon_stat_set_estimated_memory_bandwidth()65 estimated_memory_bandwidth = access_bytes * USEC_PER_MSEC * in damon_stat_set_estimated_memory_bandwidth()
1198 s64 access_bytes, u32 frame, u32 insn_idx) in record_stack_access_off() argument1210 if (access_bytes == S64_MIN) { in record_stack_access_off()1217 if (access_bytes > 0) { in record_stack_access_off()1220 slot_lo = max_t(s32, (-fp_off - access_bytes) / STACK_SLOT_SZ, 0); in record_stack_access_off()1224 } else if (access_bytes < 0) { in record_stack_access_off()1226 access_bytes = -access_bytes; in record_stack_access_off()1228 slot_lo = max_t(s32, (-fp_off - access_bytes + STACK_SLOT_SZ - 1) / STACK_SLOT_SZ, 0); in record_stack_access_off()1244 s64 access_bytes, u32 frame, u32 insn_idx) in record_stack_access() argument1248 if (access_bytes == 0) in record_stack_access()1251 if (access_bytes > 0 || access_bytes == S64_MIN) in record_stack_access()[all …]